@charset "UTF-8";
/*
このCSSはSASS+Compassでコンパイルされています。
Sass 3.4.9
Compass 1.0.1
元ファイル　../sass/style.scss
*/
/*クリアフィックス*/
#contentArea, ul.sideMenu, .sideBanner, #site-footer, #site-footer .footerData {
 *zoom: 1;
}
#contentArea:after, ul.sideMenu:after, .sideBanner:after, #site-footer:after, #site-footer .footerData:after {
	content: "";
	display: table;
	clear: both;
}
/*フォントファミリー*/
/************************************************************************
* 2階層目
*************************************************************************/
body, html {
	width: 100%;
}
@media (max-width: 680px) {
body, html {
	height: 100vh;
	overflow-x: hidden;
	width: 100%;
}
}
.mb-title {
	height: 150px;
	overflow: hidden;
	width: 100%;
}
.mb-title img {
	height: auto;
	width: 100%;
}
* html .sideMenu {
	position: absolute;
 top: expression(eval(document.documentElement.scrollTop+100));
}
#contentArea {
	margin: 0px auto;
	background: url(../images/common/back.gif) repeat-y;
	font-size: 90%;
	width: 915px;
}
@media (max-width: 680px) {
#contentArea {
	background: #ccc;
	width: 100%;
}
}
#contentLeft {
	float: left;
	width: 220px;
	margin-right: 15px;
}
@media (max-width: 680px) {
#contentLeft {
	float: none;
	margin-right: auto;
	width: 100%;
}
#contentLeft div:nth-of-type(1) {
	background: #ddd;
}
#contentLeft div:nth-of-type(1) img {
	height: auto;
	width: 100%;
}
}
#contentRight {
	float: left;
	width: 680px;
	background: #FFF;
	color: #434242;
}
@media (max-width: 680px) {
#contentRight {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	width: 100%;
}
}
/* パンくず
-------------------- */
.pankuzu {
	font-size: 70%;
	margin: 0 auto 10px;
	width: 915px;
}
@media (max-width: 680px) {
.pankuzu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 2;
	padding: .5em 1em 0 1em;
	width: 100%;
}
}
/* サイドなび
-------------------- */
ul.sideMenu {
	font-size: 90%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 0;
	font-weight: bold;
}
@media (max-width: 680px) {
ul.sideMenu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	width: 100%;
}
}
@media (max-width: 680px) {
ul.sideMenu li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	width: 50%;
}
ul.sideMenu li:nth-child(2n-1) {
	border-right: solid 1px #ccc;
	float: left;
}
ul.sideMenu li:nth-child(2n) {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
}
ul.sideMenu li:last-child {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: none;
	border-right: 1px solid #ccc;
}
}
ul.sideMenu li a {
	display: block;
	border-top: 1px solid #ccc;
	height: 2%;
	color: #333;
	text-decoration: none;
	background: #FFF;
	padding: 8px 10px 8px 28px;
}
@media (max-width: 680px) {
ul.sideMenu li a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: none;
	height: auto;
	width: 100%;
}
}
ul.sideMenu li a:hover {
	display: block;
	border-top: 1px solid #ccc;
	color: #666;
	text-decoration: none;
	background: #FFF;
	padding: 8px 10px 8px 28px;
	text-decoration: underline;
}
ul.sideMenu li.noLink a {
	display: block;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	color: #666;
	text-decoration: none;
	background: #FFF;
	padding: 8px 10px 8px 28px;
	text-decoration: underline;
}
/* サイドバナー
-------------------- */
.sideBanner {
	margin: 0 5px 0 5px;
}
@media (max-width: 680px) {
.sideBanner {
	margin: auto;
	width: 95%;
}
}
.sideBanner li {
	margin-bottom: 5px;
}
@media (max-width: 680px) {
.sideBanner li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	width: 50%;
}
.sideBanner li a {
	display: block;
}
.sideBanner li img {
	height: auto;
	width: 100%;
}
.sideBanner li:nth-child(2n-1) {
	float: left;
	padding-right: 2.5px;
}
.sideBanner li:nth-child(2n) {
	float: right;
	padding-left: 2.5px;
}
}
/************************************************************************
* 新潟工科大について
*************************************************************************/
#about {
	margin: 115px 0 0 0;
}
@media (max-width: 680px) {
#about {
	margin-top: 0;
}
#about #contentRight .firstChild img {
	height: auto;
	width: 100%;
}
}
.aboutBox {
	position: relative;
}
@media (max-width: 680px) {
.aboutBox img {
	height: auto;
	width: 100%;
}
}
@media (max-width: 680px) {
.aboutBox p {
	background: #fff;
	font-size: 14px;
	line-height: 1.5;
}
}
.aboutBox .pattern00 {
	position: absolute;
	top: 185px;
	left: 60px;
	line-height: 1.5;
	width: 320px;
	margin-bottom: 0;
}
@media (max-width: 680px) {
.aboutBox .pattern00 {
	height: auto;
	left: 8%;
	top: auto;
	margin-bottom: 30px;
	margin-top: -35%;
	width: 49%;
	position: relative;
}
 .aboutBox .pattern00::-webkit-scrollbar {
 width: 10px !important;
}
 .aboutBox .pattern00::-webkit-scrollbar-thumb {
 background: #33C9C8 !important;
 border-radius: 10px !important;
}
 .aboutBox .pattern00::-webkit-scrollbar-track-piece:start {
 background: rgba(51, 201, 200, 0.4) !important;
}
 .aboutBox .pattern00::-webkit-scrollbar-track-piece:end {
 background: rgba(51, 201, 200, 0.1) !important;
}
}
.aboutBox .pattern01 {
	position: absolute;
	top: 133px;
	left: 30px;
	width: 364px;
	margin-bottom: 0;
	color: #156b87;
}
@media (max-width: 680px) {
.aboutBox .pattern01 {
	height: 58%;
	left: 10px;
	margin-top: -45%;
	padding-left: 5px;
	position: relative;
	top: auto;
	width: 53%;
}
 .aboutBox .pattern01::-webkit-scrollbar {
 width: 10px;
}
 .aboutBox .pattern01::-webkit-scrollbar-thumb {
 background: #33C9C8;
 border-radius: 10px;
}
 .aboutBox .pattern01::-webkit-scrollbar-track-piece:start {
 background: rgba(51, 201, 200, 0.4);
}
 .aboutBox .pattern01::-webkit-scrollbar-track-piece:end {
 background: rgba(51, 201, 200, 0.1);
}
}
.aboutBox .pattern-btn a {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background: #156b87;
	color: #fff;
	display: block;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	padding: .5em;
	text-align: center;
	text-decoration: none;
	width: auto;
}
.aboutBox .pattern-btn a::after {
	content: ">>>";
	color: #fff;
	margin-left: .5em;
}
@media (max-width: 680px) {
.aboutBox .pattern-btn {
	display: block;
}
}
.aboutBox .pattern02 {
	position: absolute;
	top: 180px;
	left: 315px;
	width: 330px;
	margin: 0;
	color: #156b87;
}
@media (max-width: 680px) {
.aboutBox .pattern02 {
	left: 48%;
	top: auto;
	width: 48%;
	position: relative;
	margin-top: -60%;
}
 .aboutBox .pattern02::-webkit-scrollbar {
 width: 10px;
}
 .aboutBox .pattern02::-webkit-scrollbar-thumb {
 background: #33C9C8;
 border-radius: 10px;
}
 .aboutBox .pattern02::-webkit-scrollbar-track-piece:start {
 background: rgba(51, 201, 200, 0.4);
}
 .aboutBox .pattern02::-webkit-scrollbar-track-piece:end {
 background: rgba(51, 201, 200, 0.1);
}
}
.aboutBox .pattern03 {
	position: absolute;
	top: 68px;
	left: 30px;
	width: 335px;
	margin: 0;
	color: #156b87;
}
@media (max-width: 680px) {
.aboutBox .pattern03 {
	left: 15px;
	top: auto;
	width: 50%;
	margin-top: -70%;
	position: relative;
}
 .aboutBox .pattern03::-webkit-scrollbar {
 width: 10px;
}
 .aboutBox .pattern03::-webkit-scrollbar-thumb {
 background: #33C9C8;
 border-radius: 10px;
}
 .aboutBox .pattern03::-webkit-scrollbar-track-piece:start {
 background: rgba(51, 201, 200, 0.4);
}
 .aboutBox .pattern03::-webkit-scrollbar-track-piece:end {
 background: rgba(51, 201, 200, 0.1);
}
}
.aboutBox .pattern04 {
	position: absolute;
	top: 220px;
	left: 30px;
	width: 620px;
	margin: 0;
	color: #156b87;
}
@media (max-width: 680px) {
.aboutBox .pattern04 {
	left: 15px;
	top: auto;
	width: 50%;
	position: relative;
	margin-top: -60%;
}
 .aboutBox .pattern04::-webkit-scrollbar {
 width: 10px;
}
 .aboutBox .pattern04::-webkit-scrollbar-thumb {
 background: #33C9C8;
 border-radius: 10px;
}
 .aboutBox .pattern04::-webkit-scrollbar-track-piece:start {
 background: rgba(51, 201, 200, 0.4);
}
 .aboutBox .pattern04::-webkit-scrollbar-track-piece:end {
 background: rgba(51, 201, 200, 0.1);
}
}
.aboutBox .pattern05 {
	position: absolute;
	top: 135px;
	left: 30px;
	width: 540px;
	margin: 0;
	color: #156b87;
}
@media (max-width: 680px) {
.aboutBox .pattern05 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	left: auto;
	padding: 0 15px 20% 15px;
	position: relative;
	top: 80%;
	width: 100%;
}
}
.aboutBox .pattern06 {
	position: absolute;
	top: 140px;
	left: 30px;
	width: 370px;
	margin: 0;
	color: #156b87;
}
@media (max-width: 680px) {
.aboutBox .pattern06 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	left: auto;
	padding: 0 15px 20% 15px;
	position: relative;
	top: 68%;
	width: 100%;
}
}
.spBox01 .pattern-btn {
	bottom: 0;
	position: absolute;
}
.spBox01 .pattern-btn a {
	margin-bottom: 15px;
	width: 100%;
}
.spBox02 .pattern-btn {
	bottom: 0;
	position: absolute;
}
.spBox02 .pattern-btn a {
	margin-bottom: 15px;
	width: 100%;
}
/************************************************************************
* オープンキャンパス
*************************************************************************/
/* オープンキャンパスTOP
-------------------- */
#opencampus {
	width: 910px;
	margin: 0 auto;
}
#opencampus .open_navi {
	margin: 117px 0 15px 0;
	height: 48px;
}
#opencampus .open_navi li {
	float: left;
}
#opencampus #contentArea {
	background: #FFF;
	width: 890px;
	padding: 10px;
}
#opencampus #contentArea .open_fl {
	float: left;
}
#opencampus #contentArea .open_fr {
	float: right;
	position: relative;
}
#opencampus #contentArea .open_fr .pattern00 {
	position: absolute;
	top: 110px;
	left: 15px;
	width: 380px;
	margin-bottom: 0;
}
/* 旧オープンキャンパス
-------------------- */
.opencampusBox {
	position: relative;
}
.opencampusBox p {
	position: absolute;
	top: 10px;
	left: 305px;
	width: 305px;
}
table.tab01 th {
	vertical-align: middle;
	font-weight: normal;
}
table.tab01 td {
	vertical-align: middle;
	padding: 7px;
}
/* 参加者の声
-------------------- */
/* 右
-------------- */
.voice_fl {
	float: left;
	margin: 0 0 0 132px;
}
.voice_fl .voice_box {
	border: 8px solid #e6e4e4;
	padding: 8px;
	margin-bottom: 28px;
	width: 314px;
	position: relative;
}
.voice_fl .voice_box p {
	margin: 20px 0;
	padding: 0;
}
/* 左
-------------- */
.voice_fr {
	float: right;
}
.voice_fr .voice_box {
	border: 8px solid #e6e4e4;
	padding: 8px;
	width: 314px;
	margin: 0 0 28px 20px;
	position: relative;
}
.voice_icon01 {
	position: absolute;
	top: -50px;
	left: 240px;
}
.voice_icon02 {
	position: absolute;
	top: -50px;
	left: 245px;
}
.voice_icon03 {
	position: absolute;
	top: -50px;
	left: 234px;
}
.voice_icon04 {
	position: absolute;
	top: -50px;
	left: 230px;
}
.voice_icon05 {
	position: absolute;
	top: -50px;
	left: 245px;
}
.voice_fr .voice_box p {
	margin: 20px 0;
	padding: 0;
}
.men {
	color: #FFF;
	background: #33c9c9;
	margin-bottom: 10px;
	font-weight: normal;
	padding: 1px 5px;
}
.girl {
	color: #FFF;
	background: #f5707d;
	margin-bottom: 10px;
	font-weight: normal;
	padding: 1px 5px;
}
/* アクセス
-------------------- */
.access {
	margin: 0 0 0 132px;
	width: 730px;
}
/* 右
-------------- */
.access_fl {
	float: left;
}
/* 左
-------------- */
.access_fr {
	float: right;
}
/* レポート
-------------------- */
.flow_box {
	width: 820px;
	margin: 0 auto;
	position: relative;
}
.flow_box .flow_text01 {
	position: absolute;
	top: 299px;
	left: 68px;
	width: 305px;
}
.flow_box .flow_text02 {
	position: absolute;
	top: 299px;
	right: 75px;
	width: 305px;
}
.flow_box .flow_text03 {
	position: absolute;
	top: 50px;
	right: 75px;
	width: 340px;
}
/* 理系ガール
-------------------- */
#rikejyo {
	width: 100%;
	height: 288px;
	margin: 100px 0 0 0;
}
@media (max-width: 680px) {
#rikejyo {
	height: auto;
	margin-top: 0;
}
}
#rikejyo .button_box {
	margin: 235px 0 50px 0;
}
@media (max-width: 680px) {
#rikejyo .button_box {
	margin-bottom: 0;
	margin-top: 0;
}
#rikejyo .button_box div:nth-of-type(1) {
	margin-top: 25px;
}
#rikejyo .button_box div:last-of-type {
	padding-bottom: 25px;
}
#rikejyo .button_box div a {
	display: block;
}
#rikejyo .button_box div a img {
	height: auto;
	width: 100%;
}
}
#rikejyo .button {
	background: #fdfbf3;
}
#rikejyo .pankuzu {
	padding-top: 5px;
	color: #FFF;
}
#rikejyo .pankuzu a {
	color: #FFF;
}
#rikejyo #contentRight {
	margin: 255px 0 0 0;
	background: url(../images/rikejo/rikejo_back.gif) repeat-y;
	position: relative;
}
@media (max-width: 680px) {
#rikejyo #contentRight {
	margin-top: 0;
}
}
#rikejyo .logo {
	position: absolute;
	top: -35px;
	left: 0;
}
@media (max-width: 680px) {
#rikejyo .logo {
	left: auto;
	position: relative;
	top: auto;
}
#rikejyo .logo img {
	height: auto;
	margin-top: 25px;
	width: 100%;
}
}
.wd385 {
	width: 385px;
}
@media (max-width: 680px) {
.wd385 {
	width: 100%;
}
}
.wd368 {
	margin-bottom: 20px;
	width: 368px;
}
@media (max-width: 680px) {
.wd368 {
	width: 100%;
}
}
.wd255 {
	width: 255px;
}
@media (max-width: 680px) {
.wd255 {
	width: 100%;
}
.wd255 img {
	height: auto;
	margin-top: 15px;
	width: 100%;
}
}
.wd238 {
	width: 238px;
}
@media (max-width: 680px) {
.wd238 {
	width: 100%;
}
.wd238 img {
	height: auto;
	margin-bottom: 15px;
	width: 100%;
}
}
.navi_rikejyo {
	margin-bottom: 40px;
	height: 67px;
}
.navi_rikejyo li {
	float: left;
	width: 148px;
}
@media (max-width: 680px) {
.navi_rikejyo li {
	width: 48%;
}
.navi_rikejyo li img {
	height: auto;
	margin-bottom: 10px;
	width: 100%;
}
.navi_rikejyo li:nth-child(2n) {
	margin-right: 0 !important;
}
}
.box01 {
	position: relative;
	padding: 20px 0 0 0;
	margin-bottom: 20px;
}
@media (max-width: 680px) {
.box01 {
	margin-top: 10px;
}
}
.box01 img {
	position: absolute;
	left: -5px;
	top: -20px;
}
@media (max-width: 680px) {
.box01 img {
	top: -30px;
}
}
.box01 blockquote {
	border: 1px dotted #298e95;
	padding: 20px 30px;
	margin-left: 50px;
	color: #575757;
}
@media (max-width: 680px) {
.box01 blockquote {
	margin-left: 0;
}
}
.rikejyo2 {
	background: url(../images/rikejo/rikejo_back.gif) repeat-y !important;
	line-height: 1.5;
	padding: 15px 20px 0 20px;
	width: 640px !important;
}
@media (max-width: 680px) {
.rikejyo2 {
	width: 100% !important;
}
}
.rikejyo2 h2 {
	font-size: 120%;
}
.rikejyo2 h3 {
	margin-bottom: 15px;
}
.rikejyo01 {
	color: #9e8059;
}
.rikejyo02 {
	color: #859789;
}
.rikejyo03 {
	color: #8c7087;
}
@media (max-width: 680px) {
.rikejyo03 {
	width: 100%;
}
}
.rikejyo04 {
	color: #8a8d4d;
}
/* rikejyo2013
-------------------- */
#rikejyo2013 {
	background: url(../images/rikejo/rikejyo_main2013.jpg) no-repeat center;
	width: 100%;
	height: 288px;
	margin: 100px 0 0 0;
}
@media (max-width: 680px) {
#rikejyo2013 {
	background-position: -129vw top;
	background-size: 311%;
	height: 30vh;
	margin-top: 0;
	padding-top: 20vh;
}
#rikejyo2013 .pankuzu {
	background: #242829;
	margin-bottom: 0;
	padding-bottom: 10px;
}
}
/* rikejyo2014
-------------------- */
#rikejyo2014 {
	background: url(../images/rikejo/rikejyo_main2014.jpg) no-repeat center;
	width: 100%;
	height: 288px;
	margin: 100px 0 0 0;
}
@media (max-width: 680px) {
#rikejyo2014 {
	background-position: -129vw top;
	background-size: 311%;
	height: 30vh;
	margin-top: 0;
	padding-top: 20vh;
}
#rikejyo2014 .pankuzu {
	background: #FEC343;
	margin-bottom: 0;
	padding-bottom: 10px;
}
}
.rikejyo2014_01 {
	color: #998079;
}
.rikejyo2014_02 {
	color: #c48080;
}
.rikejyo2014_03 {
	color: #88ad45;
}
.rikejyo2014_04 {
	color: #6f86c1;
}
/* rikejyo2015
-------------------- */

