@charset "utf-8";

/* ____container____ */

#container {
	width: 900px;
	margin: 0 auto;
	border-bottom: 12px solid #69a7e0;
}

/* ____header____ */

#header {
	margin: 0 auto;
	width: 900px;
	height: 260px;
	border-top: 4px solid #257bbe;
	border-bottom: 8px solid #69a7e0;
	background-image: url(../img/kasuya_topimg3.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header222 {
	margin: 0 auto;
	width: 900px;
	height: 260px;
	border-top: 4px solid #69bf35;
	border-bottom: 8px solid #69bf35;
	background-image: url(../img/kasuya_topimg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#header333 {
	margin: 0 auto;
	width: 900px;
	height: 260px;
	border-top: 4px solid #257bbe;
	border-bottom: 8px solid #69a7e0;
	background-image: url(../img/kasuya_topimg2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}



/* ____contents____ */
#contents {
	width: 900px;
	margin: 0 auto;
}

/* ____menulist____ */

#menulist {
	width: 240px;
	margin: 0;
	padding: 0;
	float:left;	
	height: auto;
	background: #e4e4e4;
}

/* ____main____ */

#main {
	width: 660px;
	margin: 0;
	padding: 0;
	float:right;
	background: #fff;
}


/* ____footer____ */

#footer {
	clear: both;
	width: 900px;
	margin-bottom: 0;
}



/* -------------------------
 __header
-------------------------- */

#hedbox { width: 900px; }

#header #hedbox img,
#header222 #hedbox img, 
#header333 #hedbox img{
	float: left;
	margin-bottom: 0;
}

/* ____右上ナビ____ */
#topnavi {
	float: right;
	margin-top: 5px;
	text-align: right;
}

#topnavi ul{
	color:#5e5e5e;
	font-size:84%;
}

#topnavi ul li {
display: inline;
margin-right:10px;
border-left: 1px solid #5e5e5e;
padding-left:10px;
}

#topnavi ul li a:link {color: #666; text-decoration: none; list-style-type:none;}
#topnavi ul li a:active {color: #f63; text-decoration: underline; list-style-type:none; }
#topnavi ul li a:visited {color: #039; text-decoration:none; list-style-type:none; }

#topnavi .naviend {
	border-right: 1px solid #5e5e5e;
	border-left: 1px solid #5e5e5e;
	padding-right:10px;
}

/* ____Dropdown Menu____ */

#dropbox { 
	width: 905px;
	float: left;
 }

#dropbox ul#drop_down_menu,
#dropbox ul#drop_down_menu222 {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 93%;
	width: 905px;
}

#dropbox ul#drop_down_menu li,
#dropbox ul#drop_down_menu222 li  { /*メニューを横並びに後に解除*/
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

/* ____Dropdown Menu　ブルー____ */

#dropbox ul#drop_down_menu li a { /*メニューのスタイルを指定*/
	display: block;
	padding: 6px 0;
	width: 179px;
	border-top: 1px solid #e2f5fc;
	border-right: 1px solid #97d9e7;
	border-bottom: 1px solid #97d9e7;
	border-left: 1px solid #FFF;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #1279b3;
}

#dropbox ul#drop_down_menu a:hover,
#dropbox ul#drop_down_menu li:hover a { /*マウスが重なった時のスタイルを指定*/
	background: #10acb2;
	color: #fff;
}

#dropbox ul#drop_down_menu li ul {
	display: none; /*二階層以降のメニューを非表示*/
}

#dropbox ul#drop_down_menu li ul li {
	float: none; /*二階層以降のメニューを縦並びへ*/
}



#dropbox ul#drop_down_menu li:hover > ul { /*マウスが重なっているメニューの子メニューを表示*/
	display: block;
}

#dropbox ul#drop_down_menu li:hover ul li a,
#dropbox ul#drop_down_menu li:hover ul li:hover ul li a,
#dropbox ul#drop_down_menu li:hover ul li:hover ul li:hover ul li a { /*親メニューにマウスが重なっている時の子メニューのスタイルを指定*/
	background: #d0f3e9;
	color: #186393;
}

