@charset "utf-8";

/*--------------------------------------
	Style Name : Shucchou
--------------------------------------*/

body.shucchou #content div.pad {
	margin-top:10px;
	height: 600px !important;
	overflow-y:auto;
}

body.shucchou #content div.article-title {
	float:left;
	margin-top:55px;
	margin-left:20px; 
	width:260px;
}
body.shucchou #content div.article-title p {
	margin-top: 16px;
}

body.shucchou #content div.article {
	float:left;
	margin-top:60px;
	margin-left:10px;
	width:500px;
}

body.shucchou #content div.article p{
	margin-bottom:2em;
}


/*--------------------------------
  「こんなときには」リンク関連
--------------------------------*/
body.shucchou div.article-items {
	margin: 40px 0 0 15px;
}

body.shucchou div.article-items span.title-text {
	font-size: 14px;
	font-weight: bold;
}

body.shucchou div.article-items ul{
	margin-top: 1em;
	margin-left: 1em;
	
	line-height: 1.4em;
	font-size: 13px;
	font-weight: normal;
}

body.shucchou div.article-items li {
	margin: 3px 0 3px 0px;
	padding-left: 5px;
	border-left: 5px solid gray ;
	cursor: pointer;
}

body.shucchou div.article-items li:hover{
	border-color: #D53A36;
	background-color: #fff0f0;
}

body.shucchou div.article-items li.selected {
	color: #D53A36;
	border-color: #D53A36 ;
	font-weight: bold;
	background-color: #fff0f0;
}

body.shucchou div.article-imgs{
	margin-top: 2em;
}

body.shucchou div.article-imgs img{
/*	border: #f6f5f6 solid 20px; */
	border: #f1f0f1 solid 20px;
}


/*--------------------------------------
	お問合せ先
--------------------------------------*/
body.shucchou #content div.article a.link-mail {
	color:black;
	text-decoration:none;
}

body.shucchou #content div.article a.link-mail img{
	vertical-align:middle;
}

body.shucchou #content div.article a.link-mail span{
	text-decoration:underline;

}

