﻿/*==================================================================================================
　　　　　　　　　　　　　　各種新着情報
==================================================================================================*/

/*　大まかな骨組み
-------------------------------*/
body {
	color: #000000;
}
.space_base {
	width: 940px;
	margin: 30px auto 100px auto;
	padding: 20px;
	background-color: #f4f2f5;
}
.l_side {
	width: 250px;
	height: 800px;
	text-align: left;
	float: left;
}

.r_side {
	width: 640px;
	text-align: left;
	margin-left: 30px;
	padding: 10px;
	float: left;
}
.r_side_contents {
	margin-top: 45px;
	background-color: #ffffff;
	padding: 20px;
}

/*　　メニュー部分
-----------------------------------*/
#blog_menu {
	text-align: left;
	width: auto;
	height: 45px;
	padding: 0;
	margin: auto;
	list-style-type: none;
	float: left;
}
#blog_menu li {
	background-color: #00bfff;
	width: 150px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	border-left: 1px #ffffff solid;
}
#blog_menu li:last-child {
	border-right: 1px #ffffff solid;
}
#blog_menu li a {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 12px 0;
	text-decoration: none;
	display: block;
}
#blog_menu li a:hover {
	opacity: 0.6;
	background-color: #00bfff;
	color: #000000;
}

/*　　タブメニュー
-----------------------------------*/
.tab_01 {
	margin: auto;
	overflow: hidden;
}
.tab_01 li {
	width: 100px;
	list-style-type: none;
	float: left;
	margin: 0;
}
.tab_01 li.select {
	opacity: 0.6;
}
.content_01 li {
	text-align: left;
	list-style-type: none;
	margin: auto;
	padding: 10px;
}
.hide {
	display: none;
}

/*　　見出し関連
-----------------------------------*/
.y_midashi {
	font-size: 18px;
	text-align: left;
	padding: 0.5em 0.75em;
	background: -webkit-linear-gradient(top, #69b4e6 0%, #3498db 100%);
	background: linear-gradient(to bottom, #69b4e6 0%, #3498db 100%);
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
.year_list {
	margin-top: 50px;
}
.blog_intro {
	width: 250px;
}

/*　　一覧リスト
-----------------------------------*/
.r_side_contents ul {
	margin: 0;
	padding: 0;
}
.r_side_contents li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 50px;
	border-bottom: 1px #000000 dashed;
}
.r_side_contents li:last-child {
	border: none;
}

.date {
	width: 80px;
	font-weight: bold;
}
.r_side_contents table {
	border: none;
}
.r_side_contents td {
	vertical-align: middle;
	border-bottom: 1px #666666 solid;
	height: 50px;
}

.list_scroll {
	height: 800px;
	overflow: auto;
}

/*　　ページナビ部分
-----------------------------------*/
table.pgmav td {
	border-bottom: none;
}

.pgmav_1 {
	width: 100px;
	text-align: center;
	border-bottom: none;
}

/*　　各種新着記事　詳細
-----------------------------------*/
.blog_date {
	height: 50px;
	font-size: 20px;
	font-weight: bold;
}
.blog_date_hr {
	margin-top: 10px;
	border-bottom: 5px #666666 double;
}
/*　新着情報　詳細　*/

.blog_title {
	font-size: 18px;
	font-weight: bold;
	padding: 0.75em 1em;
	border: 1px solid #ccc;
	border-top: 3px solid #3498db;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.blog_contents {
	margin-top: 30px;
}
.komidashi_title {
	border: 1px #cccccc solid;
	padding: 5px;
	letter-spacing: 5px;
}
.komidashi_detail {
	margin-bottom: 50px;
}
.komidashi_detail_2 {
}

/*　　新着情報　全般
-----------------------------------*/
.date {
	text-align: right;
	width: 70px;
}
.cat_icon {
	width: 90px;
}

/*　　おもろ情報　全般
-----------------------------------*/
.blog_sentence {
	width: 300px;
	float: left;
}
.blog_img {
	float: right;
}