#rikejyo2015 {
	background: url(../images/rikejo/rikejyo_main2015.jpg) no-repeat center;
	width: 100%;
	height: 288px;
	margin: 100px 0 0 0;
}
@media (max-width: 680px) {
#rikejyo2015 {
	background-position: -129vw top;
	background-size: 311%;
	height: 30vh;
	margin-top: 0;
	padding-top: 20vh;
}
#rikejyo2015 .pankuzu {
	background: #85DFDF;
	margin-bottom: 0;
	padding-bottom: 10px;
}
}
.rikejyo2015_01 {
	color: #2c4a71;
}
.rikejyo2015_02 {
	color: #339999;
}
.rikejyo2015_03 {
	color: #8db110;
}
.rikejyo2015_04 {
	color: #e6a61e;
}
/* rikejyo2016
-------------------- */
#rikejyo2016 {
	background: url(../images/rikejo/rikejyo_main2016.jpg) no-repeat center;
	width: 100%;
	height: 288px;
	margin: 100px 0 0 0;
}
@media (max-width: 680px) {
#rikejyo2016 {
	background-position: -129vw top;
	background-size: 311%;
	height: 30vh;
	margin-top: 0;
	padding-top: 20vh;
}
#rikejyo2016 .pankuzu {
	background: #FCBCBA;
	margin-bottom: 0;
	padding-bottom: 10px;
}
}
#rikejyo2016_02 {
	background: url(../images/rikejo/rikejyo_main2016_02.jpg) no-repeat center;
	width: 100%;
	height: 288px;
	margin: 100px 0 0 0;
}
@media (max-width: 680px) {
#rikejyo2016_02 {
	background-position: -129vw top;
	background-size: 311%;
	height: 30vh;
	margin-top: 0;
	padding-top: 20vh;
}
#rikejyo2016_02 .pankuzu {
	background: #FCBCBA;
	margin-bottom: 0;
	padding-bottom: 10px;
}
}
.rikejo2016_01 {
	color: #859789;
}
.rikejo2016_02 {
	color: #8c7087;
}
.rikejo2016_03 {
	color: #ca9f4a;
}
.rikejo2016_04 {
	color: #a16e7c;
}
/* rikejyo2017
-------------------- */
#rikejyo2017 {
	background: url(../images/rikejo/rikejyo_main2017.jpg) no-repeat center;
	width: 100%;
	height: 288px;
	margin: 100px 0 0 0;
}
@media (max-width: 680px) {
#rikejyo2017 {
	background-position: -129vw top;
	background-size: 311%;
	height: 30vh;
	margin-top: 0;
	padding-top: 20vh;
}
#rikejyo2017 .pankuzu {
	background: #FCBCBA;
	margin-bottom: 0;
	padding-bottom: 10px;
}
}
@media (max-width: 680px) {
#rikejyo2017_02 {
	background-position: -129vw top;
	background-size: 311%;
	height: 30vh;
	margin-top: 0;
	padding-top: 20vh;
}
#rikejyo2017_02 .pankuzu {
	background: #FCBCBA;
	margin-bottom: 0;
	padding-bottom: 10px;
}
}
.rikejo2017_01 {
	color: #ea8685;
}
.rikejo2017_02 {
	color: #e19829;
}
.rikejo2017_03 {
	color: #40add4;
}
.rikejo2017_04 {
	color: #8ec87a;
}