#dropbox ul#drop_down_menu li:hover ul li a:hover,
#dropbox ul#drop_down_menu li:hover ul li:hover a,
#dropbox ul#drop_down_menu li:hover ul li:hover ul li a:hover,
#dropbox ul#drop_down_menu li:hover ul li:hover ul li:hover a,
#dropbox ul#drop_down_menu li:hover ul li:hover ul li:hover ul li a:hover,
#dropbox ul#drop_down_menu li:hover ul li:hover ul li:hover ul li:hover a { /*子メニューにマウスが重なっている時のスタイル指定と親メニューのスタイル指定*/
	background: #1279b3;
	color: #FFF;
}


/* ____Dropdown Menu　グリーン____ */

#dropbox ul#drop_down_menu222 li a { /*メニューのスタイルを指定*/
	display: block;
	padding: 6px 0;
	width: 178px;
	border-top: 1px solid #e2f5fc;
	border-right: 1px solid #96c374;
	border-bottom: 1px solid #96c374;
	border-left: 1px solid #FFF;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #308e2d;
}

#dropbox ul#drop_down_menu222 a:hover,
#dropbox ul#drop_down_menu222 li:hover a { /*マウスが重なった時のスタイルを指定*/
	background: #69bf35;
	color: #fff;
}

#dropbox ul#drop_down_menu222 li ul {
	display: none; /*二階層以降のメニューを非表示*/
}

#dropbox ul#drop_down_menu222 li ul li {
	float: none; /*二階層以降のメニューを縦並びへ*/
}

#dropbox ul#drop_down_menu222 li:hover > ul { /*マウスが重なっているメニューの子メニューを表示*/
	display: block;
}

#dropbox ul#drop_down_menu222 li:hover ul li a,
#dropbox ul#drop_down_menu222 li:hover ul li:hover ul li a,
#dropbox ul#drop_down_menu222 li:hover ul li:hover ul li:hover ul li a { /*親メニューにマウスが重なっている時の子メニューのスタイルを指定*/
	background: #f5eabe;
	color: #127519;
}

#dropbox ul#drop_down_menu222 li:hover ul li a:hover,
#dropbox ul#drop_down_menu222 li:hover ul li:hover a,
#dropbox ul#drop_down_menu222 li:hover ul li:hover ul li a:hover,
#dropbox ul#drop_down_menu222 li:hover ul li:hover ul li:hover a,
#dropbox ul#drop_down_menu222 li:hover ul li:hover ul li:hover ul li a:hover,
#dropbox ul#drop_down_menu222 li:hover ul li:hover ul li:hover ul li:hover a { /*子メニューにマウスが重なっている時のスタイル指定と親メニューのスタイル指定*/
	background: #308e2d;
	color: #FFF;
}

/* -------------------------
 __menulist
-------------------------- */

/* ____menulistdesign____ */

#menulistdesign{ /*ブルーのスタイル指定*/
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 20px;
	background: #e4e4e4;
}

#menulistdesign ul{
	width: 200px;
	padding-left: 20px;
	list-style:none;
}

/* ____20200213修正ここから____ */
#menulistdesign ul li{
background-image:url(../img/sank_bl.png);
background-repeat:no-repeat;
background-position: left 10px;
padding-left: 11px;
background-color: #fff;
border-top: 1px solid #fff;
border-right: 1px solid #8fbee6;
border-bottom: 1px solid #8fbee6;
}


#menulistdesign ul li a { 
	display: block;
	padding: 8px 5px;
	text-decoration: none;
	font-size: 0.9em;
	color:#3b8cc4;
}

/* ____20200213修正ここまで____ */

#menulistdesign ul a:hover,
#menulistdesign ul li:hover a { 
	background: #b1d5f4;
	color:#004177;
}


/* ____menulistdesign222____ */

#menulistdesign222 { /*グリーンのスタイル指定*/
	margin: 0;
	padding-top: 10px;
	background: #ddeccf;
	border: 1px solid #96c374;
}

#menulistdesign222 ul{
	width: 200px;
	padding-left: 20px;
}

#menulistdesign222 ul li a { 
	display: block;
	padding: 8px 13px;
	text-decoration: none;
	background: #fff;
	font-size: 0.9em;
	color:#369527;
	border-top: 2px solid #e5f4d7;
	border-right: 1px solid #96c374;
	border-bottom: 1px solid #96c374;
	border-left: 1px solid #e5f4d7;
}
#menulistdesign222 ul a:hover,
#menulistdesign222 ul li:hover a { 
	background: #c1e7b3;
	color:#266106;
}


