@charset "UTF-8";
@media print {

/************************/
/*       body設定       */
/************************/
body {
	margin:0px;
	padding: 60px 0 0 0;
	bgcolor:#f6f4ef;
}
* html body{
	overflow: hidden;
}    

/************************/
/*   ヘッダ表示エリア   */
/************************/
.head {
	/* position: fixed !important; */
	/* position: relative; */ /* fixed非対応用 */
	border-collapse: collapse;
	top: 0;
	left: 0;
	margin-left:auto;
	margin-right:auto;
	border:0px;
	width:100%;
	height:60px;
}

.img_head {
	position: absolute;
	width:100%;
	height:60px;
	border:0px; 
}

.img_title {
	position: absolute;
	top: 18px;
/*	left: 50px;*/
	left: 60px;
	border:0px; 
}

.img_mark {
	position: absolute;
/*	top: 14px;*/
	top: 12px;
	left: 10px;
	border:0px; 
}

h3 {
	font-family: 'ＭＳ Ｐゴシック';
}

h4 {
	font-family: 'ＭＳ Ｐゴシック';
}

h5 {
	font-family: 'ＭＳ Ｐゴシック';
}

/************************/
/*   各画面共通エリア   */
/************************/
.main {
	/* position: fixed !important; */
	/* position: relative; */ /* fixed非対応用 */
	border-collapse: collapse;
	text-align:center;
	border:0px;
	cellpadding:0px;
	cellspacing:0px;
	width:100%;
	/* overflow:auto; */
}

.title {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:890px;
	height: 40px;
	line-height:40px;
	align:center;
	text-align:center;
	background-image:url(../image/notice_bar_muji.jpg);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.title_font {
	/* 影 */
/*	text-shadow: 1px 2px rgb(0, 0, 0); *//* FireFox, Webkit, Opera */
/*	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000000,offx=2,offy=2)"; *//* IE8 */
	display:block; /* IE */
	font-size:16pt;
/*	font-family: 'ＭＳ Ｐゴシック';*/
	font-family: メイリオ,Meiryo,'ＭＳ Ｐゴシック';
	color:#000000;
	font-weight:bold;
	padding-top:2px;
}
.title_font_en {
	display:block; /* IE */
	font-size:16pt;
	font-family: 'Arial';
	color:#000000;
	font-weight:bold;
	padding-top:2px;
}

.title_font_print {
	font-size:16pt;
	font-family: 'ＭＳ Ｐゴシック';
	color:#000000;
	font-weight:bold;
	width:890px;
	text-align:center;
}

button:hover {
	border:2px #deb887 solid;
}

.div_screen {
	display:none;
}

}