@charset "utf-8";
/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォントファミリー*/
	color: #333;		/*全体の文字色*/
	background: #fff;	/*背景色*/
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;	/*リンクテキストの色*/
}
a:hover {
	color: #3c9f00;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 982px;	/*コンテナー幅*/
	margin: 0 auto;
}
/*トップページ内「設定項目リスト」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
.new {
	margin-bottom: 15px;
}
.new dl {
	overflow: auto;	
}
/*番号設定*/
.new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 3.5em;
}
/*記事設定*/
.new dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left: 6em;
}
font-size120 {
	font-size:120%;
	}
/*________________________footer________________________*/
footer {
	margin: 0px auto;
	clear: both;
	text-align: center;
}

@media (min-width: 641px) {
.copyright-section {
	padding: 15px 0;
	font-size: 11px;
	letter-spacing: 0.5px;
}
}

@media (max-width: 991px) {
.copyright-section {
	text-align: center;
}
}
.copyright-section p {
	font-size: 11px;
}
/* ________________________ //footer________________________ */

/*________________________page-top________________________*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
	z-index: 1;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*________________________//page-top________________________*/


/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:481px) and (max-width:800px) {
/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 0px 15px;
}
}

/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
@media (max-width : 480px) {
/*コンテナー
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 0px 15px;
}
/*トップページ内「設定項目リスト」ブロック
---------------------------------------------------------------------------*/

/*ブロック全体の設定*/
#new dl {
	height: auto;
	margin: 5px 5px 0px;
	padding-left: 0px;
}
/*番号設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}
}