/* 研究室
-------------------- */
@media (max-width: 680px) {
#second {
	overflow-x: hidden !important;
	width: 100%;
}
}
#laboratory {
	margin: 110px 0 0 0;
}
@media (max-width: 680px) {
#laboratory {
	margin-top: 0;
	width: 100%;
}
}
#second #laboratory .pankuzu {
	padding-top: 5px;
	color: #333;
}
#second #laboratory .pankuzu a {
	color: #333;
}
#laboratory #contentLeft {
	margin: 0 0 0 0;
	float: left;
}
#second #laboratory #contentRight {
	margin: 0 0 0 0;
	width: 695px;
	float: right;
	background: #ffffff;
}
@media (max-width: 680px) {
#second #laboratory #contentRight {
	float: none;
	width: 100%;
}
}
#laboratory_top .laboratoryArea_top {
	background: url(../images/laboratory/laboratory2015_main.jpg) no-repeat center;
	width: 100%;
	height: 288px;
	margin: 100px 0 0 0;
}
@media (max-width: 680px) {
#laboratory_top .laboratoryArea_top {
	background-position: -1030px -50px;
	height: 230px;
	margin-top: 0;
	width: 100%;
}
}
#laboratory_top #contentLeft {
	margin: 0 0 0 0;
	float: left;
}
@media (max-width: 680px) {
#laboratory_top #contentLeft {
	float: none;
}
}
#laboratory_top #contentRight {
	margin: 243px 0 0 0;
	background: #FFF;
	width: 695px;
	float: right;
	position: relative;
}
@media (max-width: 680px) {
#laboratory_top #contentRight {
	float: none;
	width: 100%;
}
#laboratory_top #contentRight h3 {
	font-size: 16px;
	line-height: 1.5;
	padding: 15px;
}
#laboratory_top #contentRight a {
	display: block;
}
#laboratory_top #contentRight img {
	width: 100%;
}
#laboratory_top #contentRight .mt20 {
	margin-top: 10px;
}
}
#laboratory .mainImg {
	margin-bottom: 20px;
}
@media (max-width: 680px) {
#laboratory .mainImg img {
	height: auto;
	width: 100%;
}
}
.laboratoryArea {
	padding: 15px 25px 0 25px;
}
@media (max-width: 680px) {
.laboratoryArea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
}
}
.laboratoryArea_top h2 {
	font-size: 110%;
	padding: 10px 19px;
	background: #FFF;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	color: #ff7900;
}
 @media (max-width: 680px) {
#laboratory section {
	width: 100%;
}
}
#laboratory h2 {
	font-size: 110%;
	padding: 10px 19px;
	background: #FFF;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	color: #ff7900;
}
@media (max-width: 680px) {
#laboratory h2 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
}
}
#laboratory #contentLeft h2 a:link, #laboratory #contentLeft h2 a:visited {
	font-size: 110%;
	padding: 10px 3px;
	color: #ff7900;
	text-decoration: none;
}
#laboratory #contentLeft h2 a:hover, #laboratory #contentLeft h2 a:active {
	text-decoration: underline;
}
#laboratory_top #contentLeft h2 a:link, #laboratory_top #contentLeft h2 a:visited {
	font-size: 110%;
	padding: 10px 3px;
	color: #ff7900;
	text-decoration: none;
}
#laboratory_top #contentLeft h2 a:hover, #laboratory_top #contentLeft h2 a:active {
	text-decoration: underline;
}
 @media (max-width: 680px) {
.laboratoryArea div.mt50 {
	margin-top: 0;
}
.laboratoryArea div.mt50 h4 {
	border-top: solid 1px #ccc;
	margin-top: 30px;
	padding-top: 15px;
}
}
.laboratoryArea h3 {
	font-size: 145%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #CCC;
}
@media (max-width: 680px) {
.laboratoryArea h3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	padding: 0 15px 20px 15px;
	width: 100%;
}
}
.laboratoryArea h4 {
	margin-bottom: 20px;
}
.laboratoryArea .laboText {
	width: 370px;
}
@media (max-width: 680px) {
.laboratoryArea .laboText {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px 15px 15px;
	width: 100%;
}
.laboratoryArea .laboText p {
	line-height: 1.5;
}
.laboratoryArea .laboText img {
	height: auto;
	width: 100%;
}
}
.laboratoryArea .laboImg {
	width: 250px;
}
@media (max-width: 680px) {
.laboratoryArea .laboImg {
	display: block;
	margin: auto;
}
}
.laboratoryArea .message {
	background: url(../images/laboratory/laboratory_other.gif) no-repeat;
	width: 635px;
	height: 240px;
	margin: 30px 0 50px 0;
	position: relative;
}
@media (max-width: 680px) {
.laboratoryArea .message {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	margin: auto;
	width: 100%;
}
}
.laboratoryArea .message .text01 {
	position: absolute;
	left: 90px;
	top: 18px;
	width: 530px;
	font-size: 95%;
	margin: 0 0 0 0;
}
@media (max-width: 680px) {
.laboratoryArea .message .text01 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 116px;
	line-height: 1.5;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	padding-right: 15px;
	width: calc(100% - 90px);
	-webkit-overflow-scrolling: touch;
}
 .laboratoryArea .message .text01::-webkit-scrollbar {
 width: 10px;
}
 .laboratoryArea .message .text01::-webkit-scrollbar-thumb {
 background: #FF7900;
 border-radius: 10px;
}
 .laboratoryArea .message .text01::-webkit-scrollbar-track-piece:start {
 background: rgba(255, 121, 0, 0.4);
}
 .laboratoryArea .message .text01::-webkit-scrollbar-track-piece:end {
 background: rgba(255, 121, 0, 0.1);
}
}
.laboratoryArea .message .text02 {
	position: absolute;
	left: 90px;
	top: 165px;
	width: 530px;
	font-size: 95%;
	margin: 0 0 0 0;
}
@media (max-width: 680px) {
.laboratoryArea .message .text02 {
	top: 140px;
}
}
.laboratoryArea .message .text02 p {
	margin-bottom: 5px;
}
@media (max-width: 680px) {
.laboratoryArea .message .text02 p a {
	line-height: 1.3;
	padding-bottom: 3px;
}
}
#menu_box {
	margin: 0;
	float: left;
	border: #e5e4e6 1px solid;
}
.icon_pdf {
	background: url(../images/laboratory/icon_pdf.png) no-repeat 0 0em;
	padding-left: 20px;
}
.icon_http {
	background: url(../images/laboratory/icon_external.png) no-repeat 0 0em;
	padding-left: 15px;
}
/*アコーディオン
-------------------------------------*/
.accordion {
	width: 220px;
	/*横幅はここで設定します。100%にすれば可変になります。*/
  margin: 0 auto 0px auto;
}
@media (max-width: 680px) {
.accordion {
	font-size: 16px;
	line-height: 2;
	width: 100%;
}
}
.accordion dt {
	display: block;
	cursor: pointer;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
	color: #FFF;
}
@media (max-width: 680px) {
.accordion dt {
	padding-left: 15px;
}
}
.accordion dd {
	display: none;
	background: #ddd;
	padding: 10px;
	border-bottom: 1px solid #fff;
	font-size: 80%;
}
.accordion dd div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}
.accordion li {
	margin-bottom: 10px;
}
/*色
-----------------*/
.mce01 {
	background: #1b9b15;
}
.mce02 {
	background: #d6f7d4;
}
.iee01 {
	background: #db9500;
}
.iee02 {
	background: #f8ebc3;
}
.des01 {
	background: #4272b3;
}
.des02 {
	background: #cedcf7;
}
.abe01 {
	background: #f62a43;
}
.abe02 {
	background: #fbd8d8;
}
/************************************************************************
* フッターエリア
*************************************************************************/
#site-footer {
	background: #f1f1f1;
	clear: both;
	margin: 20px auto 0 auto;
	padding-bottom: 20px;
	padding-top: 10px;
	line-height: 30px;
	width: 915px;
}
@media (max-width: 680px) {
#site-footer {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	width: 100%;
}
}
#site-footer .col3 {
	width: auto;
}
#site-footer .footerData {
	clear: both;
	margin-bottom: 10px;
	padding-top: 15px;
}
#site-footer .footerData dl {
	float: left;
	width: 880px;
	font-size: 0.8em;
	line-height: 1.3;
}
@media (max-width: 680px) {
#site-footer .footerData dl {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	width: 100%;
}
#site-footer .footerData dl img {
	height: auto;
	width: 150px;
}
}
#site-footer .footerData dt {
	float: left;
	width: 200px;
}
@media (max-width: 680px) {
#site-footer .footerData dt {
	float: none;
	width: 100%;
}
}
#site-footer .footerData dd {
	padding: 27px 0 0 210px;
}
@media (max-width: 680px) {
#site-footer .footerData dd {
	padding: 15px 0 0 0;
}
}
#site-footer p {
	font-size: 80%;
}
#site-footer .navLine {
	margin-bottom: 30px;
	font-size: 90%;
}
@media (max-width: 680px) {
#site-footer .navLine ul {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100vw;
}
}
#site-footer .navLine ul li {
	float: left;
	width: 157px;
	padding: 0 10px 0 15px;
	background: url(../images/common/icon01.gif) no-repeat 0 0.4em;
}
@media (max-width: 680px) {
#site-footer .navLine ul li {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100vw;
}
}
#site-footer .navLine ul li ul {
	padding-top: 0.5em;
	font-size: 0.75em;
}
#site-footer .navLine ul li ul li {
	float: none;
	margin-bottom: 0.3em;
	padding: 0;
	background: none;
	font-weight: normal;
}
#site-footer a:link, #site-footer a:visited {
	color: #4e4e80;
	text-decoration: none;
}
/* #second #site-footer {
  clear: both;
  margin: 0px auto;
  line-height: 30px;
  width: 910px;
  padding: 0;
  @include mediaquery-sp{
    width:100%;
  }
  .footerData {
    clear: both;
    margin-bottom: 10px;
    padding-top: 15px;
    dl {
      float: left;
      width: 880px;
      font-size: 0.8em;
      line-height: 1.3;
    }
    dt {
      float: left;
      width: 200px;
    }
    dd {
      padding: 27px 0 0 210px;
    }
  }
  p {
    font-size: 80%;
  }
  .navLine {
    margin-bottom: 30px;
    font-size: 90%;
    ul li {
      float: left;
      width: 157px;
      padding: 0 10px 0 15px;
      background: url(../images/common/icon01.gif) no-repeat 0 0.4em;
      ul {
        padding-top: 0.5em;
        font-size: 0.75em;
        li {
          float: none;
          margin-bottom: 0.3em;
          padding: 0;
          background: none;
          font-weight: normal;
        }
      }
    }
  }
  a {
    &:link, &:visited {
      color: #4e4e80;
      text-decoration: none;
    }
  }
} */
.tel {
	background: url(../images/common/icon_tel.gif) no-repeat;
	padding: 0 0 0 25px;
}