@charset	"UTF-8";

/* Float処理 ----------------------------------------------- */
.reason_catch,
.reason_wrap	{
	zoom:1;
}

.reason_catch:after,
.reason_wrap:after	{
	content:	"";
	display:	block;
	clear: both;
}

/* リンク処理 ---------------------------------------------- */

.go_english a img:hover	{
	filter:	alpha(opacity=60);
	-moz-opacity:	0.60;
	opacity:	0.60;
}

img.view_project_button:hover	{
	-webkit-filter:	invert(20%);
	-moz-filter:	invert(20%);
	-o-filter:	invert(20%);
	-ms-filter:	invert(20%);
	filter:	invert(20%);
}

/* ニュース ---------------------------------------------- */

.red {
	font-size:12px;
	color:#CC3300;
}

.red_small {
	font-size:10px;
	color:#CC3300;
}

.small {
	font-size:11px;
	color:#666666;
	line-height: 130%;
}

.red_default {
	color:#CC3300;
}

.subtitle {
	font-size: 90%;
	font-weight: lighter;
}

p.subtitle_descriptions {
	font-size: 100%;
	font-weight: bolder;
}

.photo_center {
	padding-left: 70px;
}

.title_emph {
	font-size: 130%;
	font-weight: 200;
}
/* 選ばれる理由流用 -------------------------------------------- */

.reason_main_catch	{
	width:	710px;
	margin:	0px auto 32px;
}

.reason_catch	{
	width:	687px;
	height:	135px;
	margin:	0px auto 16px;
	position:	relative;
    border: solid 1px #cccccc;
    padding: 10px;
    border-radius: 6px;
}

.reason_catch img	{
	display:	block;
	float:	right;
}

.catch_text	{
	width:	350px;
	float:	left;
}

.catch_text h2	{
	width:	350px;
	font-size:	12px;
	font-weight:	bold;
	padding:	0px 0px 10px;
	margin:	0px;
	background:	url("/common/images/h2_baseline_half.gif") no-repeat left bottom;
}

.readmore	{
	width:	5em;
	position:	absolute;
	padding-left:	16px;
	bottom:	10px;
	left:	360px;
	font-weight:	bold;
	background:	url("/common/images/foot_sublist.gif") no-repeat 6px 4px;
}
.page_link	{
	color:	#75ab0c;
}

.page_link:hover	{
	cursor:	pointer;
	text-decoration:	underline;
}




.reason_wrap	{
	width:	710px;
	height: auto;
	margin:	0px auto 24px;
}

.reason_wrap img	{
	float:	left;
}

.reason_detail	{
	width:	400px;
	float:	right;
}

.reason_short_description	{
	background-color:	#ffffff;
	color:	#404040;
	font-family: Verdana,Geneva,Arial,Helvetica, Meiryo,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size:	12px;
}

.page_link	{
	color:	#75ab0c;
	font-family: Verdana,Geneva,Arial,Helvetica, Meiryo,"メイリオ","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size:	12px;
	text-align: right;
}

.kuromaru {
	padding: 7px 20px 7px 0px;
}

/*FDA_Info*/
.fda_jpn{
	width: 490px;
	font-size:12px;
	color:#777777;
	line-height:1.3em;
	margin-top:15px;
	margin-left: 15px;
}


.fda_jpn td{
/*
	border-bottom:1px solid #b2b80e;
  border-right:5px solid #b2b80e;	*/
  padding: 7px;
}

.table_blueGreen {
	/*border-collapse: collapse;*/
	background: #C1DFBC;
	border-color: #FFFFFF;
	border-width: thick;
}

.table_blueGreen tbody,tr,th{
	font-weight: 300;
	}

.table_blueGreen tbody,tr,td{
	font-weight: 300;
	}

.tbody {
	display: table-row-group;
	vertical-align: middle;
	border-color: inherit;
}



.table_blueGreen th {
	padding: 16px 14px;
	font-weight: bold;
	border-right-color: #FFFFFF;
}

.table_blueGreen td {
	padding: 16px 14px;
	background-color: #FFFFFF;
	
}

.table_blueGreen td.light {
	padding: 16px 14px;
	background-color: #EBEBEB;
	
}

.table_blueGreen tr.light {
	padding: 16px 14px;
	background-color: #EBEBEB;
	
}

.news_list {
	padding-left: 100px;
	padding-right: 50px;
	
}

.news_list li {
	display: list-item;
	padding-bottom: 15px;
}

.news_list ul li list_doble {
	padding-top: 30px;
	padding-bottom: 30px;
	text-indent: 20px;
	display: block;
}

.news_list_nobullets {
	display: block;
    list-style-type: decimal;
	padding-bottom: 15px;
}

ol.news_list_nobullets li {
	padding-top: 30px;
	padding-bottom: 30px;
	text-indent: 20px;
	display: block;
	
}

.text_emp {
	font-weight: 300;
}

.text_emp2 {
	font-weight: bolder;
}

.news_indent {
	padding-left: 50px;
}

.indent {
	text-indent: 40px;
	line-height: 2;
	
}


