@charset "UTF-8";

/* ****************************************************
Title: sp_outline.css
Created: 2011-01-31
Last Modified: 2011-03-09
***************************************************** */


/* Table Of Contents
----------------------------------------

# Smartphne Hide Content
# Main
# Settings
# Modules
----------------------------------------*/


/* # Smartphone Hide Content
---------------------------------------------------------------------------- */


/* # Main
---------------------------------------------------------------------------- */

.newsText {
	margin-bottom: 15px;
	font-size:larger;
}

#content .comicFig01 {
	margin: 5px 0 5px;
	text-align: center;
}

#content .comicFig02 {
	margin: 5px 0 5px;
	text-align: center;
	width:100%;
}
/* news_midashi */
.index_news_section {
	/*overflow-y:scroll;
	height:13.8em;*/
	padding-right:5px;
}
.index_news_section dl {
	padding:3px 0;
	border-bottom:1px solid #ccc;
}
.index_news_section dt {
	padding:0 10px;
	background-repeat:no-repeat;
	background-position:0% 50%;
}
.index_news_section dd {
	line-height:1.5em;
   *padding-left:20px;
	overflow:hidden;
	*zoom:1;
}
.index_news_section dd a{
	color:#2C89D0;
	text-decoration:none;
}

.newsText dl{
	padding:10px;
}
.newsText dt{
	/*padding-left:70px;*/
}
.newsText dd a{
	color: #666;
	text-decoration:none;
}


.news_section {
	margin:0 10px;
}
.news_section dl {
	padding:5px 0;
	border-bottom:1px solid #ccc;
}
.news_section dt {
	padding:0 10px;
	background-repeat:no-repeat;
	background-position:0% 50%;
}




/*news detail*/
.news_detail_section {
}
.news_detail_section dl {
	display:block;
	margin:20px 0 15px 0;
	padding:13px 10px 9px 10px;
	border-bottom:1px solid #ccc;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.2;
	*zoom:1;
}
.news_detail_section dt {
	/*padding-left:70px;*/
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:0 50%;
}
.news_detail_section dd {
}
.news_detail_section div.article {
	margin:5px 0 2em;
	padding:0 10px;
}

/*news list*/
dt.category1 {
	background: url(../../../common/std/img/pc/top/icon_info.png)  no-repeat left top ;
}
dt.category3 {
	background:url(../../../common/std/img/pc/top/icon_event.png) no-repeat left top;
}
dt.category4 {
	background:url(../../../common/std/img/pc/top/icon_public.png) no-repeat left top;
}
dt.category5 {
	background:url(../../../common/std/img/pc/top/icon_health.png) no-repeat left top;
}
dd.category1 {
	background: url(../../../common/std/img/pc/top/icon_info.png)  no-repeat left top ;
}
dd.category3 {
	background:url(../../../common/std/img/pc/top/icon_event.png) no-repeat left top;
}
ddcategory4 {
	background:url(../../../common/std/img/pc/top/icon_public.png) no-repeat left top;
}
dd.category5 {
	background:url(../../../common/std/img/pc/top/icon_health.png) no-repeat left top;
}

/* # Settings
---------------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,figure,figcaption,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,button,label,legend {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }
header,hgroup,footer,article,section,nav,aside,figure,figcaption { display: block; }
ol,ul { list-style: none; } 
fieldset { border: none; }
input,textarea,select,label {
	font-size: 100%;
	vertical-align: middle;
}
label,button { cursor: pointer; }
textarea { overflow: auto; vertical-align: top; }
a { vertical-align: baseline; }
img { border: none; vertical-align: bottom; }
b,em,strong { font-weight: bold; font-style: normal; }
object { outline: none; vertical-align: middle; }
blockquote, q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none; }
code { font-family: monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom;}
small { font-style: normal; }
ins { text-decoration: none; }
mark { font-weight: bold; }
del { text-decoration: line-through; }
abbr, acronym { border: none; font-variant: normal; }
abbr[title],dfn[title] { border-bottom: 1px dotted #333; cursor: help; }
address,caption,cite,code,dfn,var { font-weight: normal; font-style: normal; }
hr { display: none; }
pre { font-family: monospace; }
rt { text-align: center; }
rp { display: none; }
optgroup { font-style: normal; }


/* # Modules
---------------------------------------------------------------------------- */

.mHide { display: none; }

.taL { text-align: left; }
.taC { text-align: center; }
.taR { text-align: right; }

.flL { float: left; }
.flR { float: right; }

.clL { clear: left; }
.clB { clear: both; }
.clR { clear: right; }

.clf { zoom: 1; }
.clf:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
}

.newsList img{
	vertical-align: middle;
	padding-left: 4px;
}