@charset "utf-8";

/* 中央ペイン
------------------------------------------------------------*/
#content {
width:1080px;
margin:0 auto;
}

.notice1{
padding:15px 15px 10px;
color:#000066;
background:#f8f8f8;
border:1px solid #007079;
border-radius:8px;
margin:10px 20px;
}

.notice2{
padding:15px 15px 10px;
color:#000066;
background:#f5f5f5;
border-radius:8px;
margin:10px 20px;
}

/* 見出し
------------------------------------------------------------*/
h2#main_header {
text-align:center;
margin:30px auto;
font-size:25px;
font-size:2.5rem;
color:#800000;
font-weight:bold;
line-height:1.2;
}

/* 当社ホームページ全ページ対象アクセス総数
------------------------------------------------------------*/
#graph {
text-align:center;
margin:20px auto 0;
}

/* メインメニュー PC用
------------------------------------------------------------*/
@media only screen and (max-width:1080px){
	#content {
	width:96%;
	margin:0 auto;
	padding:10px 0;
	}
}

/* 幅840px以下から
------------------------------------------------------------*/
@media only screen and (max-width:840px){

	#graph {display:none;}
}
