/*
Theme Name: Yakuji Nippo 20130501
Theme URI: http://ynps.yakuji.co.jp/
Description: Yakuji Nippo
Author: YakujiNippo LTD
*/

/*
---------------------------------------------------------------------
薬事日報ウェブサイト　基本スタイルシート
製作者：株式会社 薬事日報社
更新日2013年05月01日
バージョン：0.01
---------------------------------------------------------------------
*/


/* リセット
---------------------------------------------------------------------*/

@charset "utf-8";

*{margin: 0; padding: 0;}

a {text-decoration: none;}
ul,ol {list-style: none;}
img {vertical-align: top;}


/* サイト横幅最大値、センタリング、URL等の長い英数字の改行、-webkit-text-size-adjust
---------------------------------------------------------------------*/

body {
	max-width: 960px;
	margin: 0 auto;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	}


/* フルードイメージ（Fluid Image）
---------------------------------------------------------------------*/

img {
	max-width : 100% !important;
	height : auto !important;
	border-style: none;
	}


/* タイポグラフィ（文字周り）
---------------------------------------------------------------------*/

html {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
font-size: 100%;
line-height : 1.5;}


/* h1〜h6　フォントサイズと行の高さ
---------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 { margin-bottom : 24px}

h1 {
font-size: 48px;
line-height: 1;} /* 48px */

h2 {
font-size: 36px;
line-height : 1.3333;} /* 48px */

h3{
font-size: 24px;
line-height : 1;} /* 24px */

h4,h5,h6 {
font-size: 16px;
line-height : 1.5;} /* 24px */

.hgroup h1 {
font-size: 11px;
line-height : 1.0909;} /* 12px Exception */


/* ヘッダー　テキストを中央揃え　余白　題字とメニューの枠（薬事日報ウェブサイト用に編集）
---------------------------------------------------------------------*/

#header { text-align : center;padding-top : 2px;}
#header h1 { color : #999;margin-bottom : 8px;margin-top : 6px;}






/* コンテンツ
---------------------------------------------------------------------*/

#contents {
width: 94%;
margin: 0 auto;
text-align: left;}
#contents p {
margin-bottom: 16px;
text-align: left;}
#contents img {
margin-bottom: 8px; 
box-shadow: 0 0 0 #999;} /* 薬事日報ウェブサイト用 */


/* フッター　background : url(../images/footer_bg.png)}
---------------------------------------------------------------------*/

#footer {
color: white;
text-align: center;
padding: 0 4px 12px 4px;
background-color: #003;
font-size: 10px;
line-height: 1.5;} /* 24px Exception */


/* ブレイクポイント（Break Point）
---------------------------------------------------------------------*/



/* グリッド画像の配置（作業用）
---------------------------------------------------------------------*/

/* 
html {
font-family: verdana, sans-serif;
font-size: 100%;
line-height: 1.5;
background: url(../images/960_grid_12_col.png) repeat-y top center;}
 */


/* 追加（ここ以下が追加）
---------------------------------------------------------------------*/


/* 追加　ナビゲーションバー　フッター
---------------------------------------------------------------------*/

#footer .nav-footer ul li { width: 25%; float : left;}
#footer .nav-footer ul li a { display: block;}

#footer .nav-footer {
margin-bottom: 12px;
background-color: #003;
}

#footer .nav-footer ul { overflow: hidden;}

#footer .nav-footer ul li a { display: block; padding: 12px 0;}

#footer .nav-footer ul li a {
display: block;
color: white;
padding: 12px 0;}

#footer .nav-footer ul li a:hover {
color: #f93;
background-color: #003;}

#footer .nav-footer {
font-size: 16px;} /* footer nav Only */


/* 追加　class
---------------------------------------------------------------------*/

/* 骨格（親子関係のルールはない） */

.hgroup {
	padding: 0;
	margin: 0 0 0 5px;
	text-align: left;
	} /* ヘッダーの題字・h1 */

.article {
	margin: 10px 0 20px 0;
	padding: 0;
	} /* 記事であることを示す */

.aside {
	margin: 10px 0 20px 0;
	padding: 0;
	} /* 余談・補足情報のセクションであることを示す */

