@charset "utf-8";
@import url("reset.css");
/*
Theme Name:	for Oppekepe by MOOBO
Theme URI:	http://www.moobo.co.jp/
Description:	CMS1
Version:	1.0.0
Author:	MOOBO
Author URI:	http://www.moobo.co.jp/
*/

/*	=トップに臨時でトピックス表示のリストスタイル 20201230
-------------------------------------------------- */
.top-topics ul li {
		list-style: square;
}



/*	=全体的なルール
-------------------------------------------------- */

body {
	background-color:#fff;
	color:#333;
	font-family: verdana, Arial, "ＭＳ Ｐゴシック", Osaka, sans-serif;
	text-align: center;	/* pageの中央寄せ追加 IE6用 その1 */
}

a { text-decoration:none }
a:link { color:#990000; }
a:visited { color:#333; }
a:hover { color:#003399; text-decoration:underline; }
a:active { color:#D7FA99; }


/*	==クリアフィックス
-------------------------------------------------- */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  margin:  15px 3px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*	=ヘッダーテンプレート
-------------------------------------------------- */

div#page {
	width:780px;
	border-top: 0px none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;

	margin-left: auto;	/* pageの中央寄せ追加 */
	margin-right: auto;	/* pageの中央寄せ追加 */
	text-align:left;	/* pageの中央寄せ追加 IE6用その2 */
}
div#header {
	padding:30px 20px 10px 20px;
	height: 181px;
	background:url(images/top_header.gif) no-repeat;
}

div#bloginfo {		/* heder内のタイトルと説明をひとくくりに */
	position:relative;
	left:650px;
	top:55px;
}

div#header h1 {
/*	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	*/
		font-size:1.0em;
		font-style: italic;
}

div#header h1 a:link, div#header h1 a:visited { color:#003399; }	/*	site title h1 のカラー */
div#header h1 a:hover, div#header h1 a:active { color:#990000; }


div#header p {
	color:#cc0000;		/* discription のカラー */
	font-size:0.9em;
	font-weight:bold;
	}


/*	=フッターテンプレート
-------------------------------------------------- */

div#footer {
	background:url(images/footer.gif) repeat-x;
	clear:both;
	padding:5px 0;	
}
#copyright {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	color: #ffcc00;
/*	font-size: 12px;	*/
}


/*	= サイドバーテンプレート
-------------------------------------------------- */

div#sidebar {
	width:185px;
	float:left;	
}
.border-rb {
	border-right:1px solid #ccc;	
	border-bottom:1px solid #ccc;	
}

div#sidebar ul {
	margin:0 0 5px 0px;
}
div#sidebar ul li h2 {
	border-bottom:solid #ccc;
}

div#sidebar li {
	list-style:none;
	line-height:1.6em;	
	font-size:0.9em;
	background:url(images/side-back.gif) repeat-x;	
	text-indent: 5px;
	padding: 1px 0px 1px 0px;
	margin-bottom:20px;
	font-weight: bold;
}
div#sidebar li li {
	background:url(images/p_or.gif) 0 0.5em no-repeat;	
	padding-left:12px;
	margin-left:10px;
	list-style:none;
	line-height:1.1em; 
	margin-bottom:0px;
	font-weight: bold;
}
div#sidebar li li  li{
	background:url(images/b_or.gif) 0 0.5em no-repeat;	
	padding-left:8px;
	margin-left:10px;
	list-style:none;
	line-height:1.3em; 
	margin-bottom:0px;
}

div#sidebar li a:link, div#sidebar li a:visited { color:#ffffff; } 
div#sidebar li a:hover, div#sidebar li a:active { color:#FFFF66; }

div#sidebar li li a:link, div#sidebar li li a:visited { color:#666666; }
div#sidebar li li a:hover, div#sidebar li li a:active { color:#990000; }

div#sidebar li h2 {
	font-size:0.82em;
	color:#fff;
	font-weight: bold;
}
div#sidebar li.searchform ul {
	margin-left:0;
}
div#sidebar li.searchform li {
	background:none;
	padding-left:0;
}
div#sidebar li.searchform li input#s {
	width:120px;
	margin-top:15px;
}
div#sidebar li.searchform li input#searchsubmit {
	width:3em;
}

/* Begin Calendar */
#wp-calendar {
		/*	width: 155px;	*/
	font-size:0.75em;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 0px 0;
	text-align: center;
}

#wp-calendar th {
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/*	= トップページ・最新記事 
-------------------------------------------------- */
.topbox{
	width: 205px;
	height: 110px;
	margin: 10px 10px 4px 20px;
	padding: 5px;
	border-bottom: 1px solid #999;
	font-size: 0.9em;
	float: left;
}
.imgr img{
	float: right;
	margin:0px 0px 0px 5px;
}
.imgl img{
	float: left;
	margin:0px 5px 0px 0px;
}