/* ____住所・電話・FAX____ */
#menulistdesign  dl,
#menulistdesign222  dl{
	width: 200px;
	margin: 0 auto;
	font-size: 0.8em;
	line-height: 1.2em;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px dotted #9d9d9d;
	border-bottom: 1px dotted #9d9d9d;
}

#menulistdesign dt,
#menulistdesign222 dt{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	padding-bottom: 5px;
}

#menulistdesign dt span,
#menulistdesign222 dt span{
	font-size: 70%;
	font-weight: nomal;
}


/* -------------------------
 __main
-------------------------- */

/* ____maindesign____ */

#maindesign {
	width: 625px;
	margin-right: 0;
	padding: 10px 0 50px 34px;
}

/* ____お知らせ・トピックス____ */

#maindesign .titxt{
	border-top: 2px solid #96d4e9;
	border-bottom: 2px solid #96d4e9;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* ____メインのタイトル____ */

#maindesign .stylea{
	width:96%;
	margin: 20px 0 auto auto;
}

#maindesign .stylea h1{
	color: #3773a2;
	height: 33px;
	padding-top: 9px;
	padding-left: 23px;
	background: linear-gradient(180deg, rgba(214,233,239,1), rgba(255,255,255,1));
	border: 1px solid #5691b6;
	border-radius: 4px;
}

#maindesign .stylea a:hover img{ opacity: 0.6;}

#maindesign .styleb{
	width:93%;
	margin: 20px 0 auto auto;
}

#maindesign .styleb h2{
	font-weight: 500;
	color: #fff;
	height: 30px;
	padding-top: 7px;
	padding-left: 23px;
	background-color: #4fba56;
	border: 1px solid #4fba56;
	border-radius: 4px;
}

#maindesign .stylea p,
#maindesign .box04area p{
	font-size: 104%;
	line-height: 2.0em;
	padding-top: 10px;
	padding-left: 12px;
}


#maindesign .styleb p{
	font-size: 0.9em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-left: 12px;
}

#maindesign .styleb p span{
	font-weight: bold;
	color: #198b2e;
}

#maindesign .styleb table {
	width: 97%;
	margin: 20px 10px 20px auto;
	border: 1px solid #a0a0a0;
	font-family:  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"メイリオ", Meiryo, Osaka,"ＭＳ P ゴシック","MS PGothic",sans-serif;
}

#maindesign .styleb caption{
	caption-side: top;
	font-size: 0.9em;
	font-weight: bold;
	color: #198b2e;
}

#maindesign  .styleb table th{
	background-color: #d8e8c5;
	font-size: 0.9em;
	font-weight: 500;
	border: 1px solid #a0a0a0;
	text-align: center;
	padding: 3px;
}

#maindesign  .styleb table td {
	background-color: #fff;
	font-size: 0.9em;
	border: 1px solid #a0a0a0;
	padding: 7px;
	text-align: center;
}

/* ------各会員情報のマップ ----- */

#maindesign .membermap {
	width: 400px;
	height: 300px;
	text-align: center;
}



#maindesign .stylea table {
	width: 97%;
	margin: 5px 10px 35px auto;
	font-family:  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"メイリオ", Meiryo, Osaka,"ＭＳ P ゴシック","MS PGothic",sans-serif;
	border: 1px solid #a0a0a0;
}

#maindesign  .stylea table th{
	background-color: #d8e8c5;
	font-size: 1.1em;
	font-weight: bold;
	color: #437641;
	text-align: center;
	padding: 3px;
	border: 1px solid #a0a0a0;
}

#maindesign  .stylea table td {
	background-color: #fff;
	font-size: 0.9em;
	padding: 10px;
	text-align: center;
	border: 1px solid #a0a0a0;		
}

#maindesign  .stylea table td.w30 { width: 30%;	}
#maindesign  .stylea table td.w40 { width: 40%;	}
#maindesign  .stylea table td.w50 { width: 50%;	}

/* ------薬局一覧・休日当番 ----- */