.section {
	margin: 10px 0 15px 0;
	padding: 0;
	} /* １つのセクションであることを示す。現時点では使用せず。HTML5化の際にタグ化して使用する。 */


/* 個別（親子関係のルールはない） */

.category {
	margin: 0;
	padding: 0;
	}


/* カテゴリーページ、アーカイブページ、タグページ、検索結果ページなど専用　サブタイトル部分（トップページ、記事ページ、固定ページ以外） */
/* 「.category-list」とfont-size以外同じ */
.category h2 {
	border-left: 8px solid #003;
	margin: 0 0 24px 0;
	padding: 5px;
	font-size: 23px;
	color: #000;
	font-weight: bold;
	background-color: #eee;
	line-height: 1.4;} /* 24px Exception */

/* タグページ専用　カテゴリー部分 */
.category h3 {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 15px;
	text-align: right;
	line-height: 1.0;} /* 24px Exception　薬事日報ウェブサイト用 */


/* 「.category h2」とfont-size以外同じ */
.category-list {
	border-left: 8px solid #003;
	margin: 0 0 16px 0;
	padding: 5px;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	background-color: #eee;
	line-height: 1.4;} /* 24px Exception */


.title {
	margin: 0;
	padding: 0;}


/* トップページ、記事ページ★、固定ページ専用　タイトル部分 */
.title h2 {
	border-bottom: solid 3px #003;
	margin: 0 0 12px 0;
	padding: 5px;
	font-size: 23px;
	color: #000;
	font-weight: bold;
	line-height: 1.4;} /* 24px Exception　薬事日報ウェブサイト用 */


.text {
	margin: 15px 0 0 0;
	padding: 0;}


.time {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 15px;
	text-align: right;
	line-height: 1.0;} /* 24px Exception　薬事日報ウェブサイト用 */

.time-list {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 15px;}


.nav-previous-next01 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.4;} /* 24px Exception */


.nav-previous-next02 {
	margin: 30px 0;
	padding: 0;
	font-size: 15px;
	line-height: 1.8;} /* 24px Exception */


.nav-previous01,.nav-previous01 a,.nav-previous01 a:visited,.nav-previous01 a:hover,.nav-previous01 a:focus {
	margin: 6px 0;
	padding: 0 12px;
	float: left;
	text-align: center;
	background-color: #eee;
	}

.nav-previous02,.nav-previous02 a,.nav-previous02 a:visited,.nav-previous02 a:hover,.nav-previous02 a:focus {
	margin: 12px 0;
	padding: 0;
	text-align: left;
	}

.nav-next01,.nav-next01 a,.nav-next01 a:visited,.nav-next01 a:hover,.nav-next01 a:focus {
	margin: 6px 0;
	padding: 0 12px;
	float: right;
	text-align: center;
	background-color: #eee;
	}

.nav-next02,.nav-next02 a,.nav-next02 a:visited,.nav-next02 a:hover,.nav-next02 a:focus {
	margin: 12px 0;
	padding: 0;
	text-align: left;
	}


.pan {
	margin: 14px 0 0 0;
	padding: 0;
	color: #666;
	font-size: 15px;} /* 薬事日報ウェブサイト用 */


.item {
	margin: 0;
	padding: 0;
	border-style: none;
	}


.icon {
	margin: 0 25px 0 0;
	padding: 0;
	vertical-align: middle;
	border-style: none;
	}


.ad {
	margin: 0;
	padding: 0;
	}

.ad-text01 {
	margin: 0 0 8px 16px;
	padding: 0;
	font-size: 15px;
	color: #666;
	} /* 薬事日報ウェブサイト用 */

.ad-text02 {
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 15px;
	text-align: right !important;
	color: #666;
	} /* 薬事日報ウェブサイト用 */


.more {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 2.2;
	text-align: right;
	border-style: none;
	}


.right {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 2.2;
	text-align: right !important;
	border-style: none;
	} /* .moreと同じ */


.more-link {
	margin: 6px 0 12px 0;
	padding: 6px 0;
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	display: block;
	background-color: #eee;
	}


