@charset "utf-8";

@import "../css/parts.css";
@import "../css/font.css";
@import "../css/start.css";
@import "../css/frame_base.css";
@import "../css/frame_sub.css";

/* 固有タグ指定 */

#block_form input.search_btn {
						width:230px; height:50px;
						background:url(./images/btn_search.png) no-repeat left top;
						background-size:230px 50px; cursor:pointer; border:0;
						-webkit-appearance: none; border-radius: 0;
						}

p.txt_cnt				{
						margin:-22px 5px 0px 0px; text-align:right; font-weight:bold;
						}
						
p.txt_cnt span			{
						margin:0px 2px; color:#CD3582; font-weight:bold;
						}
						
p.blog_search			{
						margin:25px 0px 0px 0px; text-align:right;
						}
						
p.blog_search span		{
						margin:0px 2px; color:#000; font-weight:bold;
						}
						
						
#block01				{
						width:730px; margin:40px 0px 50px 0px;
						}
						
/*--ブログの一覧の設定--*/
.likid					{
						margin:40px 0px 0px 0px;
						}

.likid li				{
						width:730px; margin:20px 0px; padding:20px 0px;
						border-bottom:1px solid #C7C7C7;
						}

/*--写真の設定--*/
.likid li .pic			{
						float:left; width:240px; height:0; padding-top: 163px;
						text-align:center; overflow:hidden;
						}

/*--ブログの内容の枠の設定--*/
.likid li .txt			{
						float:right; width:470px; margin:10px 0px 20px 0px;
						}
						
/*--ブログの内容の枠の設定（写真がない場合）--*/
.likid li .txt			{
						margin:10px 0px 0px 0px;
						}
																		
/*--カテゴリの設定--*/
.likid li span.cate_txt	{
						padding:2px 12px 1px 12px; letter-spacing:0.2em;
						color:#FFF; text-align:center; font-size:12px; background:#1C2B58;
						}
						
.likid li span.cate_date {
						margin:0px 0px 0px 10px; color:#999999; font-size:12px; font-weight:normal;
						}

/*--ブログのタイトル--*/
.likid li .title		{
						margin:20px 0px 0px 0px; font-size:15px; font-weight:bold; line-height:150%;
						}

/*--「コメント２」の文字の設定--*/
.likid li .txt01		{
						 margin:10px 0px 0px 0px; line-height:160%;
						}
						
/*--詳細ページボタンの設定--*/						
.likid li .btn_img		{
						float:right; margin:15px 0px 0px 0px;
						}