/* PC */
@media screen and (min-width:481px), print {





	/* Important
	-------------------- */
	#Important {
		width: 100%;
		letter-spacing: 0.1em;
		padding: 20px 0;
		background: #fdfdfd;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
	}
	#Important h2 {
		width: 160px;
		float: left;
		font-size: 20px;
		color: #C00;
	}

	#Important .txtBox {
		width: 958px;
		float: right;
		border-left: solid 1px #ddd;
		padding: 0 0 6px 35px;
		font-size: 14px;
	}
	#Important .txtBox dl {
		padding-top: 6px;
	}
	* html #Important .txtBox dl {
		zoom: 100%;
	}
	*:first-child+html #Important .txtBox dl {
		display: inline-block;
	}
	#Important .txtBox dl:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	#Important .txtBox dl dt {
		width: 100px;
		float: left;
	}
	#Important .txtBox dl dd {
		width: 858px;
		float: right;
	}





	/* mainimages
	-------------------- */
	#mainimages {
		width: 100%;
		height: 482px !important;
		text-align: left;
		position: relative;
		overflow: hidden;
	}
	#mainimages ul li {
		height: 502px;
		float: left;
		display: inline;
		overflow: hidden;
		position: relative;
	}
	#mainimages ul li img {
		margin: 0 0px;
		height: auto;
	}






	.wideslider_base {
		top: 0;
		position: absolute;
	}
	.wideslider_wrap {
		top: 0;
		position: absolute;
		overflow: hidden;

	}
	.slider_prev,
	.slider_next {
		width: 46px !important;
		height: 46px !important;
		top: 50%;
		margin-top: -24px;
		overflow: hidden;
		position: absolute;
		z-index: 1;
		cursor: pointer;
	}

	.slider_prev {
		background: url(../img/ico/prev.png) no-repeat right center;
		left: -20px !important;
	}
	.slider_next {
		background: url(../img/ico/next.png) no-repeat left center;
		right: -28px !important;
	}

	.pagination {
		bottom: 0px;
		left: 0;
		width: 100%;
		height: 50px;
		text-align: center;
		position: absolute;
		z-index: 1;
	}

	.pagination a {
		margin: 0 5px;
		width: 120px;
		display: inline-block;
		overflow: hidden;
		background: #aaaaaa;
	}
	.pagination a.active {
		border: 2px solid #45AE37;
	}


	/* =======================================
	ClearFixElements
	======================================= */
	#mainimages ul:after {
		content: ".";
		height: 0;
		clear: both;
		display: block;
		visibility: hidden;
	}

	#mainimages ul {
		display: inline-block;
	}




	/* wrapper
	-------------------- */
	#wrapper {
		background: url(../japanese/common/img_new/contents_bg.png) repeat-x bottom;
	}
	#wrapper #bg {
		background: url(../japanese/common/img_new/contents_pht_bg.png) no-repeat right bottom;
	}





	/* section
	-------------------- */
	.section {
		padding: 60px 0;
	}
	.section .area {
		margin: 0 auto;
	}
	* html .section .area {
		zoom: 100%;
	}
	*:first-child+html .section .area {
		display: inline-block;
	}
	.section .area:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}





	/* CloseUp
	-------------------- */
	#CloseUp {
		width: 100%;
		background: #f2f5f8;
	}
	#CloseUp #leftArea {
		float: left;
	}
	#CloseUp #leftArea h2 {
		text-align:center;
		margin-bottom: 25px;
	}

	#CloseUp #leftArea .box {
	}
	* html #CloseUp #leftArea .box {
		zoom: 100%;
	}
	*:first-child+html #CloseUp #leftArea .box {
		display: inline-block;
	}
	#CloseUp #leftArea .box:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	#CloseUp #leftArea .box dl {
		width: 258px;
		float: left;
		margin-right: 16px;
		margin-bottom: 20px;
		display: none;
	}
	#CloseUp #leftArea .box dl.one,
	#CloseUp #leftArea .box dl.two,
	#CloseUp #leftArea .box dl.three,
	#CloseUp #leftArea .box dl.four,
	#CloseUp #leftArea .box dl.five,
	#CloseUp #leftArea .box dl.six {
		display: block !important;
	}
	#CloseUp #leftArea .box dl.four{
		margin-right: 0;
	}
	#CloseUp #leftArea .box dl dt {
		position: relative;
		margin-bottom: 12px;
	}
	#CloseUp #leftArea .box dl dd span {
		top: 0;
		left: 0;
		padding: 2px 0;
		width: 120px;
		font-size: 93%;
		z-index: 1;
	}
	#CloseUp #leftArea .box dl dd span.blog {
		background: #e84383;
		color: #fff;
	}
	#CloseUp #leftArea .box dl dd span.topics {
		background: #004482;
		color: #fff;
	}
	#CloseUp #leftArea .box dl dd span.voice {
		background: #2cae97;
		color: #fff;
	}
	#CloseUp #leftArea .box dl dd {
		font-size: 14px;
		height: 90px;
	}
	#CloseUp #leftArea .box dl dd span {
		display:inline-block;
		margin-bottom: 5px;
	}
	#CloseUp #leftArea .box dl dd span.voice {
		font-size: 12px;
		line-height: 1.4em;
	}

	#CloseUp #leftArea .box .more {
		width: 620px;
		margin: 0 auto 32px auto;
		background: #fff;
		clear: both;
	}
	#CloseUp #leftArea .box .more a {
		font-size: 125%;
		font-weight: bold;
		color: #45AE37;
		text-align: center;
		display: block;
		padding: 18px 0;
	}

	#CloseUp #leftArea .box .close {
		width: 620px;
		margin: 0 auto 32px auto;
		background: #fff;
		clear: both;
		display: none;
	}
	#CloseUp #leftArea .box .close a {
		font-size: 125%;
		font-weight: bold;
		color: #004482;
		text-align: center;
		display: block;
		padding: 18px 0;
		background: url(../japanese/common/img_new/icon_arrow_top.gif) no-repeat 96% center;
	}


	#CloseUp #leftArea ul {
	}
	* html #CloseUp #leftArea ul {
		zoom: 100%;
	}
	*:first-child+html #CloseUp #leftArea ul {
		display: inline-block;
	}
	#CloseUp #leftArea ul:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	#CloseUp #leftArea ul li {
		width: 197px;
		float: left;
		background: #fff;
		border: solid 1px #cbd9e6;
		margin-right: 8px;
	}
	#CloseUp #leftArea ul li.press {
		margin-right: 0;
	}
	#CloseUp #leftArea ul li a {
		font-size: 14px;
		text-align: center;
		display: block;
		padding: 10px 0;
	}
	#CloseUp #leftArea ul li.topics a {
		color: #004482;
		background: url(../japanese/common/img_new/icon_arrow_blue.gif) no-repeat 94% center;
	}
	#CloseUp #leftArea ul li.blog a {
		color: #e84383;
		background: url(../japanese/common/img_new/icon_arrow_pink.gif) no-repeat 94% center;
	}
	#CloseUp #leftArea ul li.voice a {
		color: #2cae97;
		background: url(../japanese/common/img_new/icon_arrow_green.gif) no-repeat 94% center;
	}
	#CloseUp #leftArea ul li.press a {
		color: #00a0e9;
		background: url(../japanese/common/img_new/icon_arrow_lightblue.gif) no-repeat 94% center;
	}



	#CloseUp .rightArea {
		width: 290px;
		float: right;
	}
	#CloseUp .rightArea ul li {
		margin-bottom: 20px;
	}
	#CloseUp .rightArea ul li.last {
		margin-bottom: 0;
	}





	/* NewsArea
	-------------------- */
	#NewsArea {
		width: 100%;
		background: #fff;
		border-bottom: solid 1px #cbd9e6;
	}
	#NewsArea .box {
		float: left;
		//margin-right: 50px;
		margin-right: 0px;
		position: relative;
	}
	#NewsArea .side_icon{
	  float:left;
	  
	}
	#NewsArea .box:first-child{
		//width:695px;
		width:600px;
	}
	#NewsArea .box.last {
		margin-right: 0;
	}
	#NewsArea .box.last .scrollBox {
		width:300px;
		float:left;
	}
	#NewsArea .box h2 {
		margin-bottom: 21px;
	}

	#NewsArea .box ul {
		position: absolute;
		top: 0;
		right: 0;
	}
	#NewsArea .box ul li {
		float: right;
		margin-left: 5px;
	}

	#NewsArea .box .scrollBox { 
	    //width:650px;
	    width:500px;
	    padding-left:28px;
		height: 425px;
		overflow: auto;
	}
	#NewsArea .box.last .box_in{
	    width:490px;
	    float:left;
	    margin-bottom:30px;
	    margin-left:30px;
	}
	#NewsArea .box.last .box_in .scrollBox{
	    width:300px;
	}
	#NewsArea .box.last .scrollBox { 
		overflow: auto;
	}
	#NewsArea .box .scrollBox dl {
		font-size: 14px;
		border-bottom: solid 1px #cbd9e6;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#NewsArea .box .scrollBox dl.last {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#NewsArea .box .scrollBox dl dt {
		margin-bottom: 3px;
	}
	#NewsArea .box .scrollBox dl dd {
		line-height: 1.4em;
	}
	#NewsArea .box .scrollBox dl dd a {
		color: #000;
	}
	#NewsArea .box .scrollBox dl dd a:hover {
		color: #00a0e9;
	}

	#NewsArea .box .btn {
		background: #004482;
		margin-top: 40px;
		width:100%;
		overflow:hidden
	}
	#NewsArea .box .btn a {
		font-size: 14px;
		color: #fff;
		text-align: center;
		display: block;
		padding: 8px 0 6px 0;
		background: url(../japanese/common/img_new/icon_arrow.png) no-repeat 96% center;
	}
	.list-post{
		float:left;
	}




	/* Pick
	-------------------- */
	#Pick {
		width: 100%;
	}
	#Pick h2 {
		text-align: center;
		margin-bottom: 40px;
	}

	#Pick .bnrBox {

		width:980px;
		margin:auto;

	}
	#Pick.section {
		padding:30px 0px 100px;
		background: url(../img/bg/more_bg.jpg) repeat-x left bottom;
	}
	* html #Pick .bnrBox {
		zoom: 100%;
	}
	*:first-child+html #Pick .bnrBox {
		display: inline-block;
	}
	#Pick .bnrBox:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	#Pick .bnrBox dl {
		width: 226px;
		float: left;
		margin-right: 25px;
		margin-bottom: 15px;
	}
	#Pick .bnrBox dl.right {
		margin-right: 0;
	}
	#Pick .bnrBox dl.clear {
		clear: both;
	}
	#Pick .bnrBox dl dt {
		margin-bottom: 5px;
	}
	#Pick .bnrBox dl dd {
		font-size: 14px;
		line-height: 1.4em;
		text-align: center;
	}





	/* Department
	-------------------- */
	#Department {
		width: 100%;
	}
	#Department ul {
	}
	* html #Department ul {
		zoom: 100%;
	}
	*:first-child+html #Department ul {
		display: inline-block;
	}
	#Department ul:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	#Department ul li {
		width: 20%;
		min-height: 100px;
		float: left;
	}
	#Department ul li span {
		display: block;
		margin-bottom: 5px;
		line-height: 1.2;
	}
	#Department ul li a span.small{
		display: inline-block;
		margin-bottom: 0;
		font-size: 10px;
	}
	#Department ul li.engineering {
		background: #2f60a5;
	}
	#Department ul li.robo {
		background: #D07000;
	}
	#Department ul li.information {
		background: #72c92d;
	}
	#Department ul li.intellectual {
		background: #d05960;
	}
	#Department ul li.graduate_intellectual {
		background: #94a1b2;
	}
	#Department ul li a {
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		letter-spacing: 0.1em;
		line-height: 1.3em;
		display: block;
		padding: 30px 15px;
		background: url(../japanese/common/img_new/icon_arrow.png) no-repeat 94% center;
	}
	#Department ul li.intellectual a {
		padding: 40px 15px 30px 15px;	
	}
	#Department ul li.robo a {
		padding: 15px 15px 10px 15px;	
	}










	/* 蟄ｦ遘代Δ繝ｼ繝繝ｫ
	-------------------- */
	.modal-content {
		width: 500px;
		margin: 0;
		padding: 50px;
		background: #fff;
		position: fixed;
		display: none;
		z-index: 1000;
		text-align: center;
	}
	#modal-overlay {
		z-index: 1;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; 
		background-color: rgba( 0,0,0, 0.75 );
	}
	.modal-content h3 {
		font-size: 30px;
	}

	.modal-content p {
		margin-bottom: 30px;
	}

	.modal-content .btn {
		width: 200px;
		border: solid 1px #ddd;
		margin: 30px auto 0 auto;
	}
	.modal-content .btn a {
		display: block;
		padding: 10px 0;
		font-size: 14px;
		color: #000;
	}

	.modal-content li {
		margin-bottom: 10px;
	}

	.button-link:hover {
		cursor: pointer;
	}





}


