@charset "utf-8";
/* CSS Document */
/*------------------------------------------
基本設定
------------------------------------------*/
.header p.catch{
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: normal;
    color: #888888;
}
#header_head h1{
	position:absolute;
	top:3px;
	left:0;
	font-size:11px;
	font-weight:200;
	color:#999;
}
#column{
	width:715px;
	float:left;
}
#contents{
	width:715px;
	float:left;
}
#detail{
	background:url("../img/bg_entry_middle.png") left top repeat-y #fff;
	margin:0px 0px 20px 0px;
	padding:0px;
}





/*------------------------------------------
トップページ
------------------------------------------*/
#column #column_title{
	background:url("../img/main_image.png") left top no-repeat;
	height:335px;
	position:relative;
	margin:0px 0px 30px 0px;
	padding:0px 5px 0px 0px;
}
#column #column_title h1{
	background: rgba(255,255,255,0.6);
	font-weight:bold;
	font-size:4.6em;
	color:#f5617b;
	text-shadow: 1px 1px 10px #fff;
	width:663px;
	position:absolute;
	left:7px;
	bottom:0px;
	line-height:1.0;
	margin:0px;
	padding:15px 20px 25px 20px;
}
#column #column_title h1 span{
	font-size:0.45em;
	font-weight:normal;
	color:#333;
	display:block;
	margin:0px 0px 7px 0px;
	padding:0px;
}
.entry_list > article{
	background:url("../img/bg_entry_middle.png") left top repeat-y #fff;
	margin:0px 0px 20px 0px;
	padding:0px;
}
.entry_list > article a:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.entry_list > article a{
	background:url("../img/bg_entry_bottom.png") left bottom no-repeat;
	display:block;
	text-decoration:none;
	margin:0px;
	padding:0px 0px 25px 0px;
}
.entry_list > article .entry{
	background:url("../img/bg_entry_top.png") left top no-repeat;
	margin:0px;
	padding:7px 7px 0px 8px;
}
.entry_list > article header{
	background:url("../img/bg_entry_header.png") left top repeat;
	margin:0px 0px 20px 0px;
	padding:10px 15px;
}
.entry_list > article time{
	font-size:1.1em;
	display:block;
	margin:0px 0px 5px 0px;
	padding:0px;
}
.entry_list > article h2{
	font-size:1.8em;
	color:#12757c;
	margin:0px 0px 0px 0px;
	padding:0px;
}
.entry_list > article figure{
	background:#fff;
	border:1px solid #ccc;
	max-width:240px;
	float:left;
	margin:0px 20px 0px 25px;
	padding:2px;
}
.entry_list > article figure img{
	width:100%;
}
.entry_list > article p{
	font-size:1.4em;
	line-height:1.6;
	margin:0px;
	padding:5px 20px 25px 0px;
}
.entry_list > article p.more{
	text-align:right;
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.entry_list > article p.more:hover{
	opacity:0.8;

}

/*------------------------------------------
カテゴリーページ
------------------------------------------*/
#cate_title{
	margin:0px;
	padding:0px;
}
#cate_title h1{
    font-size: 2.0em;
    font-weight: bold;
    color: #12757c;
    padding: 0 0 8px 0;
    background: url('/adm/wp-content/themes/nightingale/common/img/line_blue.png') no-repeat 0 bottom;
	margin:0px 0px 20px 0px;
}
#cate_title p.lead{
	background:#e9e9e9;
	line-height:1.5;
	font-size:1.4em;
	margin:0px 0px 20px 0px;
	padding:15px 20px 10px 20px;
}

/*------------------------------------------
記事詳細ページ
------------------------------------------*/
#detail_entry:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#detail_entry{
	background:url("../img/bg_entry_top.png") left top no-repeat;
	margin:0px;
	padding:7px 7px 20px 8px;
}
#detail_title{
	background:url("../img/bg_entry_header.png") left top repeat;
	margin:0px 0px 15px 0px;
	padding:10px 15px;
}
#detail_title time{
	font-size:1.1em;
	display:block;
	margin:0px 0px 5px 0px;
	padding:0px;
}
#detail_title h1{
	font-size:1.8em;
	color:#12757c;
	margin:0px 0px 0px 0px;
	padding:0px;
}
#detail_entry figure{
	background:#fff;
	border:1px solid #ccc;
	max-width:346px;
	float:left;
	margin:5px 15px 25px 15px;
	padding:2px;
}
#detail_entry figure img{
	width:100%;
}
#detail_entry h2{
	background:url("../img/detail_h2.png") left center no-repeat;
	font-size:1.8em;
	clear:both;
	margin:25px 0px 0px 15px;
	padding:0px 0px 0px 15px;
}
#detail_entry h3{
	background:#def1f4;
	font-weight:normal;
	font-size:1.6em;
	margin:25px 15px 0px 15px;
	padding:5px 0px 3px 15px;
}
#detail_entry p{
	font-size:1.4em;
	line-height:1.6;
	margin:15px 10px 0px 15px;
	padding:0px;
}
#detail_entry ul{
	list-style-image:url("../img/icon01.png");
	margin:10px 0px 0px 27px;
	padding:0px 0px 0px 3px;
}
#detail_entry ol{
	list-style-type:decimal;
	margin:10px 0px 0px 40px;
	padding:0px;
}
#detail_entry li{
	font-size:1.4em;
	line-height:1.6;
	margin:0px 0px 3px 0px;
	padding:0px;
}