.btn01 {
	margin: 6px auto 12px auto;
	padding: 6px 0;
	width: 100%;
	font-size: 15px;
	line-height: 1.4;
	text-align: center;
	display: block;
	background-color: #eee;
	}


.copyright {
	margin: 0;
	padding: 6px 0 0 0;}


/* 追加　基本　★リセットの部分、タイポグラフィ（文字周り）との調整が必要★
---------------------------------------------------------------------*/


#contents {
	color: #333;
	}


/*------------------------------------------------------------
1、align・・・文字の横位置
-------------------------------------------------------------*/

.al-c{ text-align: center; }/*中央寄せ*/
.al-r{ text-align: right; }/*右寄せ*/
.al-l{ text-align: left; }/*左寄せ*/


/*------------------------------------------------------------
6、font-size・・・フォントサイズの設定
-------------------------------------------------------------*/

.f08px{ font-size: 8px!important; }
.f09px{ font-size: 9px!important; }
.f10px{ font-size: 10px!important; }
.f11px{ font-size: 11px!important; }
.f12px{ font-size: 12px!important; }
.f13px{ font-size: 13px!important; }
.f14px{ font-size: 14px!important; }
.f15px{ font-size: 15px!important; }


/*------------------------------------------------------------
7、color・・・フォントカラーの設定
-------------------------------------------------------------*/