#topnews{
	float: left;
	margin-top:50px;
	margin-left:30px;
	width:490px;
}

#topnews h3{
	margin:0;
	padding:3px 3px 3px 10px;
	color:#333;
	border-left : solid 5px #ff0000;
	font-weight: bold;
}


#topnews div{
	border-top: solid 2px #333333;	
	overflow: auto;
/*	height: 120px;*/
	margin-top : 8px;
}

#topnews ul{
	margin-top:5px;
	padding:0;
	list-style-type: disc;
	list-style-position: outside;
}

topnews ul a{
	color:#00657d;
}

#topnews ul li{
	margin:5px 5px 5px 30px;
	padding:0;
	font-size:1.1em;
}
div#topnews ul li a:link, div#topnews ul li a:visited { color:#666666; } /* 最新ニュースのカラー */
div#topnews ul li a:hover, div#topnews ul li a:active { color:#990000; }


/*	=共通（ページとカテゴリー）のテンプレート
-------------------------------------------------- */

div#content {
	width:580px;
	float:right; 
}   
div#innerbox {
	padding:0 20px 20px 20px;
}
div.post {
	width: 540px;
	padding-bottom:15px;
	margin: 5px 0px 10px 0px ;
	clear:both;
}
h2.posttitle {
	font-size:1.3em;
	background-color: #97978E;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FF9608;
	padding-top : 5px;
	padding-bottom : 5px;
	text-indent: 5px;
	color : #ffffff;
	margin: 0px 0px 5px 0px ;	*/

}
div.post h2.posttitle  a:link, div.post h2.posttitle a:visited { color:#ffffff; }	/*	 title h2 のカラー */
div.post h2.posttitle  a:hover, div.post h2.posttitle a:active { color:#990000; }

.post h3{
	padding:3px 3px 3px 10px;
	margin:30px 0px 20px 0px;
	color:#333;
	border-left : solid 5px #ff0000;
	border-bottom:solid 2px #333;
	font-weight: bold;
}

.post h4{
	background: url(images/p_or.gif) 0 0.3em no-repeat;
	font-weight: bold;
	padding-left: 12px;
	margin: 20px 0px 0px 10px;
	list-style: none;
}
.post h5{
	background: url(images/b_or.gif) 10px 0.3em no-repeat;	
	padding-left: 20px;
	margin: 0px 0px 5px 20px;	
	list-style: none;
}
dl {
	margin-bottom:1em;
}
dl.metadata dt, dl.metadata dd {
	font-size:0.9em;
	color:#666;
	display:inline;
}
dl.metadata dd {
	border-right:1px solid #ccc;
	padding-right:0.5em;
	margin-right:0.5em;
}
dl.metadata dd.last {
	border-right:none;
}

/*
div#content p {
	font:0.75em/1.5em verdana, sans-serif;
	margin-bottom:1em;
}
*/

div#content {
	font:0.75em/1.5em verdana, sans-serif;
	margin-bottom:1em;
}


p.navigation {
	text-align:center;
}

/*	==リスト表示
-------------------------------------------------- */
.post ol li {
	list-style-type: decimal; 
	list-style-position: inherit;
	margin-left: 25px;
}




/*	=パンくずリスト
-------------------------------------------------------- */

/*
.breadcrumbs {
	font-size: 70%;
}
*/

.breadcrumbs a {
	text-decoration: underline;
}


.breadcrumbs a {
	text-decoration: underline;
}

/*	=イメージの回り込み
-------------------------------------------------------- */



/*	= カテゴリー毎の設定
-------------------------------------------------- */

/*	==テーブル設定(枠無し)
-------------------------------------------------- */
table.boder-n {
	border-collapse:collapse;
	border: none;
}
.boder-n th {
	padding:5px 15px 7px 5px;
	vertical-align: top;
	border:none;
	background-color:#edecba;
	width:120px;
} 

.boder-n td {
	padding:5px 5px 7px 5px;
	vertical-align: top;
	border:none;
}


/*	==テーブル設定(thのみ色つき) 
-------------------------------------------------- */

table.left-color {
	border-collapse:collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
/*	margin-top:30px;	*/
}
.left-color th {
	padding:5px 15px 7px 5px;
	vertical-align: top;
	border:none;
	background-color:#edecba;
	border-bottom:1px solid #ccc;
	width:120px;
} 

.left-color td {
	padding:5px 5px 7px 5px;
	vertical-align: top;
	border:none;
	border-bottom:1px solid #ccc;
}


カテゴリー別設定(タイトル色 etc.)
-------------------------------------------------- */

/*	==センターからのお知らせ/information/centerinfo(cat=3)	
-------------------------------------------------- */
.cen-info {
	margin-top: 50px;
}
.cen-info h2.posttitle {
	border-left-color: #FF6600;
}
div.cen-info div {
	float: left;
	margin: 10px;
}

.info h4 {
	margin-left: 30px;
}

/*	==おーぷん(cat=7)	
-------------------------------------------------- */

.open h2.posttitle {
	border-left-color: #FFFF33;
}
.open dl {
	font-size:0.8em;
	margin: 0 0 15px;
	padding: 0 10px 10px;
	vertical-align:top;
}
.open dl dt {
	float: left;
	width: 200px;
	padding: 5px 0;
	font-weight: bold;
	text-indent: 1em;
}
.open dl dd {
	padding: 5px 0 5px 50px;
	border-bottom: 1px #CCCCCC solid;
}

/*	==書籍パネルリスト(cat=8,9,10)
-------------------------------------------------- */
.list {
	margin-top: 30px;
}
.post list {
	margin-bottom: 20px;
}
.list h2.posttitle {
	border-left-color: #FF3333;
	margin-top: 20px;
}
.panel {
	float: left;
	/*border: 1px solid #666666;*/
	margin: 5px 10px 5px 0px;
}

/*	==イベント(cat=13)
-------------------------------------------------- */
.event {
	margin-top: 30px;
}
.event h2.posttitle {
	border-left-color: #3333FF;
}

/*	==Q&A(cat=14,15,16)
-------------------------------------------------- */
.qa {
	margin-top: 50px;
}
.qa h2.posttitle {
	border-left-color: #FFCC33;
}
.qa p{
	margin: 0 5px 0 15px;
}

/*	==その他(cat22-24,25-27)HIV検査、メルマガ
-------------------------------------------------- */
.otanoshimi h2.posttitle {
	border-left-color: #99FF33;
}


/*	==電話相談(cat=18-21)
-------------------------------------------------- */
.telsoudan h2.posttitle {
	border-left-color: #99ff33;
}
table.tel {
	margin: 10px;
	border: 1px solid #99ff33;
}
.tel tr, .tel td {
	padding: 5px;
	border:1px solid #99ff33;
}
.tel th  {
	padding: 5px;
	border: 1px solid #fff;
	background-color: #99ff33;
	/*color: #fff;*/
	text-align : center;
}

/*	==コンドーム(cat=17)
-------------------------------------------------- */
.condom h2.posttitle {
	border-left-color: #ff33ff;
	margin: 15px 0px 10px 0px;
}

/*	==センター紹介(cat=5,6,11,12)
-------------------------------------------------- */
.cen-outl h2.posttitle {
	border-left-color: #33FF33;
}
.cen-outl h3{
	padding:3px 3px 3px 10px;
	margin:15px 0px 10px 0px;
	color:#333;
	border-left : solid 5px #33FF33;
	border-bottom:solid 2px #333;
	font-weight: bold;


/*	==リンク(cat=28-33)
-------------------------------------------------- */
.dantai h2.posttitle {
	border-left-color: #3399ff;
}

.dantai dt {
	font-size: 0.9em;
}
.dantai dd a {
	font-size: 0.9em;
}


/*	= 個別記事テンプレート 
-------------------------------------------------- */

div.post img {		/* 投稿画像の周りにボーダーを付ける */
	/*	border:4px solid #ccc;	*/
	border: none;
	margin: 3px;
	float:left;
}
div.post img.wp-smiley {	/* スマイリー画像の周りにボーダーを付けない */
	border:none;
}

div.post blockquote {	/* blockquote を他と区別する */
	margin-bottom:1em;
/*	margin-left:10px;*/
	padding:5px 15px 5px 15px;
/*	background:url(images/saya_pg.gif) repeat;	*/
/*	border:1px solid;*/
/*	border-color:#efefef #ccc #ccc #efefef;*/
}

div.post blockquote table {
	font-size : 0.8em;
}

div.post ul, div.post ul ul, div.post ol, div.post ol ol{	/* 本文中リストのスタイル */
	margin:0 0 1em 25px;
}

div.post li {		/* 本文中リストのスタイル */
	font-size:0.75em;
	line-height:1.5em;
}

div.post li li {	/* 本文中リストのスタイル */
	font-size:1em;
}

hr {			/* 本文中hrのスタイル */
	border-top:solid #ccc;
	background:#fff;
	color:#fff;
	border-width:1px 0 0 0;
	margin:1em 0;
}

code {			/* コードを書いた時等幅フォントで表示 */
	font-family:"courier new", courier, monotype;
	font-size:1em;
}


/*	= コメントテンプレート  
-------------------------------------------------- */


/*	==コメント・トラックバックの見出しのフォントサイズとスペースの微調整
--------------------------------------------------
h3 {
	font-size:1em;
	padding:10px 0 0.6em 0;
}
h4 {
	padding:0 0 0.4em 0;
	color:#8c0f05;
}
 */

/*	==トラックバックURLの表示用input要素の横幅調整
-------------------------------------------------- */
input#trackbackurl {
	width:400px;
	font-size:0.75em;
	margin-bottom:1em;
	color:#666;
}


/*	==投稿コメントのolの調整とli要素の背景画像設定
-------------------------------------------------- */
ol#commentlist {
	margin:0 0 15px 0;
	font-size:0.8em;
}
ol#commentlist li.commentcontent {
	display:block;
	list-style:none;
	margin-bottom:1em;
	padding:20px 15px 10px 15px;