/* 繧ｹ繝槭・ */
@media only screen and (max-width: 480px) {

	#Sp_header #menuBox {
		display: none;
	}

	#margin {
		padding-top: 60px;
	}




	/* Important
	-------------------- */
	#Important {
		letter-spacing: 0.1em;
		background: #fdfdfd;
		border-top: solid 1px #ddd;
		border-bottom: solid 1px #ddd;
		padding: 2%;
	}
	#Important h2 {
		font-size: 20px;
		color: #C00;
	}

	#Important .txtBox {
		border-top: solid 1px #ddd;
		padding: 0 0 6px 0;
		font-size: 14px;
	}
	#Important .txtBox dl {
		padding-top: 5%;
	}
	#Important .txtBox dl dt {
	}
	#Important .txtBox dl dd {
	}




	/* mainimages
	-------------------- */
	#mainimages {
		width: 100%;
		text-align: left;
		position: relative;
		overflow: hidden;
		padding-bottom: 12%;
	}
	#mainimages ul li {
		float: left;
		display: inline;
		overflow: hidden;
	}
	#mainimages ul li img {
		width: 100%;
		height: auto;
	}

	.wideslider_base {
		top: 0;
		position: absolute;
	}
	.wideslider_wrap {
		top: 0;
		position: absolute;
		overflow: hidden;

	}


	.slider_prev,
	.slider_next {
		width: 46px !important;
		height: 46px !important;
		top: 50%;
		margin-top: -24px;
		overflow: hidden;
		position: absolute;
		z-index: 10;
		cursor: pointer;
		display: none;
	}

	.slider_prev {
		background: url(../img_new/btn_slider_back.gif) no-repeat right center;
		left: 0px !important;
	}
	.slider_next {
		background: url(../img_new/btn_slider_next.gif) no-repeat left center;
		right: 0px !important;
	}

	.pagination {
		bottom: 7%;
		left: 0;
		width: 100%;
		height: 15px;
		text-align: center;
		position: absolute;
		z-index: 200;
	}

	.pagination a {
		margin: 0 5px;
		width: 10px;
		height: 10px;
		display: inline-block;
		overflow: hidden;
		background: #aaaaaa;
	}
	.pagination a.active {
		background: #00a0e9;
	}

	/* =======================================
	ClearFixElements
	======================================= */
	#mainimages ul:after {
		content: ".";
		height: 0;
		clear: both;
		display: block;
		visibility: hidden;
	}

	#mainimages ul {
		display: inline-block;
		overflow: hidden;
	}




	/* wrapper
	-------------------- */
	#wrapper {
		padding-bottom: 0;
	}





	/* section
	-------------------- */
	.section {
		padding: 5% 2%;
	}
	.section .area {
	}
	* html .section .area {
		zoom: 100%;
	}
	*:first-child+html .section .area {
		display: inline-block;
	}
	.section .area:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}

	.section .area h2 {
		width: 100%;
		height: auto;
		margin-bottom: 5%;
	}
	.section .area h2 img {
		width: 70%;
	}





	/* CloseUp
	-------------------- */
	#CloseUp {
		background: #f2f5f8;
	}
	#CloseUp #leftArea {
	}

	#CloseUp #leftArea .box {
	}
	* html #CloseUp #leftArea .box {
		zoom: 100%;
	}
	*:first-child+html #CloseUp #leftArea .box {
		display: inline-block;
	}
	#CloseUp #leftArea .box:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	#CloseUp #leftArea .box dl {
		margin-bottom: 5%;
		display: none;
	}
	#CloseUp #leftArea .box dl.one,
	#CloseUp #leftArea .box dl.two,
	#CloseUp #leftArea .box dl.three {
		display: block !important;
	}
	#CloseUp #leftArea .box dl.third {
		margin-right: 0;
	}
	#CloseUp #leftArea .box dl dt {
		position: relative;
		margin-bottom: 12px;
	}
	#CloseUp #leftArea .box dl dt img {
		width: 100%;
		height: auto;
	}
	#CloseUp #leftArea .box dl dt span {
		position: absolute;
		top: 0;
		left: 0;
		padding: 2px 0;
		width: 86px;
		font-size: 93%;
		text-align: center;
		color: #fff;
		z-index: 1;
	}
	#CloseUp #leftArea .box dl dt span.blog {
		background: #e84383;
	}
	#CloseUp #leftArea .box dl dt span.topics {
		background: #004482;
	}
	#CloseUp #leftArea .box dl dt span.voice {
		background: #2cae97;
	}
	#CloseUp #leftArea .box dl dd {
		font-size: 14px;
	}
	#CloseUp #leftArea .box dl dd span {
		display: block;
		margin-bottom: 5px;
	}
	#CloseUp #leftArea .box dl dd span.voice {
		font-size: 12px;
		line-height: 1.4em;
	}

	#CloseUp #leftArea .box .more {
		width: 100%;
		margin: 0 auto 5% auto;
		background: #fff;
		clear: both;
	}
	#CloseUp #leftArea .box .more a {
		font-size: 125%;
		font-weight: bold;
		color: #004482;
		text-align: center;
		display: block;
		padding: 4% 0;
		background: url(../japanese/common/img_new/icon_arrow_bottom.gif) no-repeat 96% center;
	}

	#CloseUp #leftArea .box .close {
		width: 100%;
		margin: 0 auto 5% auto;
		background: #fff;
		clear: both;
		display: none;
	}
	#CloseUp #leftArea .box .close a {
		font-size: 125%;
		font-weight: bold;
		color: #004482;
		text-align: center;
		display: block;
		padding: 4% 0;
		background: url(../japanese/common/img_new/icon_arrow_top.gif) no-repeat 96% center;
	}


	#CloseUp #leftArea ul {
		margin-bottom: 3%;
	}
	* html #CloseUp #leftArea ul {
		zoom: 100%;
	}
	*:first-child+html #CloseUp #leftArea ul {
		display: inline-block;
	}
	#CloseUp #leftArea ul:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	#CloseUp #leftArea ul li {
		width: 48.5%;
		background: #fff;
		border: solid 1px #cbd9e6;
		margin-bottom: 2.5%;
	}
	#CloseUp #leftArea ul li.topics {
		float: left;
	}
	#CloseUp #leftArea ul li.blog {
		float: right;
	}
	#CloseUp #leftArea ul li.voice {
		float: left;
	}
	#CloseUp #leftArea ul li.press {
		float: right;
	}
	#CloseUp #leftArea ul li a {
		font-size: 14px;
		text-align: center;
		display: block;
		padding: 10px 0;
	}
	#CloseUp #leftArea ul li.topics a {
		color: #004482;
		background: url(../japanese/common/img_new/icon_arrow_blue.gif) no-repeat 94% center;
	}
	#CloseUp #leftArea ul li.blog a {
		color: #e84383;
		background: url(../japanese/common/img_new/icon_arrow_pink.gif) no-repeat 94% center;
	}
	#CloseUp #leftArea ul li.voice a {
		color: #2cae97;
		background: url(../japanese/common/img_new/icon_arrow_green.gif) no-repeat 94% center;
	}
	#CloseUp #leftArea ul li.press a {
		color: #00a0e9;
		background: url(../japanese/common/img_new/icon_arrow_lightblue.gif) no-repeat 94% center;
	}



	#CloseUp .rightArea {
		margin-bottom: 5%;
	}
	* html #CloseUp .rightArea ul {
		zoom: 100%;
	}
	*:first-child+html #CloseUp .rightArea ul {
		display: inline-block;
	}
	#CloseUp .rightArea ul:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	#CloseUp .rightArea ul li {
		width: 48.5%;
		float: left;
		margin-bottom: 3.5%;
	}
	#CloseUp .rightArea ul li.right {
		float: right;
	}
	#CloseUp .rightArea ul li img {
		width: 100%;
		height: auto;
	}





	/* NewsArea
	-------------------- */
	#NewsArea {
		background: #fff;
		border-bottom: solid 1px #cbd9e6;
	}
	#NewsArea .box {
		position: relative;
		border-bottom: solid 1px #ddd;
		margin-bottom: 8%;
		padding-bottom: 8%;
	}
	#NewsArea .box.last {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}

	#NewsArea .box ul {
		position: absolute;
		top: 0;
		right: 0;
	}
	#NewsArea .box ul li {
		float: right;
		margin-left: 5px;
	}

	#NewsArea .box dl {
		font-size: 14px;
		border-bottom: solid 1px #cbd9e6;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	#NewsArea .box dl.last {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#NewsArea .box dl dt {
		margin-bottom: 3px;
	}
	#NewsArea .box dl dd {
		line-height: 1.4em;
	}
	#NewsArea .box dl dd a {
		color: #000;
	}
	#NewsArea .box dl dd a:hover {
		color: #00a0e9;
	}

	#NewsArea .box .btn {
		background: #004482;
		margin-top: 7%;
	}
	#NewsArea .box .btn a {
		font-size: 14px;
		color: #fff;
		text-align: center;
		display: block;
		padding: 8px 0 6px 0;
		background: url(../japanese/common/img_new/icon_arrow.png) no-repeat 96% center;
	}





	/* Pick
	-------------------- */
	#Pick {
		padding-bottom: 0;
	}
	#Pick .bnrBox {
	}
	#Pick .bnrBox a{
	  min-height:56px;
	  display:block;
	}
	* html #Pick .bnrBox {
		zoom: 100%;
	}
	*:first-child+html #Pick .bnrBox {
		display: inline-block;
	}
	#Pick .bnrBox:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	#Pick .bnrBox dl {
		width: 48.5%;
		float: left;
		margin-bottom: 5%;
	}
	#Pick .bnrBox dl.second {
		float: right;
	}
	#Pick .bnrBox dl dt {
		margin-bottom: 5px;
	}
	#Pick .bnrBox dl dt img {
		width: 100%;
		height: auto;
	}
	#Pick .bnrBox dl dd {
		font-size: 14px;
		line-height: 1.4em;
		text-align: center;
	}





	/* Department
	-------------------- */
	#Department {
	}
	#Department ul {
	}
	* html #Department ul {
		zoom: 100%;
	}
	*:first-child+html #Department ul {
		display: inline-block;
	}
	#Department ul:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	#Department ul li {
		width: 100%;
	}

	#Department ul li p {
		margin-bottom: 8px;
		line-height: 1.2;
	}


	#Department ul li.engineering {
		background: #2f60a5;
	}
	#Department ul li.information {
		background: #72c92d;
	}
	#Department ul li.intellectual {
		background: #d05960;
	}
	#Department ul li.graduate_intellectual {
		background: #94a1b2;
	}
	#Department ul li a {
		font-size: 140%;
		font-weight: bold;
		color: #fff;
		line-height: 1.3em;
		letter-spacing: 0.1em;
		display: block;
		padding: 5%;	
		background: url(../japanese/common/img_new/icon_arrow.png) no-repeat 94% center;
	}
	#Department ul li.intellectual a {
		padding: 7% 5%;	
	}

	#Department ul li.robo {
		background: #D07000;
	}











	/* 蟄ｦ遘代Δ繝ｼ繝繝ｫ
	-------------------- */
	.modal-content {
		width: 80%;
		margin: 0;
		padding: 8% 5%;
		background: #fff;
		position: fixed;
		display: none;
		z-index: 1000;
		text-align: center;
	}
	#modal-overlay {
		z-index: 1;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; 
		background-color: rgba( 0,0,0, 0.75 );
		z-index: 950;
	}
	.modal-content h3 {
		font-size: 150%;
		margin-bottom: 10px;
	}

	.modal-content p {
		width: 100%;
		margin-bottom: 8%;
	}
	.modal-content p img {
		width: 35%;
		height: auto;
	}

	.modal-content .btn {
		width: 200px;
		border: solid 1px #ddd;
		margin: 8% auto 0 auto;
	}
	.modal-content .btn a {
		display: block;
		padding: 10px 0;
		font-size: 14px;
		color: #000;
	}

	.modal-content li {
		margin-bottom: 10px;
	}
	.modal-content li img {
		width: 100%;
		height: auto;
	}

	.button-link:hover {
		cursor: pointer;
	}


