@charset "utf-8";
/*
# written by unit-MSE Co.,ltd.　　　　　　　　　　　　 #
# 　　　info@unit-mse.jp　　　　　　　　　　　　　　　 #
# 　　　http://www.unit-mse.jp　　　　　　　　　　　　 #
# 使用：九州大学医学部　形態機能病理学　2015.10.01　　 #
# 日文用　　　　　　　　　　　　　　　　　　　　　　　 #
# $Revision: 1.1 $　　　　　　　　　　　　　　　　　　 #
*/
/* 記法
タグは大文字
e.g. H1 P
クラスは基本となる役割_具体的な機能(lower camel case)
e.g.
.btn_edit	編集ボタン
.btnM_edit	Mサイズの編集ボタン
.btn_editProfile	プロフィール編集ボタン
e.g. バナーで、xxxというサイト
.bnr_xxx
e.g. アイコンで、青い斜め線の四角(※色や塗りについては派生のため後に書く)
.icon_sqrBlueSlash

 */
 
/************/
/* タグ基本 */
/************/
/* 初期化 */
HTML,BODY,H1,H2,H3,H4,H5,H6,P,DIV,FORM,OL,UL,LI,DL,DT,DD,BROCKQUOTE,PRE,CAPTION,TABLE,INPUT,FIELDSET,LEGEND,ADDRESS,OBJECT{
	padding:0 0 0 0;
	margin:0 0 0 0;
}
/* HTML5 */
ARTICLE,ASIDE,DETAILS,FIGCAPTION,FIGURE,
FOOTER,HEADER,HGROUP,MENU,NAV,SECTION { display:block; margin:0; padding:0; }
INPUT{	outline: none; }
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit android 2.x対策  */
	   -moz-box-sizing: border-box; /* Firefox, other Gecko */
	        box-sizing: border-box; /* Opera/IE 8+ */
}
.red{ color:#F00; font-weight:bold; }
/* google map */
DIV.mapArea{
	margin:0 auto; max-width:672px;
	margin-bottom:21px;
}
.google-maps {
	position: relative;
	padding-bottom: 65%; /* これが縦横比 */
	height: 0;
	overflow: hidden;
}
.google-maps iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*
@import url("sp.css") screen and (max-width:640px);
@import url("pc.css") all and (min-width:641px);
*/
