@charset "UTF-8";
/*
Theme Name: Cantine
Theme URI: http://
Description: 
Author: 
Author URI: http://
Version: 1.0
*/

/* RESET */
/*
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
*/
img {
	height: auto;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	border: 0;
}
ol, ul {
	list-style: none;
}

/* 配置など必須クラスの定義 */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd; /* color:gray dd */
	text-align: center;
	background-color: #f3f3f3; /* color-back:gray f3 */
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* COMMON */
body  {
/*	line-height: 1; */
	background: #F6F6F6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	color: #333;
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

/* HEADER */
#header {
	width: 100%;
	text-align: center;
}
#nav {
	position: relative;
	height: 46px;
	background: url(images/nav-bg.png); /* %メニュー背景色：白% */
	box-shadow: 0 1px 6px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.25);
	z-index: 1;
}
#nav ul li a {
	display: block;
	width: 165px;  /* 245 */
	height: 46px;
	color: #000; /* %メニューの背景色白に対して文字色は黒% */
	font-weight: bold;
	text-decoration: none;
}
#nav ul li a:hover {
	background: url(images/nav-bg-h.png);            /* %%メニューMouseOver時の色%% */
	color: #000; /* %%MouseOver時に背景が白からグレーに変化するが文字色は黒のまま%% */
}
#nav ul {
	width: 990px;  /* 980 */
	margin: 0 auto;
}
#nav ul li {
	display: block;
	float: left;
	width: 165px;  /* 245 */
	font-size: 16px;
	line-height: 46px;
}
#header-img {
	position: relative;
	top: 0px;  /* -46 */
	width: 980px;
	margin: 0 auto;
}

/* FOOTER */
#footer {
	clear: both;
	position: relative;
	width: 100%;
	background: #E7E7E7;
	border-top: 1px solid #CACACA;
}
#copyrights {
	clear: both;
	width: 100%;
	background: #FD0; /* %%一番したのコピーライト表示の背景色%% */
	color: #fff;      /* %%一番したのコピーライト表示の文字色%% */
	font-size: 12px;
	line-height: 3em;
	text-align: center;
}
#copyrights a {
	color: #fff;      /* %%一番したのコピーライト表示の文字色:MouseOver時%% */
}

/* MAIN AREA */
#main , #home {
	position: relative;
	top: 0px;  /* -46 */
	width: 980px;
	margin: 0 auto;
}
#description , #topicpath {
	width: 960px;
	height: 41px;
	margin: 0 auto;
	padding: 1px 10px 0 10px;
	background: url(images/location-bg.png) no-repeat; /* %%トップ絵すぐ下の背景色%% */
	color: #000;                                       /* %%トップ絵すぐ下の文字色%% */
}
#description p {
	text-align: center;
	font-weight: bold;
}
#topicpath a {
	color: #000;
}
#topicpath2 {
	width: 960px;
	height: 41px;
	margin: 0 auto;
	padding: 14px 10px 0 10px;
	color: #000;
}
#description p {
	text-align: center;
	font-weight: bold;
}
#main h2 {
	clear: both;
	margin: 20px 0;
	padding: 0 10px;
	border-bottom: 6px solid #DBDBDB; /* %h2属性のアンダーライン% */
	font-size: 18px;
	color: #000; /* %h2属性の文字色% */
	line-height: 1.5em;
}
#main h1, h3, h4, h5, h6 {
	padding:    0 10px;
	line-height: 1.5em;
}
#main a:hover img {
	opacity: .75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

