@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	Withup Wordpress Template

	(C)Withup/kaizu
	
	additional.css
	
//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	1. 共用

------------------------------------------------------------------------------*/


/*	1-2. 書式設定
------------------------------------------------------------------------------*/

/* リンク */
a {
	color: #46008C;/* リンク色 */
}

a:hover {
	color: #8500B2;/* リンクhover色 */
}


/*------------------------------------------------------------------------------

	2. サイトヘッダー（#site_header）

------------------------------------------------------------------------------*/


/*	2-1. タイトル・概要文・背景（header）
------------------------------------------------------------------------------*/

#header .site_column {
	position: relative;
}

#site_name,
#site_description {
	position: absolute;
	z-index: -1;
}


/*	2-2. グローバルナビゲーション
------------------------------------------------------------------------------*/

#gnav li a,
#gnav .current-menu-item .sub-menu a {
	background: #FFF;
	color: #46008C;
}

#gnav li a:hover,
#gnav .current-menu-item .sub-menu a:hover {
	background-color: #FFDA6A;/* メニューオーバー色 */
	color: #554923;/* 文字色 */
}

/* 選択状態 */
#gnav li.current-menu-item a {
	background: #46008C;/* メニュー選択色 */
	border-right: 1px solid #46008C;/* メニュー選択色 */
}

#gnav li.current-menu-item:first-child a {
	border-left-color: #46008C;/* メニュー区切り罫色 */
}

#gnav li.current-menu-item > a:before {
	border-top-color: #46008C;/* メニュー選択色 */
}

/* サブメニュー */
#gnav .sub-menu {
	border-color: #46008C;/* サブメニュー罫色 */
}

#gnav .sub-menu:after {
	border-bottom-color: #46008C;/* メニュー選択色 */
}

@media screen and (max-width: 979px){

	#header .site_column {
		width: 100%;
	}

	#gnav #menu_button {
		padding: .75em .75em .75em 2em;
		background: #FFC926;
		border: none;
	}

	#gnav .menu_opened:before,
	#gnav .menu_closed:before {
		left: .75em;
		background: #46008C;/* 開閉マーク背景色 */
	}
	
	#gnav li {
		border-color: #46008C !important;/* 罫色 */
	}
	
	#gnav li a,
	#gnav .current-menu-item .sub-menu a {
		text-decoration: none;
	}

/* 979px */}


/*------------------------------------------------------------------------------

	3. サイトフッター（#site_footer）

------------------------------------------------------------------------------*/

#site_footer {
	background: url(../img/heading_bg.png);/* 見出し背景画像を流用 */
}

#site_footer #info {
	float: none;
	width: auto;
	margin: 0;
	border-bottom-color: rgba(0,0,0,.3);
}

#site_footer address {
	min-height: 100px;
	padding-left: 120px;
}

#site_footer address a {
	color: #333;
}

#site_footer address strong {
	display: block;
	margin: 0 0 .25em;
	line-height: 1.25;
	font-size: 150%;
	font-weight: bold;
}

#site_footer address small {
	display: block;
	margin: 0 0 .5em;
	line-height: 1.25;
}

#site_footer address br {
	display: none;
}

#site_footer address:before {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
}

#site_footer #wp_theme {
	margin: 0;
	padding-top: 20px;
	border-top: 1px solid #FFF;
}

@media screen and (max-width: 979px){

	#site_footer #info {
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0,0,0,.3);
	}

/* 979px */}

@media screen and (max-width: 480px){

	#site_footer address {
		padding-left: 65px;
		text-align: left;
		font-size: 87.5%;
	}

	#site_footer address:before {
		position: absolute;
		width: 50px;
		height: 50px;
		margin: 0;
		padding: 0;
		background-position: center center;
		background-size: contain;
	}

	#site_footer #wp_theme,
	#site_footer #copyright {
		text-align: center;
	}

/* 480px */}


/*------------------------------------------------------------------------------

	4. サイドバー（#sidebar）

------------------------------------------------------------------------------*/

/* タイトル */
#sidebar .title {
	border-left-color: #46008C;/* タイトル罫色 */
}


/*	4-1. 検索ボックス（#search）
------------------------------------------------------------------------------*/