/*	background:url(images/comment.png) no-repeat #f6fee2;	*/ /* 背景画像をはずす */
	border:1px solid;
	border-color:#efefef #ccc #ccc #efefef;
	background: #f5f5fa;	/* コメント部分 バックグラウンドのカラーを指定 */
}


/*	==フォントサイズの指定されたolやliの子要素に対するサイズの調整
-------------------------------------------------- */
ol#commentlist li dl.metadata dt,
ol#commentlist li dl.metadata dd {
	font-size:0.88em
}


/*	==コメント本文 p要素内のフォントサイズの調整
-------------------------------------------------- */
ol#commentlist li, ol#commentlist p {
	font-size:1em;
}


/*	==承認待ちコメントのお知らせを目立たせる
-------------------------------------------------- */
p.note {
	background:#FFF8D5;
	padding:3px 8px;
	color:#666;
	border:2px solid #E5AB6A
}


/*	==コメント投稿フォームの調整
-------------------------------------------------- */

/*	==input要素の横幅と回り込み設定
-------------------------------------------------- */
form#commentform label {
	width:140px;
	float:left;
	margin:0.25em 10px 0 0;
	font-weight:bold;
}


/*	==input要素とlabel要素が前後に回り込まないように、それらをペアで含むp要素の回り込み解除
-------------------------------------------------- */
form#commentform p {
	clear:both;
}