.red{ color: #ff0000!important; }/*赤*/
.blue{ color: #0000dd!important; }/*青*/
.green{ color: #008000!important; }/*緑*/
.yellow{ color: #ffff00!important; }/*黄*/
.navy{ color: #1F26A9!important; }/*紺*/
.orange{ color: #ff6600!important; }/*橙*/
.pink{ color: #cc6699!important; }/*ピンク*/
.purple{ color: #660099!important; }/*紫*/
.olive{ color: #808000!important; }/*黄土色*/
.lime{ color: #00ff00!important; }/*黄緑*/
.aqua{ color: #167FA6!important; }/*水色*/
.black{ color: #000!important; }/*黒*/
.gray{ color: #666!important; }/*灰*/
.white{ color: #fff!important; }/*白*/



/*------------------------------------------------------------
7、margin・・・マージンの設定
-------------------------------------------------------------*/

.m-t10px {
	margin: 10px 0 0 0;
	}

.m-t15px {
	margin: 10px 0 0 0;
	}

.m-t20px {
	margin: 10px 0 0 0;
	}

.m-t25px {
	margin: 10px 0 0 0;
	}

.m-t30px {
	margin: 10px 0 0 0;
	}

.m-t35px {
	margin: 10px 0 0 0;
	}

.m-t40px {
	margin: 10px 0 0 0;
	}

.m-t45px {
	margin: 10px 0 0 0;
	}

.m-t50px {
	margin: 10px 0 0 0;
	}


.m-b10px {
	margin: 10px 0 0 0;
	}

.m-b15px {
	margin: 10px 0 0 0;
	}

.m-b20px {
	margin: 10px 0 0 0;
	}

.m-b25px {
	margin: 10px 0 0 0;
	}

.m-b30px {
	margin: 10px 0 0 0;
	}

.m-b35px {
	margin: 10px 0 0 0;
	}

.m-b40px {
	margin: 10px 0 0 0;
	}

.m-b45px {
	margin: 10px 0 0 0;
	}

.m-b50px {
	margin: 10px 0 0 0;
	}








em,strong {
	font-weight: bold;
	}


a {
	color: #006;
	-webkit-tap-highlight-color: rgba(51,153,204,0.2);
	}

a:link {
	color: #006;
	}

a:visited {
	color: #006;
	}

a:hover {
	color: #c60;
	}


#footer a:link {
	color: white;
	}

#footer a:visited {
	color: white;
	}

#footer a:hover {
	color: #f93;
	}


.text h3 {
	clear: both;
	border-bottom: solid 1px #999;
	margin: 0 0 16px 0;
	padding: 5px;
	font-size: 21px;
	color: #000;
	font-weight: bold;
	line-height: 1.4;} /* 24px Exception　薬事日報ウェブサイト用 */


.text h4 {
	clear: both;
	margin: 0 0 16px 0;
	padding: 5px;
	font-size: 19px;
	color: #000;
	font-weight: bold;
	line-height: 1.4;} /* 24px Exception　薬事日報ウェブサイト用 */


.text h5 {
	clear: both;
	margin: 0 0 16px 0;
	padding: 5px;
	font-size: 17px;
	color: #444;
	font-weight: bold;
	line-height: 1.4;} /* 24px Exception　薬事日報ウェブサイト用 */


hr {
	margin: 0 auto 16px auto;
	width: 100%;
	border: dotted #666;
	border-width: 1px 0 0 0;
	height: 1px;
	overflow: hidden;
	clear: both;
	} /* 薬事日報ウェブサイト用 */


/* 追加　ul　ol　li（list-style:url(/images/ul_arrow_01.jpg);　background-repeat:no-repeat;）
---------------------------------------------------------------------*/

#contents ul,ol {
	margin: 0 0 16px 12px;
	padding: 0;
	line-height: 1.5;} /* 24px　　薬事日報ウェブサイト用 */

#contents li {
	margin: 0 0 12px 0;
	}


.text ul,.text ol {
	margin: 0 0 16px 20px !important;} /* 本文内のみ左マージン調整　薬事日報ウェブサイト用 */

.text ul li {
	list-style-type: square;} /* 本文内のみリスト先頭にマーカー文字表示　薬事日報ウェブサイト用 */

.text ol li {
	list-style-type: decimal;} /* 本文内のみリスト先頭にマーカー文字表示　薬事日報ウェブサイト用 */


/* 記事本文ページ分割
---------------------------------------------------------------------*/

.division {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 3.2;} /* 24px Exception */


.page-numbers {
    margin: 0;
	padding: 0;
	color: #999;
	display: inline;
	}


.numbers {
    margin: 0 12px;
	padding: 8px 12px;
	background: #eee;
}


/* float　クリア（この他、hタグ、hrタグにも「clear: both;」を付加）
---------------------------------------------------------------------*/

.clear {
	clear: both;
	}

.clear hr {
	display: none;
	}


/* 画像　キャプション　※キャプションありの場合、width : auto !important; （自動で左右に入る5pxの無効）　で無効可能。フロートしている場合は、テキスト側に10px。但し、キャプションが回り込まなくなる…⇒解決済み？
---------------------------------------------------------------------*/

.wp-caption {
	max-width: 100% !important;
	height: auto !important;
	}

.wp-caption .wp-caption-text {
	font-size: 15px;
	text-align: left;
	line-height: 1.4;
	font-weight: bold;
	color: #666;
	}


/* img無は、キャプション有（キャプションに自動で付くpタグ無効をfunctions.phpに書く） */

.aligncenter {
	margin: 0 auto 16px auto;
	padding: 0;
	display: block !important;
	border-style: none;
	}

.alignright {
	margin: 0 0 2px 0px;
	padding: 0;
	display: inline !important;
	border-style: none;
	float: right;
	}

.alignleft {
	margin: 0 0 2px 0;
	padding: 0;
	display: inline !important;
	border-style: none;
	float: left;
	}


/* img有は、キャプション無 */
/* .wp-captionの左右に5pxが自動で入る（フロートしている場合は、テキスト側に10px）問題への対応。キャプション版0pxの対して、marginに10px加算。 */
/* ★センターは要確認 */


img.aligncenter {
	margin: 0 auto 16px auto !important;
	padding: 0;
	display: block !important;
	border-style: none;
	}


img.alignright {
	margin: 0 0 2px 10px;
	padding: 0;
	display: inline !important;
	border-style: none;
	float: right;
	}

img.alignleft {
	margin: 0 10px 2px 0;
	padding: 0;
	display: inline !important;
	border-style: none;
	float: left;
	}


/* サムネイル（アイキャッチ）
---------------------------------------------------------------------*/

.attachment-post-thumbnail {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	}

.attachment-product-post-thumbnail {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	} /* 薬事日報ウェブサイト用 */

.attachment-newspaper-post-thumbnail {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	} /* 薬事日報ウェブサイト用 */

.list-box {
	margin: 0;
	padding: 0;
	height: auto;
	}


/* ページネーション（ナビゲーション）
---------------------------------------------------------------------*/

.pagination {
clear: both;
padding: 0;
position: relative;
font-size: 15px;
}

.pagination span, .pagination a {
display: block;
float: left;
margin: 6px 12px 6px 0;
padding: 4px 14px 4px 14px;
text-decoration: none;
width: auto;
color: #fff;
background: #666;
}

.pagination a:hover{
color: #fff;
background: #003;
}

.pagination .current{
padding: 4px 14px 4px 14px;
background: #003;
color: #fff;
}


/* 検索フォーム
---------------------------------------------------------------------*/

.search-box{
	margin: 80px 0 0 0;
	padding: 0;
	}

dl.search{
	position: relative;
}
dl.search dt{
	width: 70%;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #aaa;
	position: absolute;
	bottom: 20px;
	left: 0;
}
dl.search dt input{
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: none;
	border: none;
	font-size: 16px;
}
dl.search dd{
	position: absolute;
	bottom: 20px;
	right: 0;
	width: 29%;
}
dl.search dd button{
	display: block;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border: 1px solid #09c;
	background: #003;
	width: 100%;
	font-size: 16px;
}
dl.search dd button:hover {
	background: #006;
}


/* ナビゲーションボタン１（モバイル用）
---------------------------------------------------------------------*/

.nav-btn01 {
	margin: 0;
	padding: 0;
	z-index: 100;
	position: fixed;
	left: 0%;
	bottom: 0%;
	font-size: 15px;
	line-height: 2.0;} /* 24px Exception */

.nav-btn01-text {
	margin: 0;
	padding: 4px 12px;
	text-align: center;
	color: white !important;
	background-color: rgba(51,51,51,0.7);
}

.nav-btn01-text a,.nav-btn01-text a:visited {
	margin: 0;
	padding: 4px 12px;
	text-align: center;
	color: white !important;
}

.nav-btn01-text a:hover,.nav-btn01-text a:focus {
	margin: 0;
	padding: 4px 12px;
	text-align: center;
	color: #f93 !important;
}


/* ナビゲーションボタン２（PC用）
---------------------------------------------------------------------*/

.nav-btn02 {
	margin: 0;
	padding: 0;
	z-index: 100;
	position: fixed;
	right: 3%;
	bottom: 3%;
	font-size: 15px;
	line-height: 2.0;} /* 24px Exception */

.nav-btn02-text {
	margin: 0;
	padding: 0 12px;
	text-align: center;
	color: white !important;
	background-color: rgba(51,51,51,0.7);
}

.nav-btn02-text a,.nav-btn02-text a:visited {
	margin: 0;
	padding: 0 12px;
	text-align: center;
	color: white !important;
}

.nav-btn02-text a:hover,.nav-btn02-text a:focus {
	margin: 0;
	padding: 0 12px;
	text-align: center;
	color: #f93 !important;
}


/* ナビゲーションボタン３（モバイル・ロゴ用）
---------------------------------------------------------------------*/

.nav-btn03 {
	margin: 0;
	padding: 0;
	z-index: 100;
	position: absolute;
	left: 5px;
	top: 12px;}


/* リンク（特設ページ（キャンペーン）・アクションボタン用）
---------------------------------------------------------------------*/

.ab-mg {
	margin: 0 auto;
	width: 400px;
	}

.ab-a a {
	display: block;
	width: 400px;
	height: 51px;
	background: url(/images/004_w400px.png) no-repeat 0 0;
}

.ab-a a:hover {
	background-position: 0 bottom;
}


/* サイドバー・アーカイブ
---------------------------------------------------------------------*/

.archive {
	margin: 0;
	padding: 0 0 0 15px;
	}


/* レスポンシブテーブル
---------------------------------------------------------------------*/

.table-responsive {
    width: 100%;
    overflow-x: auto;
}


/* Youtubeなどの外部サービスを埋め込む際のレスポンシブ対応
---------------------------------------------------------------------*/

.move {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	}

.move iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	}


/* ヘッダメニュー用BOX（薬事日報 電子版 会員入口、オンラインショップ）
---------------------------------------------------------------------*/

.header-box {
	margin: 0;
	padding: 0;
	height: 60px;
	width: 960px;
}

.header-box-left {
	height: 60px;
	float: left;
}

.header-box-right {
	height: 60px;
	float: right;
}

.header-box-right ul li {
	display: inline;
}

.header-box-right ul li a {
	margin: 25px 25px 0 0;
	padding: 0;
	display: block;
	float: left;
}


/* ヘッダメニュー
---------------------------------------------------------------------*/


/* ----------- HEADER MENU ----------- */

#menu-pc {
	font-size: 15px;
	border: 0; margin: 0; padding: 0;
	width: 960px; /* 薬事日報ウェブサイト用・リニューアル時に新規追加 */
	height: 76px;
	}

#menu-pc ul,
#menu-pc li {
	border: 0; padding: 0; margin: 0; list-style: none;
	}

/* ----------- NAVIGATION ----------- */

#navigation {
	background: #003; 
	height: 35px;
	margin: 0 auto;
	width: auto;
	}

#navigation ul {
	height: 35px;
	line-height: 35px;	
	}

#navigation ul li {
	display: inline;
	}

#navigation ul li a,
#navigation ul li a:visited {
	background: #003;
	padding: 0 17px;
	display: block;
	text-decoration: none;
	float: left;
	color: #fff;
	}

#navigation ul li a:hover {
	color: #f93;
	}

/* ----------- SUBLINKS ----------- */

#sublinks {
	width: auto;
	margin: 0 auto;
	background: #666;
	height: 35px;
	font-size: 14px;
	}