#maindesign #listtable p,
#maindesign #listdl p{
	font-size: 0.9em;
	line-height: 1.3em;
}
#maindesign #listdl .on50,
#maindesign #listdl .betab{
	width: 97%;
	height: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 1.0em;
	line-height: 1.2em;
	padding-top: 6px;
	padding-bottom: 1px;
	padding-left: 15px;
	font-weight: bold;
	color: #fff;
	border-radius: 4px;
}

#maindesign #listdl .on50{ background-color: #4fba56;}
#maindesign #listdl .betab{ background-color: #377ec8;}

#maindesign #listdl dl {
    	padding-left: 5px;
}
#maindesign #listdl dt {
    	font-size: 1.0em;
    	line-height: 1.3em;
    	padding-top: 5px;
    	font-weight: bold;
}
#maindesign #listdl dd{
  	font-size: 0.9em;
  	padding: 5px;
}


/* ------各会員情報のマップ ----- */

#maindesign .membermap {
	width: 400px;
	height: 300px;
	text-align: center;
}


/* ------メインBOX4 20160918 ----- */

#4con {
	width: 625px;
	height: 260px;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#4con .main4con {
	width: 625px;
	height: 118px;
	margin-right: 0px;
	margin-left: auto;
	padding-bottom: 6px;
}
#4con .main4con .4box {
	list-style: none;
	height: 112px;
	width: 306px;
	font-size: 14px;
}
.main4con .glcolor1 a ,
.main4con .glcolor2 a {
	height: 112px;
	width: 306px;
	display: block;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	color: #CC6600;
	text-align: center;
	background-position: center top;
}

.main4con .glcolor1 a {background-image: url(../img/bot_3b.jpg);}
.main4con .glcolor2 a {background-image: url(../img/bot_2b.jpg);}

.main4con .glcolor1 a:hover,
.main4con .glcolor2 a:hover {
	background-repeat: no-repeat;
	color: #CC3300;
	background-position: center top;
}
.main4con .glcolor1 a:hover {
	background-image: url(../img/bot_3b.jpg);
}
.main4con .glcolor2 a:hover {
	background-image: url(../img/bot_2b.jpg);
}

.main4con .glcolor1 a:hover img,
.main4con .glcolor2 a:hover img{
	position: relative;
	top: -112px;
}

.main4con .blcolor1 a,
.main4con .blcolor2 a {
	height: 112px;
	width: 306px;
	display: block;
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
	color: #CC6600;
	text-align: center;
	background-position: center top;
}

.main4con .blcolor1 a {background-image: url(../img/bot_4.jpg);}

.main4con .blcolor2 a {background-image: url(../img/bot_1.jpg);}

.main4con .blcolor1 a:hover,
.main4con .blcolor2 a:hover {
	background-repeat: no-repeat;
	color: #CC3300;
	background-position: center top;
}

.main4con .blcolor1 a:hover {background-image: url(../img/bot_4b.jpg);}
.main4con .blcolor2 a:hover {background-image: url(../img/bot_1b.jpg);}

.main4con .blcolor1 a:hover img,
.main4con .blcolor2 a:hover img{
	position: relative;
	top: -112px;
}


/* ____お問い合わせ____ */

#maindesign #information {
	width: 590px;
}

#maindesign #information dt {
  width: 560px;
  margin-top: 15px;
  border: 1px solid #999;
  vertical-align: middle;
  padding: 4px 10px;
  background: #eee;
  font-weight: bold;
  font-size: 84%;
}

.info_dd {
  margin-top: 10px;
  padding-left: 10px;
  font-size: 84%;
  line-height: 1.3em;
}




/* ____会員専用ログイン____ */

#contents #login_top{
	width: 900px;
	margin: 20px auto;
}


#contents #login_design{
	width: 760px;
	margin: 30px auto;
}

#contents #login_design img{
	margin-left: 10px;
	margin-bottom: 10px;
}

#contents #login_design img .phleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#contents #login_design p .noclear {
	clear: none !important;
}


#contents #login_design p{
	font-size: 92%;
	line-height: 1.6em;
}

#contents #login_design h1{
	text-align: center;
	margin-bottom: 15px;
}


#contents #login_menu{
	width: 760px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 40px auto;
}