/*================
2017.02.17 UPDATE
＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

	/*#JackHid a {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99999;
	}*/
	
	#Footer_Sp {
		position: relative;
		padding-bottom: 15%;
	}
	#gakubuOpen{
		background:#009fe8;
		padding:10px;
		box-sizing:border-box;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 99999;
	}
	#gakubuBtn{
		text-align:center;		
		background:#009fe8;
		line-height:1;
		margin:0;
		padding:12px 0 0 0;
		background:url("/img/index_arrow_up_sp.png") no-repeat center 0;
		background-size:9px 5px;
		cursor:pointer;
	}
	#gakubuBtn.closeBtn{
		background:url("/img/index_arrow_up_sp.png") no-repeat center 0;
		background-size:9px 5px;
	}
	#gakubuBtn.openBtn{
		background:url("/img/index_arrow_down_sp.png") no-repeat center 0;
		background-size:9px 5px;
	}
	#gakubuBtn  img{
		width:85%;
	}
	#gakubuList{
		background:#fff;
		padding:0;		
		margin-bottom:10px;
		display:none;
	}
	#gakubuList li.gakubu{
		border-bottom:5px solid #009fe8;
		padding:0 10px;
	}
	#gakubuList li.daigakuin{
		padding:0 10px;
	}
	#gakubuList li ul li{
		font-size: 100%;
		border-bottom:1px solid #b8dcf6;
	}
	#gakubuList li ul li:last-child{
		border-bottom: none;
	}
	#gakubuList li ul li a{
		padding:8px 20px 8px 0;
		display:block;
		line-height:1.2;
		background: url("/img/index_arrow_right_sp.png") no-repeat 99% center;
		background-size:5px 7px;
		font-weight:bold !important;
	}
	#gakubuList li ul li span.small{
		display:block;
		font-size: 85%;
	}
}