#search {
	background: #EEE;
	border-radius: 3px;
}

#search .button input {
	background: #46008C;
	border: 1px solid #46008C;
	border-radius: 3px;
	color: #FFF;
}


/*	4-2. 最新記事一覧（#latest_entry）
------------------------------------------------------------------------------*/

#latest_entry #entry_other_link a {
	border-color: #46008C;/* リンクボタン背景色 */
}

/* HOTマーク */
#latest_entry .entry_hot {
	width: 40px;
	height: 40px;
}

@media screen and (max-width: 979px){

	#latest_entry .entry_hot {
		width: 60px;
		height: 60px;
	}

/* 979px */}


/*	4-3. カテゴリー一覧（#category_box）
------------------------------------------------------------------------------*/

#category_box a {
	border-color: #46008C;
	color: #46008C; 
}


/*	4-4. SNS一覧（#sns_box）
------------------------------------------------------------------------------*/

#sns_box ul {
	width: 100%;
	list-style: none;
	padding-left: 0;
}

#sns_box li {
	float: left;
	margin-right: 3%;
	width: 48.5%;
}

#sns_box li a {
	display: block;
	width: 100%;
	height: 80px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	background-size: 30%;
}

#sns_box li.instagram,
#sns_box li.twitter {
	margin-right: 0;
}

#sns_box li.facebook a {
	background-color: #3B5998;
	background-image: url(../img/bullet/facebook_w_100.png);
	background-image: url(../img/bullet/facebook_w_50.png)\9;
}

#sns_box li.instagram a {
	background-color: #4F423E;
	background-image: url(../img/bullet/instagram_w_100.png);
	background-image: url(../img/bullet/instagram_w_50.png)\9;
}

#sns_box li.google a {
	background-color: #DD4B39;
	background-image: url(../img/bullet/googleplus_w_100.png);
	background-image: url(../img/bullet/googleplus_w_50.png)\9;
}

#sns_box li.twitter a {
	background-color: #55ACEE;
	background-image: url(../img/bullet/twitter_w_100.png);
	background-image: url(../img/bullet/twitter_w_50.png)\9;
}

@media screen and (max-width: 979px){

	#sns_box li {
		margin-right: 2% !important;
		width: 23.5%;
	}
	
	#sns_box li.twitter {
		margin-right: 0 !important;
	}
	
/* 979px */}

@media screen and (max-width: 480px){

	#sns_box li a {
		background-size: 40%;
	}
	
/* 480px */}


/*------------------------------------------------------------------------------

	5. 本体（#main）

------------------------------------------------------------------------------*/


/*	5-1. 記事編集リンク
------------------------------------------------------------------------------*/

.edit_post_link a {
	border-color: #46008C;
	color: #46008C;
}


/*	5-2. 記事読み込みボタン（jQuery.autopager）
------------------------------------------------------------------------------*/

.entry_load_button a {
	border: 2px dashed #46008C;
}


/*	5-3. 記事ヘッダー（.single）
------------------------------------------------------------------------------*/

/* NEWマーク */
.single #main header .entry_new {
	position: relative;
	float: left;
	left: auto;
	top: auto;
	width: 80px;
	height: 80px;
	margin: -30px -15px -15px -31px;
	background: url(../img/new_single.png) no-repeat;
	text-indent: 100%;
}

/* HOTマーク */
.single #main header .entry_hot {
	right: 20px;
	top: -20px;
	width: 100px;
	height: 100px;
	background: url(../img/hot_100x100.png) no-repeat;
	background-size: contain;
	text-indent: 100%;
}

@media screen and (max-width: 767px){

	.single #main header .entry_new {
		margin: -15px -15px -15px -5.6%;
	}

	.single #main header .entry_hot {
		right: 0;
	}

/* 767px */}

@media screen and (max-width: 480px){

	.single #main header .entry_hot {
		width: 80px;
		height: 80px;
	}

/* 480px */}

@media screen and (max-width: 320px){

	.single #main header .entry_hot {
		width: 50px;
		height: 50px;
	}

/* 320px */}


/*	5-4. 記事タイトル（.single）
------------------------------------------------------------------------------*/

