/**
 * ------------------------------------------------------------------------
 * JA Bulletin Module for J25 & J31
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - GNU/GPL, http://www.gnu.org/licenses/gpl.html
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites: http://www.joomlart.com - http://www.joomlancers.com
 * ------------------------------------------------------------------------
 */
#ja-bulletin {
	margin: 5px 5px 5px 5px;
	position: relative;
background-color: #fdfdfb;
	padding: 46px 0  15px 0;
	background-image: url('/images/info-face2.png') ;
	background-position: 3% 8px; 
    background-repeat: no-repeat;
	box-shadow: 1px 1px 1px #eeeeee;
-moz-box-shadow: 1px 1px 1px #eeeeee;
-webkit-box-shadow: 1px 1px 1px #eeeeee;
}

.responsive #ja-bulletin {
	margin: 1px 1px 1px 1px;
	position: relative;
	background-color: #fcfcf9;
	padding: 46px 0  15px 0;
	background-image: url('/images/info-face2.png') ;
	background-position: 6% 8px; 
    background-repeat: no-repeat;
}

.responsive #ja-bulletin ul {
	margin: 0px auto 0px auto;
	width: 90%;
}

#ja-bulletin ul {
	background-color: #fdfdfb;
	margin: 0px auto 0px auto;
	padding: 5px 5px 12px 5px;
	width: 93%;
    border: 1px solid #517887;
	-webkit-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

#ja-bulletin ul li {
	margin: 0 2px;
	padding: 5px 4px;
    border-bottom: 1px dotted #cccccc;
	position: relative;
	width: 97%;
	line-height: normal;
	height: auto;
    min-height: 40px;
	background-color: #fdfdfb;
  background-position: 5px 10px; 
  background-repeat: no-repeat;
}
/*
#ja-bulletin ul li {
	margin: 0 2px;
	padding: 5px 4px;
    border-bottom: 1px dotted #cccccc;
	position: relative;
	width: 97%;
	line-height: normal;
	height: auto;
	background-color: #fdfdfb;
	background-image: url('/images/img-link.png') ;
  background-position: 5px 10px; 
  background-repeat: no-repeat;
}
 */

#ja-bulletin ul img {
	position: absolute;
	left: 12px;
	top: 5px;
	-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
   border-radius: 6px;
   border: 1px solid #D7D5C9;
}

#ja-bulletin ul div {
	line-height: 1.2;
	display: block;
	margin:5px 0 0 15px;
    padding-right: 5px;
}

#ja-bulletin ul span {
	font-size: 90%;
	color: #517887;
	margin-left:2px;

}

#ja-bulletin a, #ja-bulletin a:link
{
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic";
  text-decoration: none;
  color: #517887;
}

#ja-bulletin a:visited, #ja-bulletin a.visited
{
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic";
  text-decoration: none;
  color: #517887;
}

#ja-bulletin a:hover, #ja-bulletin a.hover
{
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic";
  text-decoration: underline;
  color: #517887;
}


div.ja-bulletin a, div.ja-bulletin a:link
{
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic";
  text-decoration: none;
  color: #3d2211;
}

div.ja-bulletin a:visited, div.ja-bulletin a.visited
{
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic";
  text-decoration: none;
  color: #3d2211;
}

div.ja-bulletin a:hover, div.ja-bulletin a.hover
{
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"MS Ｐゴシック","MS PGothic";
  text-decoration: underline;
  color: #3d2211;
}

div.blockcontent #ja-bulletin 
{
	position: relative;
	background-color: #fff;
    border-left: #DDD solid 1px;
    border-right: #DDD solid 1px;
    border-bottom: #DDD solid 1px;
}

div.blockcontent #ja-bulletin ul {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 100%;
    border-left: 0px solid #E6E6E6;
    border-right: 0px solid #E6E6E6;
    border-bottom: 0px solid #E6E6E6;
}

div.blockcontent #ja-bulletin ul li {
	margin: 0;
	padding: 0px 0px;
	border-top: 1px solid #eee;
	position: relative;
	width: 100%;
	line-height: normal;
	height:65px;
	background-color: #fff;
}

div.blockcontent #ja-bulletin ul > li::before 
{
content:none ;
}

div.blockcontent #ja-bulletin  ul > li {
background: none;
padding-top: 3px !important;
}

div.blockcontent #ja-bulletin ul img {
position: absolute;
left: 8px;
top: 8px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

div.blockcontent #ja-bulletin ul div {
line-height: 1.2;
display: block;
margin: 3px 0 0 5px;
}

.responsive div.blockcontent #ja-bulletin {
	margin: 0px auto 0px auto;
	padding: 0px;
    width: 381px;
	max-width: 99% !important;
}