#mainVisual{
background:#333333;
overflow:hidden;
width:100%;
}
/* ページ分割ナビ
------------------------------------------------------------ */
.wp-pagenavi{
	padding:35px 0px;
    margin:30px 0px;
	text-align:center;
	overflow:hidden;
  clear:both;
}
.wp-pagenavi a,.wp-pagenavi span{
	padding:7px 15px;
	background:#fff;
	color:#555;
	margin-right:5px;
	text-decoration:none;
	border:1px solid #ccc;
}

#main .wp-pagenavi span{
	background:#4a89dc;
 	color:#fff;
}
.wp-pagenavi .pages{
	background:#4a89dc;
	color:#fff;
	margin-right:20px;
}

.wp-pagenavi a:hover{
	background:#4a89dc;
	color:#fff;
  text-decoration:none;
}
.wp-pagenavi .alignleft{
	margin-top:0;
	margin-bottom:0;
	float:none;
	vertical-align:middle;
  display:inline-block;
  max-width:30%;
}
.wp-pagenavi .alignleft a{
	border:none;
	color:#4a89dc;
	text-decoration:underline;
}
 .wp-pagenavi .alignleft a:hover{
	background:0 0;
	color:#000000;
	opacity:.8;
	filter:alpha(opacity=80);
}
.wp-pagenavi .center{
	margin-top:0;
	margin-bottom:0;
	float:none;
  display:inline-block;
}
.wp-pagenavi .center a{
	background:#4a89dc;
	color:#fff;
}

