/*
Theme Name: 東工大元素戦略拠点 MCES 2013
Theme URI: 
Author: 東京工業大学
Author URI: http://maxisassocia.com
Description: 東京工業大学様「東工大元素戦略拠点 MCES 」テーマです。
Version: 1.0
*/


/* ----------------------------------------------------------------
    Image Control
----------------------------------------------------------------- */
.image-resize250{
	max-width:250px;
height:auto;
}
* html body .image-resize250 {
width: expression(this.width >= this.height ? "250px" : "auto");
}

.image-resize100{
	max-width:100px;
height:auto;
}
* html body .image-resize100 {
width: expression(this.width >= this.height ? "100px" : "auto");
}

/* ----------------------------------------------------------------
    Youtube
----------------------------------------------------------------- */

div#youtube{
	overflow:hidden;
	padding-bottom:15px;
}

h4.privateTitle{
	background : url(../ttl_private_bg.jpg) left center / auto auto no-repeat scroll padding-box border-box transparent;
	height:36px;
	font-weight:bold;
	font-size:130%;
	color:#000;
	margin:0 0 10px 0;
	padding:0 0 0 30px;
	line-height:36px;
}

div.movBox{
	padding-bottom:30px;
}

div.youtubeImage{
	padding-bottom:30px;
	overflow:hidden;
	clear:both;
}

img.youImg{
	float:left;
	padding-right:15px;
}