#sublinks ul {
	height: 35px;
	line-height: 28px;
	}

#sublinks ul li {
	display: inline;
	}

#sublinks ul li a,
#sublinks ul li a:visited {
	padding: 0 12px;
	display: block;
	text-decoration: none;
	float: left;
	color: #fff;
	}

#sublinks ul li a:hover {
	text-decoration: none;
	color: #f93;
	}

/* ----------- SUBMENU ----------- */

#s2, #s3, #s4, #s5, #s6 {
	display: none;
	}







/* ◆薬事日報ウェブサイト用・旧サイトからの引き継ぎ分（のちにファイル分離）
---------------------------------------------------------------------*/






blockquote {
	margin: 15px;
	padding: 10px;
	font-size: 15px;
	color: #666;
	background-color: #eee;
	border: solid 1px #ccc;
}








.table_blue{
width:95%;margin:0px 0px 10px 20px;
padding:0px;
border-collapse:collapse;
}

.table_blue th{
white-space: nowrap;
padding:4px 2px 2px 4px;
text-align:left;vertical-align:top;color:#3366CC;
background-color:#99CCFF;
border:1px solid #6699CC;
}

.table_blue td{
padding:4px 2px 2px 4px;
background-color:#EEEEEE;
border:1px solid #6699CC;
}