.wp-pagenavi .center a:hover{
	opacity:.8;
	filter:alpha(opacity=80);
}

.wp-pagenavi .alignright{
	margin-top:0;
	margin-bottom:0;
	float:none;
	vertical-align:middle;
  display:inline-block;
  max-width:30%;
}
.wp-pagenavi .alignright a{
	border:none;
	color:#4a89dc;
	text-decoration:underline;
}
.wp-pagenavi .alignright a:hover{
	background:0 0;
	color:#000000;
	opacity:.8;
	filter:alpha(opacity=80);
}
.wp-pagenavi .previouspostslink,#main .wp-pagenavi .nextpostslink {
  background:#eee;
}

#mainImage .mainText {
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    margin-bottom: 20px;
    letter-spacing: 0em;
    width:190px;
}
.en {
    font-family: "Raleway",sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
}
#mainImage .mainText span {
    font-size: 14px;
    display: block;
    letter-spacing: 0.1em;
    line-height:1.2rem;
    margin-top: 10px;
}
.main {
font-size:16px;
}
.main ul dl dd{
margin-bottom:15px;
}
.main h3{
font-size:18px;
margin-bottom:20px;
    border: 2px solid #ddd;
    border-left: 3px solid #43af34;
    padding: 10px 15px;
}
.scroll-nav{
background: #fff;
}
.scroll-nav{
padding:0px;
text-align:center;
line-height:2.4rem;
}
.fixed{
  position: fixed;
  top: 0px;
  width:23%;
  display:inline-block;
}

