@charset "utf-8";

/* ===================================================================
CSS information

 file name  :topics.css
 author     :yourName (admin)
 style info :indexページ用CSS
=================================================================== */

@import url("../../css/import.css");


/* -----------------------------------------------------------
	プレスルーム
----------------------------------------------------------- */
h3 {
	font-size:150%;
}

div.topics {
	width:678px;
	border-top:1px solid #d4d4d4;
	margin-bottom:15px;
}

div.topics.index {
	border:none;
}

#article div.topics.index h3 {
	margin-bottom:10px;
}

div.topics.index div.section {
	margin-bottom:30px;
}


#article div.topics dl {
	position:relative;
	width:678px;
	padding:10px 0;
	margin:0;
	background:url(/img/share/navi/line-dashed.gif) repeat-x 0% 100%;
}

#article div.topics dl:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#article div.topics dl dt {
	float:left;
	width:100px;
	padding:0 0 0 28px;
	background: url(../img/share/icn_topic.gif) no-repeat 10px center;
}


#article div.topics dl dd {
	float:left;
	width:550px;
	font-weight:bold;
}

/*	個別ページ
---------------------------------------------*/ 
#article div.topics.entry {
	border:none;
}

#article div.topics.entry h3 {
	margin-bottom:0;
}


#article div.topics h3.entry_category {
	margin-bottom:0;
}

#article div.topics dl.archive {
	margin-bottom:15px;
}

#article div.topics dl.archive dt {
	padding-top:0.2em;
}


#article div.topics dl.archive dd {
	font-size:120%;
	color:#3fa1c5;
}

/*	WYSIWYG対応
---------------------------------------------*/ 
#article div.topics.entry p.MsoNormal {
	margin:0;
}

/*	プレスリリース個別ページ　署名部分
---------------------------------------------*/ 
#article div.author_data {
	text-align:right;
	margin-bottom:2em;
}


/* -----------------------------------------------------------
	メディアの方々へ
----------------------------------------------------------- */

body.media h3 {
	margin-bottom:20px;
}


body.media table.logos {
	margin:15px 0 15px 15px;
}

/*body.media table.logos td {
	text-align:center;
}*/


body.media table.schedules {
	margin:15px 0 15px 0px;
}

body.media table.schedules td{
	padding-right:10px;
}

body.media table.schedules td.s_bottom{
	padding-bottom:10px;
}