/*------------------------------------------
コラムナビゲーション
------------------------------------------*/
#column_navi{
	background:#ffffff;
    padding: 10px 15px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	margin:0px 0px 10px 0px;
	padding:0px;
}
#column_navi p{
	background:#4cb1c0;
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	padding:5px 0px 5px 10px;
}
#column_navi ul{
	margin:0px;
	padding:10px 10px 20px 10px;
}
#column_navi li{
	background:url("../img/arrow01.png") left center no-repeat;
	font-size:1.2em;
	line-height:1.5;
	margin:0px;
	padding:0px 0px 4px 15px;
}
.comm_tbox_acc{
	display:none !important;
}

/*------------------------------------------
パンくずリスト設定
------------------------------------------*/
#breadcrumbs ol{
    width: 980px;
    margin: 0 auto;
    padding: 4px 0 10px 0;
    font-size: 1.2em;
    line-height: 1.2;
    text-align: left;
}
#breadcrumbs li {
	display:inline;
}

/*------------------------------------------
ページャー設定
------------------------------------------*/
.paging:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.paging {
	padding: 10px 0;
}
.paging > ul {
	display: table;
	margin: 0 auto !important;
	padding: 0 !important;
}
.paging > ul > li {
	display: block;
	float: left;
}
.paging > ul > li > a:hover {
	background: #f7728c;		/*マウスオーバー時の背景色*/
	color:#fff;
}
.paging > ul > li > a {
	display: block;
	background: #fff;		/*リンク有の背景色*/
	border: 1px solid #f7728c; /*枠線の色*/
	border-radius: 3px;
	color: #f7728c;			/*リンク有のテキスト色*/
	font-size: 1.2em;
	margin: 0 5px;
	padding: 6px 10px 5px 10px;
	text-decoration: none !important;
}
.paging > ul > li > a.column_active {
	font-weight: bold;
	color: #FFF;			/*現在のページのテキスト色*/
	background: #f7728c;		/*現在のページの背景色*/
}
body#column-3 div.column-nav ul li a.column_active {
	background: #f7728c;
}

/*---------------------------------------------
詳細ページ用ページャー
---------------------------------------------*/
.prev_next:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.prev_next{
	background:url("../img/bg_entry_bottom.png") left bottom no-repeat;
	margin:30px 0px 0px 0px;
	padding:0px 0px 25px 0px;
}
.prev_next .prev{
	border:1px solid #f7728c;
	border-radius:3px;
	width:320px;
	float:left;
	margin:0px 0px 0px 25px;
	padding:0px;
}
.prev_next .prev dl{
	margin:0px;
	padding:10px 15px;
}
.prev_next .prev dt{
	color:#333;
	font-size:1.2em;
	margin:0px 0px 3px 0px;
	padding:0px;
}
.prev_next .prev dd{
	font-size:1.6em;
	line-height:1.4;
	margin:0px;
	padding:0px;
}
.prev_next .prev dd a{
	color:#f7728c;
}
.prev_next .next{
	border:1px solid #f7728c;
	border-radius:3px;
	width:320px;
	float:right;
	margin:0px 25px 0px 0px;
	padding:0px;
}
.prev_next .next dl{
	margin:0px;
	padding:10px 15px;
}
.prev_next .next dt{
	color:#333;
	font-size:1.2em;
	text-align:right;
	margin:0px 0px 3px 0px;
	padding:0px;
}
.prev_next .next dd{
	font-size:1.6em;
	line-height:1.4;
	margin:0px;
	padding:0px;
}
.prev_next .next dd a{
	color:#f7728c;
}

/*---------------------------------------------
ソーシャルボタン部分(右配置Ver)
---------------------------------------------*/
#column .sns_btn {
	position: relative;
	height: 20px;
	padding: 0px 0px 30px 0px;
}
#detail .sns_btn {
	position: relative;
	height: 20px;
	padding: 0px 0px 0px 0px;
}
#column .sns_btn ul {
	list-style-image:none !important;
	position: absolute;
	top: 0px !important;
	right: 14px !important;
	margin: 0px !important;
	padding: 0px !important;
}
#detail .sns_btn ul {
	list-style-image:none !important;
	position: absolute;
	top: 0px !important;
	right: 20px !important;
	margin: 0px !important;
	padding: 0px !important;
}
.sns_btn li {
	float: left;
	margin: 0px 0px 0px 5px !important;
	padding: 0px !important;
}
.sns_btn li.hatena {
}
.sns_btn li.twitter {
	width:70px !important;
}
.sns_btn li.google {
}
.sns_btn li.facebook {
}
.error-message {
	color: #ff0000;
}
#flashMessage {
	padding: 20px 30px 18px;
	margin-bottom: 10px;
	margin-right: 18px;
	background: #FDF5F5;
	border: 1px solid #F03;
	color: #FF0000;
	font-weight: bold;
}
.sns_end{
	padding-top:30px;
}

/*------------------------------------------
クリア設定
------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