nav.scroll-nav{
text-align:left;
margin-bottom:0px;
}
nav.scroll-nav li {
border-bottom:1px solid #ccc;
}
nav.scroll-nav li a {
display:block;
padding-left:30px;
}
.main h2{
    margin: 0 -15px 0px;
    padding: 15px 15px 15px;
    font-size: 25px;
    color: #333;
    font-weight: 700;
    border-top: 3px solid #43af34;
    letter-spacing: 1px;
}
.main ul{
    margin-bottom:30px;
}
.main p{
padding:20px 0px 30px 0px;
}
.strong{
font-weight:bold;
font-size:20px;
color:#43af34;
}
span.strong{
color:#333;
font-size:16px;
}
.main ul li{
padding:10px 30px;
}
.main table{
margin:30px 20px;
font-size:15px;
}
.main tr th{
  width:210px;
  background:#E6EEF3;
  vertical-align: middle;
}
.main td,.main th{
  padding:15px 15px;
  font-weight:normal;
  border-bottom:1px solid #fff;
}
.main tr td{
  width:500px;
}
ul#crumbs{
overflow:hidden;
}
ul#crumbs li{
float:left;
}
.main .links table{
  margin:30px 0px;
  font-size:13px;
}
#CloseUp.section{
padding:60px 0px 0px 0px;
}
#side nav h3{
    background-color: #43af34;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    -webkit-writing-mode: inherit;
    padding: 20px 10px;
    line-height: 25px;
    display: block;
    float: none;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    color: #fff;
    margin-bottom:0px;
}
#side nav ul li{
       border-bottom: 1px solid #ccc;
       padding: 10px 0px;
}
#side nav ul{
    background:#fff;
}
#side nav ul li a {
    color: #121212;
    text-decoration: none;
    display: block;
    padding: 15px 20px 15px 40px;
    position: relative;
    letter-spacing: 0;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

#side nav ul li a {
    display: block;
    background: url(../img/bg/bg_arrow.png) no-repeat center left;
    background-size: 15px;
}
.news dl a{
    color:#333;
}
.news dl{
    font-size: 14px;
    border-bottom: solid 1px #cbd9e6;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.main h2{
   margin-bottom:30px;
}

/* お問い合わせフォーム
----------------------------------------------------------- */	
em.require {
    background-color: #0058ae;
    padding: 3px 4px;
    color: #FAFAFA;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 0px 0px 0px 10px;
    line-height: 9px;
    border-radius: 3px;
    font-family: "ＭＳ ゴシック","MS Gothic","Osaka－等幅",Osaka-mono,monospace;
}

