﻿/*
Theme Name:     twentyfourteen_child
Theme URI:      
Description:    twentyfourteenの子テーマ（choiwaru）です
Author:         ちょいワル
Author URI:     
Template:       twentyfourteen
Version:        
*/

/* 親テーマスタイルシート読み込み
@import url("../twentyfourteen/style.css");
*/

a	{color:#87cefa;
}
a:active,
a:hover {
	color: #00bfff;
}

/*  中央寄せ  */
.site {margin: 0 auto;
	background:#000000;
}

#site-title a {
    color: #009999;
}

.content-area {background-color: #000000;
	padding-top: 10px;
}

/*  記事  */
.site-content	{padding:0px;
	background-color: #000000;
}
.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {background-color: #000000;
color:#ffffff;
	margin:0 0 0 10px;
	padding:0px;
	max-width:565px;
}

.entry-title a {
	color: #ffffff;
}

.entry-title a:hover {
	color: #ffffff;
}
.entry-meta {
	color: #ffffff;
}
.entry-meta a {
	color: #ffffff;
}
.entry-meta a:hover {
	color: #ffffff;
}

/*  右サイドバー  */
.content-sidebar {
	background-color: #000000;
	color: #ffffff;
	padding: 10px 5px 0 5px;
}
.content-sidebar .widget .widget-title {
	border-top: 5px solid #ffff00;
	color: #ffff00;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}
.familink	{margin:0 auto;
}
.familink li	{margin:0 0 5px 0;
}
.familink a	{color:#87cefa;
}
.familink a:active,.module-list-item a:hover	{color: #00bfff;
}
.semlink	{margin:0 auto;
}
.semlink li	{margin:0 0 15px 0;
}
.modu_img	{display:block;
}



/*  左サイドバー  */
#secondary {
	background-color: #000000;
	color:#ffffff;
	}

.primary-sidebar .widget .widget-title {
	border-top: 5px solid #ffff00;
	color: #ffff00;
	font-size: 14px;
	font-weight: 900;
	margin: 0 0 18px;
	padding-top: 7px;
	text-transform: uppercase;
}

.widget-title,
.widget-title a {
	color: #ffff00;
}
.widget-title a:hover {
	color: #ffff00;
}
.widget a {
	color: #6699cc;
}
.widget a:hover {
	color: #ff0000;
}
.site:before {
	background-color: #000000;
}


@media screen and (min-width: 1008px) {
	.site-content {
		margin-right: 22%;
		margin-left: 200px; //左サイドバーの幅の分

	}
	/*  左サイドバー  */
	#secondary {
		padding: 5px 5px 0 5px;
		width: 190px;
	}
	/*  右サイドバー  */
	.content-sidebar {
		margin-left: -22%;
		width: 22%;
	}

}