@charset "UTF-8";

/*======================================

	1-1.Yahoo UI Library Fonts CSS
	http://developer.yahoo.com/yui/fonts/
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt

	Font-size Adjustment
	
	77% = 10px	|	123.1% = 16px	|	167% = 22px	
	85% = 11px	|	131% = 17px		|	174% = 23px
	93% = 12px	|	138.5% = 18px	|	184% = 24px
	100% = 13px	|	146.5% = 19px	|	192% = 25px
	108% = 14px	|	153.9% = 20px	|	197% = 26px
	116% = 15px	|	161.6% = 21px	|

=======================================*/


/* ****************************************************************************

　01. reset
　02. fonts
　03. BaseSet



/* /////////////////////////////////////////////////////////////////////////// reset */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html{
	color:#252525;
	overflow-y: scroll;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}


address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}


li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

/* /////////////////////////////////////////////////////////////////////////// fonts */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
}

html>/**/body {
	font-size/*\**/: small\9;
}

body {font-family:"Lucida Grande",'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,'メイリオ','ＭＳ Ｐゴシック',"MS PGothic",sans-serif;}

* html body {
	font-family: 'メイリオ','ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;
}

*:first-child+html body {
	font-family: 'メイリオ','ＭＳ Ｐゴシック',arial,helvetica,clean,sans-serif;
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
/* ///////////////////////////////////////// anchor */

a{
	color:#252525;
	text-decoration:underline;
}

a:visited{
	color:#252525;
	text-decoration:underline;
}

a:hover{
	color:#b31621;
	min-height: 1em; /* Mac Firefox */
	text-decoration:none;
}

a:hover img {
	-moz-opacity:0.6;
	opacity:0.6;
	filter: alpha(opacity=60);
}

a:hover img.nalpha,
#TB_window a:hover img {
	-moz-opacity:1.0;
	opacity:1.0;
	filter: none;
}

/*Win Firefox用*/
:focus{
    -moz-outline-style:none;
}
/*Mac Firefox用*/
a { outline:none;} 

/* ///////////////////////////////////////// fontsize */

p, li, dt, dd, th, td , input, textarea, select, h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

#cnt p{
	line-height:1.618;
}

.txtBold,
strong{
	font-weight:bold;
}

.attention{
	color:#cc0000;
}
p.txtSmall,
dl.txtSmall dt,
dl.txtSmall dd,
span.txtSmall,
ul.txtSmall li,
ol.txtSmall li,
div.txtSmall p{
	font-size:85% !important;
}

.caution li,
.detail p {
	font-size:93%;
	text-indent: -1em;
	padding-left: 1em;
	text-align:left;
	line-height:1.3;
	margin-top:3px;
}

.text14 { font-size:108%;}
.text10 { font-size:77%;}


/* ///////////////////////////////////////// image */

img{
	vertical-align:bottom;
	line-height:1.0;
}

table th img,
table td img{
	vertical-align:middle;
}


/**
 *  utility
 */
.fBox li {
	float: left;
}

.box {
	width: 100%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}

/**
 *  clearfix
 */
#header:before,
#header:after,
#content:before,
#content:after,
.fBox:before,
.fBox:after,
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
#header:after,
#content:after,
.fBox:after,
.clearfix:after {
    clear:both;
}
/* For IE 6/7 */
#header,
#content,
.fBox,
.clearfix {
    zoom:1;
}

/* /////////////////////////////////////////////////////////////////////////// margin style */

.mt0{ margin-top:0 !important; }
.mt5{ margin-top:5px !important; }
.mt10{ margin-top:10px !important; }
.mt15{ margin-top:15px !important; }
.mt20{ margin-top:20px !important; }
.mt25{ margin-top:25px !important; }
.mt30{ margin-top:30px !important; }
.mt40{ margin-top:40px !important; }
.mt50{ margin-top:50px !important; }

.mb0{ margin-bottom:0 !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !important; }
.mb20{ margin-bottom:20px !important; }
.mb25{ margin-bottom:25px !important; }
.mb30{ margin-bottom:30px !important; }

.mr10{ margin-right:10px !important; }
.mr15{ margin-right:15px !important; }
.mr20{ margin-right:20px !important; }

.ml10{ margin-left:10px !important; }
.ml15{ margin-left:15px !important; }
.ml20{ margin-left:20px !important; }
.ml35{ margin-left:35px !important; }

.alignLeft{
	text-align:left !important;
}

.alignRight{
	text-align:right !important;
}

.alignCenter{
	text-align:center !important;
}

.valignTop,
table.inner td.valignTop{
	vertical-align:top !important;
}


/* /////////////////////////////////////////////////////////////////////////// table/stripe*/

table.stripe tr{
	background:#ffffff url(../../img/stripe02.gif) repeat-x left bottom;
}

table.stripe th,
table.stripe td{
	text-align:left;
	padding:15px 0;
	line-height:1.4;
}

table.stripe th{
	width:200px;
	padding-left:10px;
	font-weight:bold;
}

table.stripe td{
	width:570px;
}

table.stripe th strong{
	font-weight:bold;
	color:#ab1b1b;
}

table.stripe tr.alt{
	background:#f1f1f1 url(../../img/stripe01.gif) repeat-x left bottom;
}

table.inner{
	width:550px;
	margin:0;
}