#main #index_title {
	position: relative;
	padding-left: 80px;
	background: url(../img/heading_bg.png);
	/**/
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.1);
	box-shadow: inset 0 0 2px rgba(0,0,0,.1);
}

#main #index_title:before {
	display: block;
	content: '';
	position: absolute;
	left: 6px;
	top: 50%;
	width: 64px;
	height: 50px;
	margin: -25px 0 0;
	background: url(../img/heading_bullet.png) no-repeat left bottom;
	background-size: contain;
}


/*	5-5. 記事共通スタイル
------------------------------------------------------------------------------*/

/* NEWマーク */
.entry_new {
	float: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(../img/new_index.png) no-repeat;/* NEWマーク背景色 */
	background-size: contain;
	border-radius: 0;
	color: inherit;/* NEWマーク文字色 */
	/**/
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

/* HOTマーク */
.entry_hot {
	position: absolute;
	right: 0;
	top: -10px;
	margin: 0;
	padding: 0;
	width: 50px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(../img/hot_100x100.png) no-repeat;
	background-size: contain;
	background: url(../img/hot_50x50.png) no-repeat\9;
	/**/
	overflow: hidden;
	white-space: nowrap;
	text-indent: 100%;
}

/* カテゴリー */
.entry_category a {
	background-color: #FFC926;/* カテゴリー背景色（基本） */
	border: none;/* カテゴリー罫色（基本） */
	color: #554923;/* 文字色 */
}

/* 記事を読むリンク */
.entry .entry_continue a {
	background: #F8F5EF;/* ボタン背景色 */
	border: none;/* ボタン罫色 */
	color: #555;/* 文字色 */
}


/*	5-6. 記事本文 (★editor-style.css)
------------------------------------------------------------------------------*/

#entry_content h2 {
	position: relative;
	padding-left: 80px;
	background: #CABCD8;
}

#entry_content h2:before {
	display: block;
	content: '';
	position: absolute;
	left: 6px;
	top: 50%;
	width: 64px;
	height: 50px;
	margin: -25px 0 0;
	background: url(../img/heading_bullet.png) no-repeat left bottom;
	background-size: contain;
}

#entry_content h3 {
	position: relative;
	padding-left: 1.5em;
	border-bottom-color: #CABCD8;/* 中見出し罫色 */
}

#entry_content h3:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: .4em;
	height: .4em;
	margin: -.6em 0 0;
	border: .3em solid #CABCD8; 
}

#entry_content h4 {
	border-left-color: #CABCD8;/* 小見出し罫色 */
}


/*	5-8. 記事タグ（#entry_tag）
------------------------------------------------------------------------------*/

#entry_tag a {
	border-color: #46008C;/* タグ罫色（基本） */
}

/*	5-9. 記事シェアボタン（#sns_button）
------------------------------------------------------------------------------*/

#sns_button .title {
	background: #46008C;/* タイトル背景色 */
	border: none;/* 見出し罫色 */
	color: #FFF;
}


/*	5-10. この記事を書いた人（#author）
------------------------------------------------------------------------------*/


/*	5-11. ページャ（#entry_pager）
------------------------------------------------------------------------------*/

#entry_pager .terminator {
	display: none;
}

#entry_pager #now_first {
	background: #F0F0F0 url(../img/pager_first.png) no-repeat center bottom;
}

#entry_pager #now_latest {
	background: #F0F0F0 url(../img/pager_latest.png) no-repeat center bottom;
}


/*	5-12. 関連記事一覧（#related_entry）
------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------

	6. Subscribe2

------------------------------------------------------------------------------*/


/*	6-1. サイドバー
------------------------------------------------------------------------------*/

#sidebar #subscribe a {
	border-color: #7832BE;/* バレット色 */
	font-weight: bold;
}

#sidebar #subscribe a:hover {
	background-color: #7832BE;/* メニューオーバー色 */
	color: #FFF;
}

#sidebar #subscribe a:before {
	background-color: #7832BE;/* バレット色 */
}


/*------------------------------------------------------------------------------

	7. ブログランキング

------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------

	8. コメント

------------------------------------------------------------------------------*/