/*	==注意書きを含めたsub要素の調整
-------------------------------------------------- */
form#commentform sub {
	display:block;
	padding-top:2px;
}


/*	==名前・メアド・URLのinput要素がlabel要素の右に収まるような横幅と2重枠線ボーダー
-------------------------------------------------- */
input#author, input#email, input#url {
	width:244px;
	border:3px double #ccc;
	padding:1px 3px;
}


/*	==テキストエリアの横幅とボーダー
-------------------------------------------------- */
textarea {
	font-size:1em;
	border:3px double #ccc;
	width:400px;
}


/*	==送信ボタンの調整
-------------------------------------------------- */
p.submitbutton {
	text-align:center;
}
p.submitbutton input {
	padding:3px 1em;
	font-weight:bold;
	color:#555;
}


/*	= Mac IE 文字化け回避対策
-------------------------------------------------- */

input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}


.box {
	float: left;
	height: 150px;
	width: 200px;
	border: thin solid #FF0000;
}


/*	= ul要素をTableを使わずに横並べする display table
-------------------------------------------------- */
.table-ul {
  background-color: #3ae;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.table-ul li a {
  border-right: 1px solid #fff;
  display: table-cell;
  vertical-align: middle;
}
.table-ul li a :last-child {
  border-right: 0;
}
.table-ul li a {
  color: #fff;
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 10px 0;
}


/*	= ul要素をTableを使わずに横並べする float
-------------------------------------------------- */
ul.thumbnail { list-style-type: none; }
ul.thumbnail li {
 float: left;
 margin: 0 5px 5px 0;
}
ul.thumbnail li img {
 border: 2px solid #bbb;
 width: 212px;
 height: 300px;
}
ul.thumbnail li a { display: block; }


/*	= 新しい臨時トップページのtopics title に装飾をつける 2025/02/26
-------------------------------------------------- */
.heading-29 {
    display: inline-block;
    position: relative;
    margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
    color: #333333;
    line-height: 1;
}

.heading-29::before {
    position: absolute;
    bottom: calc(-3.5em / 4);
    left: calc(-3.5em / 2);
    z-index: -1;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    background: #bbdbfb;
    content: '';
}