.table_blue_c{
width:95%;margin:0px 0px 10px 20px;
padding:0px;
border-collapse:collapse;
}

.table_blue_c th{
white-space: nowrap;
padding:4px 2px 2px 4px;
text-align:center;vertical-align:top;color:#3366CC;
background-color:#99CCFF;
border:1px solid #6699CC;
}

.table_blue_c td{
padding:4px 2px 2px 4px;
background-color:#EEEEEE;
border:1px solid #6699CC;
text-align:center;
}




.small{ font-size: 0.8em!important; }






/* 新聞　タイトルリスト
---------------------------------------------------------------------*/


/* ----------- 新聞 ----------- */


.np-title01 {
	margin: 20px auto;
	padding: 5px 0 5px 8px;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	line-height: 100%;
	}

.np-title02 {
	margin: 15px 0 0 15px;
	padding: 0;
	font-size: 15px;
	line-height: 100%;
	}

.np-title03 {
	margin: 4px 0 0 15px;
	padding: 0;
	font-size: 15px;
	line-height: 100%;
	}







/* 2009/04/17 以前　登録販売者
---------------------------------------------------------------------*/

.toroku {
	color: #333;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}

.ttr1{
	background-color: #ddddff;
}

.ttr2{
	background-color: #99ccff;
}

.toroku a{
        color: #fff;
	background-color: #006;
}