.contactTel {
    border: 1px solid #0058ae;
    margin: 0px 0px 20px;
    padding: 20px;
    line-height:1.8;
    text-align: center;
}
.main .contactTel p{
   padding:0px;
}
.contactInput {
  padding:10px 0px 20px 0px;
}
.contactConfirm,.contactComplete {
  padding:0px 0px;
}
.contactComplete p{
  padding-bottom:30px;
}
.contactTel .number {
    font-size: 30px;
    color: #A2A530;
    font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
	margin-bottom:0px;
}
.contactNotice {
  padding:30px 0px 50px 0px;
}
.contactForm span.attention02{
  color:#F08336;
  font-size:12px;
}


/*----------------------------------------------------------
    form
----------------------------------------------------------- */
.iqfm-table th, .iqfm-table td {
}
.iqfm-table th {
}
.iqfm-table td p {
	margin:0;
	padding:0;
}

/*-------------------------------------
    送信確認ボタン
--------------------------------------*/
#main .check_btn {
	background:url(../img/buttons/btn_confirm.jpg) no-repeat;
	padding:0;
	height:45px;
	width:185px;
	text-indent:-9999px;
	border:none;
	display:block;
	margin:20px auto;
}
/*-------------------------------------
    申し込みボタン
--------------------------------------*/
.btnArea {
    text-align: center;
    margin: 20px auto;
}
.btnArea {
	text-align: center;
	margin: 20px auto;
}
/*-- ボタン共通指定 --*/
.btnArea input[type="submit"] {
	border-style: none;
	padding: 10px 30px;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.btnArea input[type="submit"]:hover {
	opacity: .75;
}
/*-- 送信確認ボタン --*/
.btnArea input[name="submitConfirm"] {
	color: #FFF;
	background: #0058ae;
}
/*-- 戻るボタン --*/
.btnArea input[name="submitBack"] {
	margin-right: 10px;
	color: #fff;
	background: #666;
	padding: 9px 29px;
	border: 1px solid #ddd;
}
/*-- 送信するボタン --*/
.btnArea input[name="submitSubmit"] {
	color: #FFF;
	background: #A2A530;
}
/*-------------------------------------
    送信ボタン
--------------------------------------*/	
#main .btnarea {
	padding:20px 0;
	text-align:center;
}
#main .submit_btn {
	background:url(../img/buttons/btn_submit.jpg) no-repeat;
	padding:0;
	height:45px;
	width:185px;
	text-indent:-9999px;
	border:none;
}
/*-------------------------------------
    戻るボタン
--------------------------------------*/	
#main .return {
	background:url(../img/buttons/btn_return.jpg);
	padding:0;
	height:45px;
	width:185px;
	text-indent:-9999px;
	border:none;
}
/*-------------------------------------
    完了画面のトップへ戻るボタン
--------------------------------------*/
#main .return_top,#main .returnTop{
	border-style: none;
	padding: 10px 30px;
	font-size: 16px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
  background:#A2A530;
  color:#fff;
  text-decoration:none;
}
/*-------------------------------------
    ボタンホバー
--------------------------------------*/
#page #main .return:hover, #page #main .submit_btn:hover, #page #main .check_btn:hover, #page #main .return_top:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	cursor:pointer;
	color:#fff;
  
}
/*-------------------------------------
    必須
--------------------------------------*/
#main th span.kome {
	margin-left:10px;
	background-color:#C33;
	padding:3px 4px;
	color:#fafafa;
	font-size:9px;
	letter-spacing:1px;
	margin: 0px 0px 0px 10px;
	line-height:9px;
	border-radius:3px;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	zoom:normal;
}
#privacy section{
   margin:20px 0px;
}



	#CloseUp #leftArea .box:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	.reports dl {
		width: 250px;
		float: left;
		margin-right: 16px;
		margin-bottom: 20px;
	}
	.reports div.list-post:nth-of-type(3n){
	   margin-right:0px;
	}
	.panel{
	   padding-right:0px;
	   overflow:hidden;
	}
	.reports dl.one,
	.reports dl.two,
	.reports dl.three,
	.reports dl.four,
	.reports dl.five,
	.reports dl.six {
		display: block !important;
	}
	.reports dl.four{
		margin-right: 0;
	}
	.reports dl dt {
		position: relative;
		margin-bottom: 12px;
	}
	.reports dl dd span {
		top: 0;
		left: 0;
		padding: 2px 0;
		width: 120px;
		font-size: 93%;
		text-align: center;
		z-index: 1;
	}
	.reports dl dd span.blog {
		background: #e84383;
		color: #fff;
	}
	.reports dl dd span.topics {
		background: #004482;
		color: #fff;
	}
	.reports dl dd span.voice {
		background: #2cae97;
		color: #fff;
	}
	dl dd span.child {
		background: #2063d2;
		color:#fff;
		text-align:center;
	}
	dl dd span.festival {
	    background:#C43D1F;
	    text-align:center;
		color:#fff;
	}
	.reports dl dd {
		font-size: 14px;
		height: 90px;
	}
	.reports dl dd span {
		display:inline-block;
		margin-bottom: 5px;
	}
	.reports dl dd span.voice {
		font-size: 12px;
		line-height: 1.4em;
	}
	.reports dl dd span.date{
	    text-align:left;
	}



	.reports ul {
	}
	* html .reports ul {
		zoom: 100%;
	}
	*:first-child+html .reports ul {
		display: inline-block;
	}
	.reports ul:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	.reports ul li {
		width: 197px;
		float: left;
		background: #fff;
		border: solid 1px #cbd9e6;
		margin-right: 8px;
	}
	.reports ul li.press {
		margin-right: 0;
	}
	.reports ul li a {
		font-size: 14px;
		text-align: center;
		display: block;
		padding: 10px 0;
	}
