@charset "utf-8";

/*------------------------------------------------------------
初期設定
------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
}

body {
	margin: 0 auto;
	padding: 0 auto;
	font-size: 14px;
	font-family:"メイリオ", Meiryo;
}

@media print {
body {
-webkit-print-color-adjust: exact;
-ms-print-color-adjust: exact;
  }
}

h1{
	margin: 0;
	padding: 0;
}

h3{
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

img {
	display:block;
	border:none;
}

a {
	outline: none;
	text-decoration: none;
}

a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #FE7A0C;
	text-decoration:none;
}

a:active {
	color: #333;
	text-decoration:none;
}

.clear {
	clear:both;
	visibility:hidden;
	height:0;
}

/*------------------------------------------------------------
トピックス
------------------------------------------------------------*/

object.test_news {
	width:95%;
	height:160px;
	margin:0 0 0 22px;
	padding:3px 0 3px 3px;
	overflow:auto;
	border:1px solid #ccc;
}

/*.test_news {
	width:95%;
	height:160px;
	margin:0 0 0 22px;
	padding:3px 0 3px 3px;
	overflow:auto;
	border:1px solid #ccc;
}
*/
.space{
margin-left:5px;
}
.space_sem{
	height:24px;
	margin:6px 0 0 0;
}

.news {
	width:81px;
	background-image: url("../images/notice/ico_oshirase.png");
	background-repeat: no-repeat;
	float:left;
	padding:18px 0 0 4px;
	margin-right:5px;
}

.sem {
 	width:81px;
	background-image: url("../images/notice/ico_sem.png");
	background-repeat: no-repeat;
	float:left;
	padding:18px 0 0 4px;
	margin-right:5px;
}

.sem_e {
	width:81px;
	background-image: url("../images/notice/ico_sem_e.png");
	background-repeat: no-repeat;
	float:left;
	padding:18px 0 0 4px;
	margin-right:5px;
}

.sem_c {
	width:81px;
	background-image: url("../images/notice/ico_sem_c.png");
	background-repeat: no-repeat;
	float:left;
	padding:18px 0 0 4px;
	margin-right:5px;
}

.sem_l {
	width:81px;
	background-image: url("../images/notice/ico_sem_l.png");
	background-repeat: no-repeat;
	float:left;
	padding:18px 0 0 4px;
	margin-right:5px;
}
.sem_commingsoon {
	width:81px;
	background-image: url("../images/notice/ico_sem_commingsoon.png");
	background-repeat: no-repeat;
	float:left;
	padding:18px 0 0 4px;
	margin-right:5px;
}


.seibi {
	width:81px;
	background-image: url("../images/notice/ico_seibi.png");
	background-repeat: no-repeat;
	float:left;
	padding:18px 0 0 4px;
	margin-right:5px;
}

.media {
	width:81px;
	background-image: url("../images/notice/ico_media.png");
	background-repeat: no-repeat;
	float:left;
	padding:18px 0 0 4px;
	margin-right:5px;
}
.release {
	width:81px;
	background-image: url("../images/notice/ico_release.png");
	background-repeat: no-repeat;
	float:left;
	padding:18px 0 0 4px;
	margin-right:5px;
}

.text {
	line-height:20px;
	overflow:visible;
}

.c-both{
	clear:both;
	border-bottom:1px dotted #ccc;
	margin:3px 0 3px 0;
}
