﻿@charset "UTF-8";
/* build 20150928_01
   mod   20160608
common.css
Copyright 2014-2016 RION Inc. All rights reserved.
---------*---------*---------*---------*---------*---------*-------- */
html{
background-color:#ede4db;		/* ←←←← ブラウザ背景色を下まで伸ばす 0325#D7D7CEを変更済*/
}

body{
background-color:#ede4db;		/* ←←←← ブラウザ背景色の設定 0325#D7D7CEを変更済*/

/* ↓↓↓↓ 背景画像の設定 ↓↓↓↓ */
background-image:url("../bgi.jpg");
/* background-repeat: no-repeat; */
background-attachment: fixed;
/* ↑↑↑↑ 背景画像の設定 ↑↑↑↑ */
-moz-background-size:cover;
background-size:cover;

padding: 20px 20px 0px 20px;		/* ←←←← ブラウザの内側余白 */
/* ↓↓↓↓ 文字（フォント）の設定 ↓↓↓↓ */
	font-size: 0.88em; /* 80%>0.88em *//* mod 20160508 */
	font-weight: normal;
	line-height: 1.5em; /* 行間 *//* mod 20160508 */
	letter-spacing:0.8pt; /* 文字間 *//* add 20160508 */
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	-webkit-text-size-adjust: none;		/* 横向きにしてもフォントサイズを維持 */
/* ↑↑↑↑ 文字（フォント）の設定 ↑↑↑↑ */
}

h1{font-size: 2em;
   margin: 0.67em 0;
}
h2{font-size: 1.5em;
   margin: 0.83em 0;
}
h3{font-size: 1.17em;
   margin: 1em 0;
}
h4{font-size: 1em;
   margin: 1.33em 0;
}
h5{font-size: 0.83em;
   margin: 1.67em 0;
}
h6{font-size: 0.67em;
   margin: 2.33em 0;
}


#footer{					/* footerの設定 -------------------------------------------------- */
font-size:x-small;			/* 文字サイズ - 極小 */
padding: 0px 0px 10px 0px;
clear: left;    			/* 回り込みを解除 */
}
#footer p{
}
#footer .copyright1::after{
content: "(c)1988-2016"
}
#footer .copyright2 {
font-style: italic;			/* フォントスタイル（イタリック体） */
}
#footer .copyright2::after{
content: "Japanese Society of General Hospital Psychiatry"
}