#sns-icon ul li{
   float:left;
   padding-left:5px;
}
#sns-icon ul{
   position:absolute;
   top:80px;
   right:0px;
}
ul.children {
   margin-bottom:0px;
}
#side nav ul.children li{
   padding:0px 10px;
   border:none;
}
#side nav ul.children li a{
  background-position-x: 10px;
}
.panel .single.post{
  padding-right:30px;
}
dl dd .pr{
  background:#45AE37;
  color:#fff;
  text-align:center;padding:5px;
  font-size:12px;
}
 dl dd .event{
  background:#004482;
  color:#fff;
  text-align:center;padding:5px;
  font-size:12px;
}
 dl dd .bsc{
  background:#ff4500;
  color:#fff;
  text-align:center;padding:5px;
  font-size:12px;
}
 dl dd .concierge{
  background:#333;
  color:#fff;
  padding:0px 5px;
 }
 dl dd .education{
  background:#ED7274;
  color:#fff;
  text-align:center;padding:5px;
  font-size:12px;
}
 dl dd .education-education{
 background:#333333;
  color:#fff;
  text-align:center;padding:5px;
  font-size:12px;
 }
 dl dd .date{
 text-align:left;
 }
 
@media (max-width: 767px) {
   #important-info{
     margin-top:80px;
   }
   .wideslider{
     margin-top:0px;
   }
   body #mainVisual{
     margin-top:0px;
   }
   body #important-info dt{
     display:block;
     padding:0px;
     position:static;
   }
   body #important-info dd{
    display:block;
    padding:0px;
    position:static;
   }
   iframe.pdf{
    width:100% !important;
    height:500px !important;
   }
  .navbar-brand > img{
    width:200px;
    height:auto !important;
  }
  .navbar{
    min-height:inherit;
  }
  #mainVisual{
    margin-top:63px;
  }
  #NewsArea .box:first-child{
	width:inherit;
  }
  .fb-page01{
    width:100%;
  }
  #mainImage .container img {
    width: 100%;
    margin-top:0px;
    margin-left:0px;
  }
  .panel{
    padding:0px;
  }
  .main ul li{
    padding:10px 10px;
  }
  .main table{
    margin-left:0px;
    margin-right:0px;
  }
  .main tr th,.main tr td{
    width:100%;
    display:block;
  }
  .main .curriculum tr th,.main .curriculum tr td{
    display:table-cell;
    width:inherit;
  }
  img{
    max-width:100%;
  }
  .main{
    overflow:hidden;
  }
  .list-post{
  overflow:hidden;
  padding-left: 0px;
  }
  .fixed{
  position: static;
  width:100%;
  }
  .reports dl{
  display:block;
  width:100%;
  float:none;
  }
  .reports dl img{
  width:100%;
  height:auto;
  }
  .reports dl dd span{
    width:100%;
    display:block;
  }
  .reports dl dd .date{
  text-align:left;
  }
  #mainImage .mainText{
  font-size:30px;
  }
  #mainImage{
    padding-top:70px;
  }
  .post-type-archive-class{
    width:100%;
  }
  .page-id-3554 table{
    width:100%;
  }
  .page-id-3554 table th,
  .page-id-3554 table td{
    width:100% !important;
    display:block !important;
    text-align:center !important;
  }
  .post-type-archive-class table{
    width:100%;
  }
  .post-type-archive-class table th,
  .post-type-archive-class table td{
    width:100% !important;
    display:block !important;
    text-align:center !important;
  }
}
.sideIdx div{
    display:block;
	border-bottom: 1px solid #43af34;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sideIdx div a{
    color:#333;
}
#site-menu{
/*
-moz-transition-property: background-color, width, height;
-webkit-transition-property: background-color, width, height;
-o-transition-property: background-color, width, height;
-ms-transition-property: background-color, width, height;
-moz-transition-duration: 1s;
-webkit-transition-duration: 1s;
-o-transition-duration: 1s;
-ms-transition-duration: 1s;
-moz-transition-timing-function: ease-in-out;
-webkit-transition-timing-function: ease-in-out;
-o-transition-timing-function: ease-in-out;
-ms-transition-timing-function: ease-in-out;
transition-property: background-color, width, height;
transition-duration: 1s;
transition-timing-function: ease-in-out;
*/
}

@media (min-width: 768px) and (max-width: 1199px) {
 #mainImage{
   padding-top:60px;
 }
 #mainImage .container img{
   margin:0px;
 }
 iframe.pdf{
  width:100% !important;
  height:1000px !important;
 }
}
iframe.pdf{
  width:100% !important;
}
.embed-pdf-viewer{
  width:100% !important;
}
.anniversary{
	background:#000;
	color:#fff;
}
.business{
	background:#875FA8;
	color:#fff;
}
.schoolmate{
	background:#DD5365;
	color:#fff;
}
.course{
	background:red;
	color:#fff;
	text-align:center;
}

.opencampus{
	background:blue;
	color:#fff;
	text-align:center;
}

.main_literal{
	background:#E6EEF3;
	color:#333;
	padding:15px;
}
@media (max-width: 992px){
.main_literal{
	margin-top:60px;
}
}
