@charset "UTF-8";

/* ----------------------------------------------------
作成日: 2014.12.26
最終更新日: 2014.12.26
作成者: TS
最終編集者: TS

v3-newslist-mobile.css：おしらせ一覧の指定（モバイル用）
---------------------------------------------------- */

/* reset */
ul, ol {
	list-style:none;
}

p {
	padding:0 0 1em 0;
}

hr {
	display:none;
}

div#v2-contents {
	min-height: 380px;
	background: #ffffff;
	margin: 0 auto;
	padding:0;
	position: relative;
	color: #373c6e;
	background-color: #f5fafc;
	border-bottom:2px solid #b6b5cc;
	border-top: 2px solid #373c6e;
}

div#v2-contents section.v2-newsList {
	border-top: none;
}

#v2-mainArea #v2-contentsWrap section.v2-newsList h1{
	border: none;
}

div#v2-contents a:link, div#v2-contents a:visited {
	color:#373c6e;
	text-decoration:none;
	outline-width:0;
}

div#v2-contents a:hover, div#v2-contents a:active {
	text-decoration:underline;
	outline-width:0;
}

/* layout */
section#v2-mainArea div#v2-contentsWrap h1 {
  margin: 0;
}