/* 四角で囲んだ日付表示 */
.cal-all {
	float: left;
	text-align: center;
	line-height: 1;
}
.cal-border {
	text-align: center;
	width:  50px;
	height: 50px;
	padding: 5px 0;
	border-radius: 10px;
	background-color: #FFF;
	color: #FFF;
	border:  solid  3px  #FD0;             /* %%カレンダーの色%% */
}
.cal-year  { font-size: 15px; color: #FD0; /* %%カレンダーの色%% */ }
.cal-month { font-size: 20px; color: #FD0; /* %%カレンダーの色%% */ }
.cal-day   { font-size: 30px; color: #FD0; /* %%カレンダーの色%% */ }
.cal-border-red {
	text-align: center;
	width:  50px;
	height: 50px;
	padding: 5px 0;
	border-radius: 10px;
	background-color: #FFF;
	color: #FFF;
	border:  solid  3px  #F00; /* %赤カレンダー% */
}
.cal-year-red  { font-size: 15px; color: #F00; /* %赤カレンダー% */ }
.cal-month-red { font-size: 20px; color: #F00; /* %赤カレンダー% */ }
.cal-day-red   { font-size: 30px; color: #F00; /* %赤カレンダー% */ }
.topic-caption , .recent-caption {
	clear: both;
	margin: 20px 0;
	padding: 0 10px;
	font-size: 18px;
	line-height: 1.5em;
}
.topic-caption {
	border-bottom: 6px solid #FF0000; /* %トピック表示は赤% */
	color: #F00;                      /* %トピック表示は赤% */
}
.topic-caption .main-title {
	float: right;
	font-size: 12px;
	color: #F00;                      /* %トピック表示は赤% */
}
.recent-caption {
	border-bottom: 6px solid #DBDBDB; /* %最新ブログ情報はグレー% */
	color: #000;
}
.recent-caption .main-title {
	float: right;
	font-size: 12px;
	color: #333;                      /* %最新ブログ情報はグレー% */
}

/* 個別ページ */
.p-top {
	width: 100%;
}
.p-topleft {
	float: left;
	width: 50%;
        margin: 0px 0px 20px;

}
.p-topright {
	float: left;
	width: 50%;
	margin: 0px 0px 20px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;

}
.p-bottom {
	clear: left;
	width: 100%;
}
.p-title {
	font-size: 24px;
	letter-spacing: 0.2em;
	text-align: left;
	padding: 10px 50px;
	margin: 20px
	color: #666;            /* %%個別ページのタイトル表示の文字色%% */
	background: #FD0;       /* %%個別ページのタイトル表示の背景色%% */
	border: 1px solid #FD0; /* %%個別ページのタイトル表示の背景色%% */
	border-radius: .5em;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	overflow: hidden;
}
.p-caption {
	font-size: 24px;
	letter-spacing: 0.2em;
	text-align: left;
	padding: 10px 50px;
	color: #666;               /* %個別ページの段落見出しはグレー% */
	border: 1px solid #DBDBDB; /* %個別ページの段落見出しはグレー% */
	background: #FFF;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	border-radius: .5em;
	overflow: hidden;
	margin: 20px 0px 0px; /* 上だけを空ける */
}

/* TOP */
#recent , #topic {
	margin: 0 10px 40px;
	width: 870px;
	overflow: hidden;
}
.recent-title , .topic-title a {
	padding: 0 5px;
	line-height: 1.3em;
	font-size: 16px;
	font-weight: normal;
	line-height: 90px;  /* 追加 */	
}
.recent-title , .topic-title a:hover {
	color: #666;
}
.recent-thumb {   /* 追加 */
	float: right;
}

/* CONTAINER */
#container {
	overflow: hidden;
}
#container p {
	padding: 0 10px;
	line-height: 2em;
}

/* BLOG */
#content {
	float: left;
	width: 700px;
	margin-left: 20px;
	overflow: hidden;
	background:#FFF;
	padding: 20px;
}
#content img {
	border: none;
}
.blog-post {
	margin-bottom: 50px;
}
.blog-post h2 a {
	text-decoration: none;
	color: #000;
}
.blog-post h2 a:hover {
	color: #666;
}
.blog-date {
	position: relative;
	top: -20px;
	text-align: right;
}
.blog-post img {
	margin: 0 10px 10px;
	border: 1px solid #CACACA;
	padding: 4px;
	background: #fff;
}
.blog-cat {
	display: block;
	margin-top: 1em;
	border-bottom: 1px dotted #CACACA;
	font-size: 12px;
	text-align: right;
}

/* BLOG-SINGLE */
.pagenation {
	margin: 20px 0;
	overflow: hidden;
}
.pagenation span a {
	display: block;
	padding: 3px 1em;
	border: 1px solid #CACACA;
	background: #E7E7E7;
	text-decoration: none;
}
.pagenation span a:hover {
	background: #F6F6F6;
	color: #333;
}
.previous {
	float: left;
}
.next {
	float: right;
}

/* WP-PageNavi */
.wp-pagenavi {
	padding: 10px;
}
.current, .wp-pagenavi a {
	padding: 3px .6em !important;
}

/* SIDEBAR*/
#sidebar {
	float: right;
	width: 200px;
	margin-left: 0px;
	overflow: hidden;
}
#sidebar li {
	margin-left:-40px;
}
#sidebar li a {
	display: block;
	padding: 5px 10px;
	line-height: 1.5em;
	border-bottom: 1px solid #DBDBDB;
	text-decoration: none;
}
#sidebar li a:hover {
	background: #DBDBDB;
}