#contents #login_menu dt, #merumaga dt{
	font-weight: bold;
	color:#0c9636;
	font-size: 92%;
	padding-top: 10px;
}

#contents #login_menu dd, #merumaga dd{
	font-size: 84%;
}

#contents .kp_info{
	width: 308px;
	float: right;
	padding-top: 10px;
	padding-left: 15px;
}

#contents #activity_menu{
	width: 570px;
	padding-top: 10px;
	float: left;
}

#contents #activity_menu h1{
	text-align: center;
}

#contents #activity_menu #am_title{
	padding-left: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 100%;
	font-weight: bold;
	color:#fff;
	background: #29a0e4;	
}



#contents #activity_menu dt a{
	text-decoration:none;
	font-weight: bold;
	color:#0893db;
	font-size: 92%;
	padding-top: 10px;
}

#contents #activity_menu dd{
	font-size: 84%;
	line-height: 1.4em;
}


#contents #login_design .box550{
	width: 550px;
	margin-top:10px;
	margin-left:40px;
}


#contents #login_design .box600{
	width: 600px;
	margin:10px auto;
}

#contents #login_design .box600 p{
	font-size: 92%;
	line-height: 2em;
}

#contents #login_design ul{
	width: 83%;
	margin-top:10px;
	margin-left:20px;
}

#contents #login_design li{
	list-style-image: url(../member/img/hitokoto.gif);
	list-style-position: outside;
	font-family: "ヒラギノ明朝 Pro W3" ,"MS P明朝" ,平成明朝,serif;
	font-size: 92%;
	line-height: 1.4em;
	padding-bottom: 15px;
}

/*------ newsindex ---------*/

#contents #newsindex{
	width: 760px;
	margin:0 auto;
	padding-top: 20px;
	padding-bottom: 80px;
}

#contents #newsindex dt a{
	text-decoration:none;
	font-weight: bold;
	color:#0893db;
	font-size: 117%;
	line-height: 1.5em;
	padding-top: 15px;
}

#contents #newsindex dd{
	font-size: 92%;
	line-height: 1.5em;
}

#contents #newsindex p{
	font-size: 92%;
	line-height: 1.6em;
}

#contents #newsindex .epno{
	width: 100%;
	font-size: 114%;
	font-weight: bold;
	color:#df7b2a;
	line-height: 1.6em;
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #df7b2a;
}




/* ____入力フォーム____ */

#maindesign #formtable {
	overflow: hidden;
	width: 610px;
}

#maindesign #formtable  tr{
	border-top: 1px dotted #afafaf;
}

#maindesign #formtable th{
	width: 200px;
	font-weight: bold;
	font-size: 84%;
	padding: 10px;
}

#maindesign #formtable td{
	width: 410px;
	padding: 10px;
	font-size: 84%;
}

#maindesign #formtable .dotborder{
	border-top: 1px dotted #afafaf;
	padding: 10px;
}

#maindesign #formtable #submit {
	margin: 0 auto;
	clear: both;
	width: 420px;
	padding: 15px;
}






/* ------確認画面--------- */

#cent {
	width: 610px;
	margin: 0 auto;
	padding: 0;
}

#box_cent1 {
	margin: 0;
	padding: 30px auto;
}

#box_cent1 p{
	font-size: 84%;
}

#box_cent1 #formtable  tr{
	border-top: 1px dotted #afafaf;
}

#box_cent1 #formtable th{
	width: 200px;
	font-weight: bold;
	font-size: 84%;
	padding: 10px;
}

#box_cent1 #formtable td{
	width: 410px;
	padding: 10px;
	font-size: 84%;
}

#box_cent1 #formtable .dotborder{
	border-top: 1px dotted #afafaf;
	padding: 10px;
}

#box_cent1 #formtable #submit {
	margin: 0 auto;
	clear: both;
	width: 420px;
	padding: 15px;
}


#maindesign .botan {
	margin: 0 auto;
	clear: both;
	width: 420px;
	padding: 20px;
}

/* ____TOPのinfo____ */

#maindesign  #info dl {
	width: 95%;
	margin: 15px auto;
	border-bottom: 1px dotted #afafaf;
}

