﻿@charset "utf-8";

/*
Theme Name: gush2-ko
Theme URI: http://wp-gush.com/
Description: gush2の子テーマ
Author : silv
Template: gush2
*/
@import url("../gush2/style.css");


/*--------------------------------------
  記事見出し
--------------------------------------*/
#contents #main #single_title {
	font-size: 24px;
	margin-bottom: 24px;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}


#article_body h3{
	font-size: 18px;
	text-align: left;
	border-bottom: 2px solid #FA6900;
	margin: 24px 0 24px 0;
	padding: 10px 0 5px 0;
}

#article_body h4 {
	font-size: 18px;
	border-left: 3px solid #69D2E7;
	margin: 48px 0 24px 0;
	padding: 0.2em 0.2em 0.2em 0.5em;
}

/*--------------------------------------
  サイド
--------------------------------------*/
#sub {
	font-size: 100%;
	margin-bottom: 24px;
	overflow: hidden;
}

/* サイドバー見出し */
#sub h4 {
	font-size: 18px;
	border-bottom: 2px solid #888;
	color: #666;
	font-weight: bold;
}

#sub li > h4 {
	margin-top: 24px;
}

/* サイドバー広告エリア */
#sub .side_ad {
	margin-bottom: 36px;
}

#sub .side_contents {
	margin-bottom: 24px;
}

/* 新着記事 */
.side_new {
	margin: 0 0 15px 0;
	text-align: left;
	display: table;
	width: 100%;
}

.side_new:hover {
	text-decoration: none;
	background: #eee;
}

.side_thumb {
	display: table-cell;
	width: 105px;
	padding: 0 5px 0 0;
}

.side_title {
	font-size: 90%;
	display: table-cell;
}

.side_title span {
	color: #333;
}

select#cat {
	width: 100%;
	padding: 0.5em 0 0.5em 0.2em;
	font-size: 100%;
	color: #333;
}

/* 検索フォーム */
#searchform {
	margin-bottom: 24px;
	width: 298px;
	background: #fff;
	padding: 5px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
}

#searchform input[type="text"] {
	height: 24px;
	float: left;
	margin: 0;
	width: 250px;
	border: 1px solid #fff;
	padding: 0 0 0 5px;
	font-size: 15px;
}

#searchform button {
	margin: 0;
	padding: 0;
	background: #fff;
	border: 0;
	color: #111;
	font-size: 18px;
}

#searchform button:hover {
	color: #ff7ddf;
}

/*-----------------------------------
  サイドバーSNSアイコン
------------------------------------*/
#sub .side-sns {
	margin-bottom: 12px;
	padding: 0.3em;
	font-size: 30px;
}

#sub .side-sns ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

#sub .side-sns ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#sub .side-sns ul li a {
	color: #666;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

#sub .side-sns ul li a:hover {
	color: #ff7ddf;
	text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}

/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}

#sub .side_widget li ul li {
	margin: 0;
	padding: 0.5em 0;
	border-bottom: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1);
}

#sub .side_widget .children,
#sub .side_widget .sub-menu {
	text-indent: 1em;
	margin-left: 0;
}

#sub .side_widget .children ul,
#sub .side_widget .sub-menu ul {
	text-indent: 2em;
}

#sub .side_widget .children li,
#sub .side_widget .sub-menu li {
	border-bottom: 0;
	border-top: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 1px 0 rgba(255,255,255,1) inset;
}

#sub .side_widget .children li:first-child,
#sub .side_widget .sub-menu li:first-child {
	margin-top: 8px;
}

#sub .side_widget .children li:last-child,
#sub .side_widget .sub-menu li:last-child {
	padding-bottom: 0;
}

/*--------------------------------------
  768px サイド
--------------------------------------*/
.side_title {
	font-size: 90%;
}

#sub .side-sns ul {
	width: 50%;
}

/* サイドバー見出し */
#sub h4 {
	font-size: 20px;
	color: #333;
}

/*-----------------------------------
  サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul {
	text-align: left;
	margin: 0 0 0 5px;
}

#sub .side_widget li ul li {
	width: 45%;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

#sub .side_widget li ul li ul {
	display: none;
}

/*--------------------------------------
  1024px サイド
--------------------------------------*/
#contents #sub {
	float: left;
	margin: 0;
	width: 300px;
	text-align: center;
	padding: 0;
}

#contents #sub p {
	text-align: left;
}

#sub h4 {
	font-size: 20px;
	text-align: left;
	border: none;
	padding-left: 10px;
	color: #fff;
	text-shadow: -1px 1px 0 rgba(255, 1, 255, 1);
	font-weight: bold;
	margin: 0 0 18px 0;
	background: #800;
}

#sub .side-sns ul {
	width: 100%;
}

.side_new:hover {
	text-decoration: none;
	background: #fff;
}

/*-----------------------------------
  1024px サイドバーウィジェット
------------------------------------*/
#sub .side_widget li ul li {
	width: 100%;
	display: block;
	padding: 0.5em 0;
	text-indent: 1em;
}

#sub .side_widget li ul li ul li {
	text-indent: 2em;
}

#sub .side_widget li ul li ul li ul li {
	text-indent: 3em;
}

#sub .side_widget li ul li ul {
	display: inline;
}

/*-----------------------------------
  テーブル用CSS 1
------------------------------------*/


.table_01{

border-collapse: collapse;
table-layout: auto;
border-spacing:0;
}

.table_01 th{

padding: 1px;
text-align: left;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.table_01 td{
padding: 2px 0px 2px 10px;
background-color: #fff;
border: 1px solid #b9b9b9;

}

/*-----------------------------------
  テーブル用CSS 2
------------------------------------*/

.table_02{

border-collapse: collapse;
table-layout: fixed;
border-spacing:0;
}

.table_02 th{

padding: 0px;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.table_02 td{
padding: 2px 0px 2px 10px;
background-color: #fff;
border: 1px solid #b9b9b9;
text-align: center;
font-size: 25px;
color: #ff0000;
}

/*-----------------------------------
  テーブル用CSS 3
------------------------------------*/

.table_03{

border-collapse: collapse;
table-layout: fixed;
border-spacing:0;
font-size: 80%;
}

.table_03 th{

padding: 0px;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.table_03 td{
padding: 0px;
background-color: #fff;
border: 1px solid #b9b9b9;
text-align: center;
font-size: 25px;
color: #000000;
}

td.table03-001{
padding: 0px;
background-color: #eee;
border: 1px solid #b9b9b9;
text-align: center;
color: #000000;
font-weight: bold;
font-size: 100%;
}

td.table03-002{
padding: 0px;
background-color: #fff;
border: 1px solid #b9b9b9;
text-align: center;
font-size: 25px;
color: #ff0000;
}

tr.center{
text-align: center;
}

tr.center2{
text-align: center;
background-color: #eee;
}
/*-----------------------------------
  テーブル用レイアウト用
------------------------------------*/

#article_body th {
	padding: 1%;
}

#article_body th {
	background: #eee;
	font-weight: bold;
	text-align: center;
}



/*-----------------------------------
 コメント吹き出し用
------------------------------------*/

#contents .comeNum{

background-image: url(images/comehuki-16.gif);

}

#contents .comeNum-mini{
  background-color: #0ff ;
font-weight: bold; 

 }