table.inner tr{
	background:none !important;
}

table.inner td{
	background:none !important;
	padding:0 !important;
	vertical-align:middle !important;;
}

.w180{width:100px;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 156px !important;
	position:relative;
	height: 21px;
	background: url(img/select_left.gif) no-repeat top left;
	float:left;
}

.jqTransformSelectWrapper div span {
	
	font-size: 11px;
	float: none;
	position: absolute;
	white-space: nowrap;
	height: 21px;
	line-height: 10px;
	padding: 5px 0 0 6px;
	overflow: hidden;
	cursor:pointer;
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 21px;
	height: 21px;
	background: url(img/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 154px !important;
	top: 20px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 300px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.jqTransformSelectWrapper ul li {
	margin-bottom:0 !important;
	float: none !important;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size: 11px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#b31621;
	color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}



/* 20090313追加
-------------------------------------------------------------------------------------------------------------- */
/*理工学部施設紹介*/

.facility #mainArea {
padding:0px !important;
margin:0 auto;

}

.facility #mainArea .fBox .fr,
.facility #mainArea .fBox .fl {
width:265px;
}

.facility #mainArea .fBox .fr .photo,
.facility #mainArea .fBox .fl .photo {
margin-bottom:40px;


}

.facility #mainArea .fBox .fr .photo img,
.facility #mainArea .fBox .fl .photo img {
border:1px solid #CCCCCC;
padding:5px;
}

.facility #mainArea .fBox .fr .photo h5,
.facility #mainArea .fBox .fl .photo h5,
.facility #mainArea .fBox ul.column3 li h5 {

}



.f_name {
border-bottom:2px solid #A81F24;
margin-top:10px;
}

.facility .info_area {
		/*margin-right:-40px;*/
	/*	float:left;*/
		width:610px;
		margin-bottom:40px;
		/*overflow:hidden;*/
		letter-spacing:-.40em;
}

.facility dl.content  {
			margin-right:40px;
			margin-bottom:10px;
			display:inline-block !important;
			/display:inline;
			/zoom:1;
			vertical-align:top;
			letter-spacing:normal;
			width:265px;
}

.facility dl.content dt img{
border:1px solid #CCCCCC;
padding:5px;
}

.facility dl.content dt {
font-weight:bold;
color:#A81F24;
margin-top:5px;
}

.facility dl.content dt h5 {
font-weight:bold;
color:#A81F24;
margin-top:5px;
}

.facility dl.content dd  {
			font-size:93%;
			line-height:1.5;
}

.facility dl.content a {

color:#0A46B4;

}




/*
.clearfix:after, .fBox:after, div#contents:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix, .fBox, div#contents {
    display: inline-block;
}
* html .clearfix, * html .fBox, * html div#contents {
    height: 1%;
}
.clearfix, .fBox, div#contents {
    display: block;
}*/



/* 20171004追加
-------------------------------------------------------------------------------------------------------------- */
/* トップページ SNSボックス */
.snsbox {
	width:570px;
	background: #fff;
	margin: 30px 0 60px;
	padding: 0;
	border-top: solid 3px #b11927;
	border-bottom: solid 3px #b11927;
	}

.snsbox .inner {
    width: 100%;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.snsbox .inner li {
      width: auto;
      float: none;
      display: block;
      text-align: center;
      border-bottom: 1px dotted #000;
      padding: 25px 10px 20px;
}
.snsbox .inner li a {
        display: block; 
}
.snsbox .inner li a figure {
          float: left;
          margin: 0;
          width: 30%;
          text-align: center;
}
.snsbox .inner li a .line_icon {
          float: left;
          margin: 0px 0 0 10px;
          width: 60px;
}
.snsbox .inner li:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility:hidden;
}
.snsbox .inner li:hover {
	opacity:0.7;
}

.snsbox .inner a .textArea {
      float: left;
      width: 300px;
      padding: 0 0 0 20px;
      text-align: left;
}
.snsbox .inner a .qr {
      float: right;
      width: 135px;
      padding: 0;
}
.snsbox .inner li a h3 {
          font-size: 16px; 
}
.snsbox .inner li a em {
          font-size: 13px;
          font-style: normal;
          letter-spacing: 1px;
          color: #888;
          margin-bottom: 3px;
          display: block; 
}
.snsbox .inner li a div {
          font-size: 12px;
          font-weight: bold;
          }
.snsbox .inner li a p {
          color: #fff;
          width: 135px;
          line-height: 50px;
          margin: 8px 0 0;
          text-align: center;
          float: left;
}
.snsbox .inner li a p span {
            display: block;
}
.snsbox .inner li:first-child {
      display: none; }
.snsbox .inner li:nth-child(2) a h3 {
      color: #55acee; }
.snsbox .inner li:nth-child(2) a p span {
      background: #55acee; }
.snsbox .inner li:nth-child(3) a h3 {
      color: #cd486b; }
.snsbox .inner li:nth-child(3) a p span {
      background: #cd486b; }
.snsbox .inner li:last-child {
      border: 0; }
.snsbox .inner li:last-child a h3 {
        color: #00b800; }
.snsbox .inner li:last-child a div {
        margin-bottom: 0;
        }
.snsbox .inner li:last-child a p {
        margin: -10px auto 0;
}