#maindesign #info dt{
	font-size: 0.8em;
	line-height: 1.0em;
	color:#6d6d6d;
	padding-left: 20px;
	background-image: url(../img/sank_gl2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#maindesign #info dd{
	font-size: 0.9em;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* ____memberのinfo____ */

#maindesign  #infomember dl {
	width: 97%;
	margin: 15px auto;
}

#maindesign #infomember dt{
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bold;
	color:#2d71be;
	padding-left: 20px;
	padding-top: 15px;
	background-image: url(../img/sank_gl2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#maindesign #infomember dd{
	font-size: 0.9em;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom: 1px dotted #afafaf;
}

/* ____A会員新着情報2020____ */

#maindesign  #amembertop dl {
	width: 100%;
	margin: 10px auto;
}


#maindesign #amembertop dt{
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	color:#0d2080;
	padding-top: 12px;
    padding-bottom: 8px;
}

#maindesign #amembertop dd{
	font-size: 0.9em;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 10px;
    border-bottom: 1px dotted #afafaf;
}

#maindesign #amembertop p{
	font-size: 0.9em;
	line-height: 1.5em;
}

#maindesign #amembertop a:link {color:#2e4099; text-decoration: underline;}
#maindesign #amembertop a:active {color:#dc143c; text-decoration: underline;}
#maindesign #amembertop a:visited {color:#2e4099; text-decoration:none;}


.my-red {color: #dc143c; font-weight: 900;}
.my-blue {color: #6495ed; font-weight: 900;}




/* ____memberのzaitaku____ */

#maindesign  #zaitaku dl {
	width: 97%;
	margin: 15px auto;
}

#maindesign #zaitaku dt{
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	color:#2d71be;
	padding-top: 15px;
}

#maindesign #zaitaku dd{
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #afafaf;
}

#maindesign #zaitaku p.btnzai{
	width: 300px;
	font-size: 1.0em;
	line-height: 1.2em;
	text-align:center;
	margin: 10px auto;
	padding: 15px;
	background: #2d71be;
	border-radius: 8px;
}

#maindesign #zaitaku p.btnzai a{
	color:#fff;
	text-decoration:none;
}

#maindesign #zaitaku p.btnzai a:hover{
	opacity: 0.7;
}


/* ____memberのpolicy____ */

#maindesign  #policy dl {
	width: 97%;
	margin: 15px auto;
}

#maindesign #policy dt{
	font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	color:#000;
	padding-top: 15px;
}

#maindesign #policy dd{
	font-size: 0.9em;
	line-height: 1.6em;
	padding-top: 12px;
	padding-bottom: 20px;
}



/* ____役員一覧____ */
#maindesign  #yakuin table {
	width: 97%;
	margin: 35px 15px auto auto;
	border-bottom: 1px solid #afafaf;
	font-size: 100%;
	font-family:  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"メイリオ", Meiryo, Osaka,"ＭＳ P ゴシック","MS PGothic",sans-serif;
}

#maindesign  #yakuin table td {
	border-bottom: 1px solid #9d9d9d;
	padding: 11px 15px;
	color: #363636;
}


#maindesign  #yakuin table td.kei5 {
	background-image: url(../img/left.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: 500;
}


/* ____お薬QA(一般)____ */

#maindesign  #qanda dl {
	width: 97%;
	margin: 30px 15px auto auto;
}

#maindesign #qanda dt{
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
	color:#686868;
	padding-bottom: 10px;
	border-bottom: 1px dotted #afafaf;
}

#maindesign #qanda dt span{
	font-size: 1.8em;
	line-height: 1.2em;
	color:#54b869;
}

#maindesign #qanda dd{
	font-size: 0.9em;
	line-height: 1.5em;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 40px;
	border-bottom: 1px solid #7fcb8f;
}

#maindesign #qanda dd span{
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	color:#49a2d5;
}

#maindesign #qanda table {
	width: 80%;
	margin: 7px auto 20px 40px;
	font-size: 1em;
	font-family:  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,"メイリオ", Meiryo, Osaka,"ＭＳ P ゴシック","MS PGothic",sans-serif;
	background-color: #d6e9ef;
}

#maindesign  #qanda table td{
	padding: 5px 10px;
	border: 1px solid #afafaf;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

#maindesign  #qanda table td.col2 {
	width: 80%;
	text-align: left;
	background-color: #fff;
	font-size: 0.9em; 
	font-weight: 400;
}

/* ____お薬QA(薬剤師)____ */

#maindesign  #qanda2 dl {
	width: 97%;
	margin: 20px 15px auto auto;
}

#maindesign #qanda2 dt{
	font-size: 1.0em;
	line-height: 1.2em;
	font-weight: bold;
	color:#003366;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top: 1px dotted #afafaf;
}

#maindesign #qanda2 dd{
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 40px;
}

#maindesign #qanda2 dt span.que{
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	color:#3399cc;
}

#maindesign #qanda2 dt span.sfont,
#maindesign #qanda2 dd span.sfont{
	font-size: 0.6em;
	color:#000;
}

#maindesign #qanda2 dd span.ans{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	color:#ff9900;
}

/* -------------------------
かかりつけ薬局・お薬手帳・節薬バック・在宅医療の4BOX
-------------------------- */

#maindesign .box04area h2{
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
	color: #585858;
	padding-top: 15px;
	padding-bottom: 10px;
}

#maindesign .box04area img{
	padding-left: 5px;
	padding-bottom: 5px;
}

#maindesign .box04area p{
	font-size: 0.9em;
	line-height: 1.5em;
	letter-spacing: 1px;
}

#maindesign .box04area p span{
	font-weight: bold;
	color: #2b6db1;
}


/* ____会議報告____ */

#infomember #kaigi0913 h2.kaigi {
	font-size: 1.4em;
	line-height: 1.3em;
	letter-spacing: 0.3px;
	color: #198b2e;
}

#infomember #kaigi0913 caption{
	caption-side: top;
	font-size: 1.0em;
	font-weight: bold;
}

#infomember #kaigi0913 table.meibo {
	width: 97%;
	margin: 10px auto;
	border: 1px solid #a0a0a0;
}

#infomember #kaigi0913 table td {
	background-color: #f7ebc1;
	font-size: 0.9em;
	padding: 10px;
	text-align:left;
}

#infomember #kaigi0913 table td.w40 {width: 40%;}
#infomember #kaigi0913 table td.w20 {width: 20%;}



/* ____サイトマップ____ */

#sitemaps dl {
	width: 90%;
	margin: 10px auto;
	padding-bottom: 5px;
}

#sitemaps dt{
	font-size: 1.0em;
	line-height: 1.4em;
	color:#215590;
	padding-left: 10px;
	margin-top: 20px;
	border-left: 5px solid #7fcb8f;
}

#sitemaps dt a{
	color:#215590;
    text-decoration:none;
}

#sitemaps dd{
	padding-left: 20px;
	margin-top: 10px;
}

#sitemaps dd a{
	font-size: 0.9em;
	color:#4f4f4f;
	line-height: 1.5em;
	padding-bottom: 3px;
    text-decoration:none;
}


#sitemaps .widthmap{
	width: 260px;
	padding: 10px;
}




/* ____書類ダウンロード____ */

#mdllist dl {
	width: 90%;
	margin: 10px auto;
	padding-bottom: 5px;
}

#mdllist dt{
	font-size: 1.0em;
	line-height: 1.4em;
    color:#215590;
	padding-left: 10px;
	margin-top: 15px;
	border-left: 5px solid #7fcb8f;
}

#mdllist dt a{
    text-decoration:none;
}

#mdllist dd{
	padding: 10px;
}

#mdllist dd a{
	font-size: 1.0em;
	color:#4f4f4f;
	line-height: 1.4em;
    text-decoration:underline;
}



/* ____QRコード____ */

#menulistdesign .qrbox dl{
	width: 200px;
	background: #fff;
	margin: 20px auto;
	text-align: center;
	border: none;
}

#menulistdesign .qrbox dt{
	font-size: 0.9em;
	color:#555;
	line-height: 1.0em;
	font-weight: bold;
	text-align: center;
}

#menulistdesign .qrbox dd{
	text-align: center;
}



/* -------------------------
 __footer
-------------------------- */

#footer p,
#footer address {
	font-size: 70%;
	text-align: center;
	padding-top: 10px;
}


