
/*グループ1
------------------------------------------------------------*/

/*テーブルのボーダー*/
	.post table {
		border-top-color: #8a31e2;
		border-right-color: #8a31e2;
	}

	table tr td {
		border-bottom-color: #8a31e2;
		border-left-color: #8a31e2;
	}


/*縦一行目のセル*/
table tr td:first-child {
			}

/*横一行目のセル*/
table tr:first-child {
			background-color: #ffffff;
			}

/* 会話レイアウト */
	.st-kaiwa-hukidashi,
	.st-kaiwa-hukidashi2 {
		background-color: #dbe2d5;
	}
	.st-kaiwa-hukidashi:after {
		border-color: transparent #dbe2d5 transparent transparent;
	}
	.st-kaiwa-hukidashi2:after {
		border-color: transparent transparent transparent #dbe2d5;
	}
	.kaiwaicon2 .st-kaiwa-hukidashi,
	.kaiwaicon2 .st-kaiwa-hukidashi2 {
		background-color: #d6e8d0;
	}
	.kaiwaicon2 .st-kaiwa-hukidashi:after {
		border-color: transparent #d6e8d0 transparent transparent;
	}
	.kaiwaicon2 .st-kaiwa-hukidashi2:after {
		border-color: transparent transparent transparent #d6e8d0;
	}

/*TOC+*/
#toc_container {
	
	}

	#toc_container ul a,
	.post .toc_title {
		color: #a028fc;
	}


/*マル数字olタグ*/
	.post .maruno { 
		border:2px solid #81d742;
		padding:20px 20px 10px;
	}


.post .maruno ol li:before {
			background: #ffffff;
				color:#8224e3;
	}

/*チェックulタグ*/
	.post .maruck { 
		border:2px solid #dd9933;
		padding:20px 20px 10px;
	}


.post .maruck ul li:before {
			background: #ffffff;
				color:#dd9933;
	}

/*Webアイコン*/
	.post .fa-question-circle {
		color: #8224e3;
	}

	.post .fa-check-circle {
		color: #81d742;
	}

	.post .fa-exclamation-triangle {
		color: #81d742;
}

	.post .fa-pencil-square-o {
		color: #81d742;
	}

	.post .fa-user {
		color: #1e73be;
	}

/*スライドショー矢印非表示*/

/*サイト上部のボーダー色*/
			#wrapper-in {
			border-top: 5px solid #f4f4f4;
		}
	
/*ヘッダーの背景色*/

		#headbox {
							/*Other Browser*/
				background: #ffffff;
				/* Android4.1 - 4.3 */
				background: url(""), -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%);
        
				/* IE10+, FF16+, Chrome26+ */
				background: url(""), linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%);
            
						}

		

/*サイトの背景色*/
	#wrapper-in {
		background: #f7f7f7;
		margin: 0 auto;
		max-width: 1060px;
	}

/*ヘッダー下からの背景色*/
#content-w {
                   
			background-color: #ffffff;
	}

/*メインコンテンツのテキスト色*/
.post > * {
	color: #2b2b2b;
}

input, textarea {
	color: #000;
}

/*メインコンテンツのリンク色*/

a, 
.no-thumbitiran h3 a, 
.no-thumbitiran h5 a {
	color: #8224e3;
}
	a:hover {
		color: #81d742!important;
	}
	a:hover {
		opacity:0.7!important;
	}

/*サイドのテキスト色*/
#side aside > *,
#side li.cat-item a,
#side aside .kanren .clearfix dd h5 a,
#side aside .kanren .clearfix dd p {
	color: #000000;
}

/*サイドバーウィジェットの背景色*/
	#mybox {
		background: #ededd7;
		padding:10px;
	}

/*メインコンテンツの背景色*/
main {
	background: #ffffff;
}

/*メイン背景色の透過*/


/*ブログタイトル*/

header .sitename a {
	color: #ffffff;
}

/* メニュー */
nav li a {
	color: #ffffff;
}

/*ページトップ*/
#page-top a {
	background: #ceb4f7;
}

	#page-top a {
		line-height:100%;
		border-radius: 50%;
	}
	#page-top {
		right: 10px;
	}


/*キャプション */

header h1 {
	color: #ffffff;
}

header .descr {
	color: #ffffff;
}

/* アコーディオン */
#s-navi dt.trigger .op {
	background: #dd9933;
	color: #1b1a3d;
}


/*アコーディオンメニューバー*/
	#s-navi dt {
		background: #424242;
	}

/*アコーディオンメニュー内背景色*/
#s-navi dd.acordion_tree {
			background: #dd9933;
	}

/*追加ボタン1*/
#s-navi dt.trigger .op-st {
			background: #febe31;
				color: #fed271;
	}

/*追加ボタン2*/
#s-navi dt.trigger .op-st2 {
			background: #febe31;
				color: #fed271;
	}

.acordion_tree li a {
	color: #ffffff;
}


/*スマホフッターメニュー*/
#st-footermenubox a {
	color: #000; 
}


/* サイド見出し */
aside h4 {
	color: #ffffff;
}

/* スマホメニュー文字 */
.acordion_tree ul.menu li a, 
.acordion_tree ul.menu li {
	color: #000000;
}

	.acordion_tree ul.menu li {
		border-bottom-color: #dd9933;
	}

/*グループ2
------------------------------------------------------------*/
/*Webフォント*/







/* 投稿日時・ぱんくず・タグ */
#breadcrumb, #breadcrumb div a, div#breadcrumb a, .blogbox p, .tagst, #breadcrumb ol li a, #breadcrumb ol li {
	color: #b2b2b2;
}

/* 記事タイトル */


	.entry-title, .post .entry-title {
		color: #000000;
					/*Other Browser*/
			background: #ffffff;
			/* Android4.1 - 4.3 */
			background: url(""), -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%);

			/* IE10+, FF16+, Chrome26+ */
			background: url(""), linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%);
			padding: 5px 15px;
			font-size:24px;
			line-height:34px;
			margin-bottom:20px;
			}


	.entry-title, .post .entry-title {
		padding-left:10px;
	}

	.entry-title, .post .entry-title {
		padding-top:5px;
		padding-bottom:5px;
	}




.entry-title, .post .entry-title {
			border-top: solid 2px #251dc1;
		border-bottom: solid 1px #251dc1;
	
	padding: 5px 15px;
	font-size:24px;
	line-height:34px;
	margin-bottom:20px;
}

	.entry-title, .post .entry-title {
		padding-left:10px!important;
	}

	.entry-title, .post .entry-title {
		padding-top:5px!important;
		padding-bottom:5px!important;
	}

/* h2 */


	h2 {
		color: #3d3d3d;
					/*Other Browser*/
			background: #ffffff;
			/* Android4.1 - 4.3 */
			background: url(""), -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%);

			/* IE10+, FF16+, Chrome26+ */
			background: url(""), linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%);
		
									border-top: 2px solid #7304e2;
				border-bottom: 1px solid #7304e2;
						}

	

	h2 {
		padding-left:20px!important;
	}

	h2 {
		padding-top:10px!important;
		padding-bottom:10px!important;
	}

/*h3小見出し*/


	.post h3:not(.rankh3):not(#reply-title) {
		color: #3d3d3d;
		border-bottom-color: #8224e3;
	
					border-bottom-style: solid;
		
		
					background-color: #ffffff;
			}


	.post h3:not(.rankh3):not(#reply-title) {
		padding-left:15px!important;
	}

	.post h3:not(.rankh3):not(#reply-title) {
		padding-top:10px!important;
		padding-bottom:10px!important;
	}

/*h4*/
    .post h4:not(.rankh4):not(.point) {
                color: #3d3d3d;
                    background-color: #ffffff;
            
            
                    border-bottom : solid 1px #2c2abf;
            
                    padding-left:20px;
            
                    padding-top:10px;
            padding-bottom:10px;
            
            }
/* サイド見出し */
aside h4, #side aside h4 {
	color: #e0c033;
}

/*h5*/
    .post h5:not(.rankh5):not(.point):not(.st-cardbox-t):not(.popular-t):not(.kanren-t) {
				color: #3d3d3d;
					background-color: #ffffff;
			
			
			
			
					padding-top:10px!important;
			padding-bottom:10px!important;
			
			}

/* タグクラウド */
.tagcloud a {
	border-color: #2738f7;
	color: #2738f7;
}

/* NEW ENTRY & 関連記事 */
.post h4:not(.rankh4).point, 
.cat-itiran p.point,
.n-entry-t {
	border-bottom-color: #ffb414;
}

.post h4:not(.rankh4) .point-in, 
.cat-itiran p.point .point-in,
.n-entry {
	background-color: #ffb414;
	color: #ffffff;
}

/* カテゴリ */
.catname {
	background: #ffffff;
	color:#8224e3;
}

.post .st-catgroup a {
	color: #8224e3;
}

/*グループ4
------------------------------------------------------------*/
/* RSSボタン */
.rssbox a {
	background-color: #febe31;
}

/* SNSボタン */
	.sns li a {
		background: #7cd63b !important;
		box-shadow: none!important;
	}

	.sns a:hover {
		opacity: 0.6;
		box-shadow: none!important;
	}

	.snstext, .snscount, .sns li a {
		color: #ffffff;
	}

	.sns .fa, .sns .fa-hatena {
		border-right-color: #ffffff !important;
		color: #ffffff;
	}

.inyoumodoki, .post blockquote {
	background-color: #f3f3f3;
	border-left-color: #f3f3f3;
}

/*フリーボックスウィジェット
------------------------------------------------------------*/
/* ボックス */
.freebox {
	border-top-color: #eeee22;
	background: #fff8f4;
}

/* 見出し */
.p-entry-f {
	background: #eeee22;
	color: #ffffff;
}

/* エリア内テキスト */

/*メモボックス
------------------------------------------------------------*/

/*スライドボックス
------------------------------------------------------------*/

/*お知らせ
------------------------------------------------------------*/
/*お知らせバーの背景色*/
#topnews-box div.rss-bar {
			border-color: #81d742;
	}

#topnews-box div.rss-bar {
	color: #ffffff;

	/*Other Browser*/
	background: #ffae00;
	/*For Old WebKit*/
	background: -webkit-linear-gradient( #81d742 0%, #ffae00 100% );
	/*For Modern Browser*/
	background: linear-gradient( #81d742 0%, #ffae00 100% );
}

/*お知らせ日付の文字色*/
#topnews-box dt {
	color: #fed271;
}

#topnews-box div dl dd a {
	color: #1e73be;
}

#topnews-box dd {
	border-bottom-color: #1e73be;
}

#topnews-box {
			background-color:transparent!important;
	}

/*追加カラー
------------------------------------------------------------*/
/*フッター*/
footer > *,
footer a,
#footer .copyr,  
#footer .copyr a, 
#footer .copy,  
#footer .copy a {
			color: #140c4c !important;
	}

footer .footermenust li {
	border-right-color: #140c4c !important;
}

/*フッター背景色*/

	#footer {
					/*Other Browser*/
			background: #e5e5e5;
			/* Android4.1 - 4.3 */
			background: url(""), -webkit-linear-gradient(top,  #f2f2f2 0%,#e5e5e5 100%);
        
			/* IE10+, FF16+, Chrome26+ */
			background: url(""), linear-gradient(to bottom,  #f2f2f2 0%,#e5e5e5 100%);
            
			            
           		}

	

/*任意の人気記事
------------------------------------------------------------*/

.post .p-entry, #side .p-entry, .home-post .p-entry {
	background: #ffae00;
	color: #ffffff;
}

.pop-box, .nowhits .pop-box, .nowhits-eye .pop-box {
	border-top-color: #ffae00;
	background: #fffde7;
}

.kanren.pop-box .clearfix dd h5 a, 
.kanren.pop-box .clearfix dd p,
.kanren.pop-box .clearfix dd p a, 
.kanren.pop-box .clearfix dd p span, 
.kanren.pop-box .clearfix dd > *,
.kanren.pop-box h5 a, 
.kanren.pop-box div p,
.kanren.pop-box div p a, 
.kanren.pop-box div p span, 
.kanren.pop-box div > *
{
	color: !important;
}

	.poprank-no2 {
		background: #ffae00;
		color: #ffffff !important;
	}

	.poprank-no {
		background: #ffae00;
		color: #ffffff;
	}

/*ウィジェット問合せボタン*/

.st-formbtn {
	
	
			/*For Old WebKit*/
		background: -webkit-linear-gradient( #eeee22 0%, #febe31 100% );
		/*For Modern Browser*/
		background: linear-gradient( #eeee22 0%, #febe31 100% );
	}

.st-formbtn .st-originalbtn-r {
	border-left-color: #ffffff;
}

a.st-formbtnlink {
	color: #ffffff;
}

/*ウィジェットオリジナルボタン*/

.st-originalbtn {
	
	
			/*Other Browser*/
		background: #ffb13d;
	}

.st-originalbtn .st-originalbtn-r {
	border-left-color: #ffffff;
}

a.st-originallink {
	color: #ffffff;
}

/*ミドルメニュー（ヘッダーメニュー連動）
------------------------------------------------------------*/
.st-middle-menu {
			color: #000000;
				/*Other Browser*/
		background: #ffffff;
				border-top-color: #ffffff;
		border-left-color: #ffffff;
	}

.st-middle-menu .menu li a{
			color: #000000;
				border-bottom-color: #ffffff;
		border-right-color: #ffffff;
		}

/*固定ページサイドメニュー
------------------------------------------------------------*/
/*背景色*/
#sidebg {
	background: #fffde7;

	}


	/*liタグの階層*/
	#side aside .st-pagelists ul li:not(.sub-menu) {
					border-top-color: #ffffff;
		
					border-left-color: #ffffff;
			border-right-color: #ffffff;
			}

	#side aside .st-pagelists ul .sub-menu li {
		border: none;
	}

	#side aside .st-pagelists ul li:last-child {
					border-bottom: 1px solid #ffffff;
			}

	#side aside .st-pagelists ul .sub-menu li:first-child {
					border-top: 1px solid #ffffff;
			}

	#side aside .st-pagelists ul li li:last-child {
		border: none;
	}

	#side aside .st-pagelists ul .sub-menu .sub-menu li {
		border: none;
	}
	
	#side aside .st-pagelists ul li a {
		color: #000000;
					/*Other Browser*/
			background: #ffffff;
			/* Android4.1 - 4.3 */
			background: url(""), -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%);

			/* IE10+, FF16+, Chrome26+ */
			background: url(""), linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%);
	
			}

	
	#side aside .st-pagelists .sub-menu a {
					border-bottom-color: #fed271;
				color: #1f33a5;
	}

	#side aside .st-pagelists .sub-menu .sub-menu li:last-child {
		border-bottom: 1px solid #fed271;
	}

	#side aside .st-pagelists .sub-menu li .sub-menu a,
	#side aside .st-pagelists .sub-menu li .sub-menu .sub-menu li a {
		color: #1f33a5;
	}



	#side aside .st-pagelists ul li a {
		padding-left:15px;
	}

	#side aside .st-pagelists ul li a {
		padding-top:8px;
		padding-bottom:8px;
	}

/*Webアイコン*/


/*コンタクトフォーム7送信ボタン*/
.wpcf7-submit {
	background: #febe31;
	color: #ffffff;
}

/* メイン画像背景色 */
	#st-headerbox {
		background-color: #ffffff;
	}


/*media Queries タブレットサイズ（959px以下）
----------------------------------------------------*/
@media only screen and (max-width: 959px) {

	/*-- ここまで --*/
}

/*media Queries タブレットサイズ以下
----------------------------------------------------*/
@media only screen and (min-width: 600px) {

}

/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {

	
/*-- ここまで --*/
}


/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 960px) {

	

	
	/*ヘッダーの背景色*/
	
	/*メインコンテンツのボーダー*/
		main {
		border: 1px solid #4327f7;
	}
	
	
	/* メイン画像100% */
	

	/* スライドショー横並び */
	
	/*wrapperに背景がある場合*/
		#wrapper-in {
		padding: 0 20px;
	}

	#footer {
		margin: 0 -20px;
		max-width: 1100px;
	}
	
	/*メニュー*/
	#st-menuwide {
			border-top-color: #ffffff;
		border-bottom-color: #ffffff;
				border-left-color: #ffffff;
		border-right-color: #ffffff;
	
			/*Other Browser*/
		background: #ffffff;
		/* Android4.1 - 4.3 */
		background: url(""), -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 100%);

		/* IE10+, FF16+, Chrome26+ */
		background: url(""), linear-gradient(to bottom,  #ffffff 0%,#ffffff 100%);
		}

	

	header .smanone ul.menu li, 
	header nav.st5 ul.menu  li,
	header nav.st5 ul.menu  li,
	header #st-menuwide div.menu li,
	header #st-menuwide nav.menu li
	{
			border-right-color: #ffffff;
		}

	header .smanone ul.menu li, 
	header nav.st5 ul.menu  li,
	header #st-menuwide div.menu li,
	header #st-menuwide nav.menu li {
		border-right-color: #ffffff;
	}

	header .smanone ul.menu li a, 
	header nav.st5 ul.menu  li a,
	header #st-menuwide div.menu li a,
	header #st-menuwide nav.menu li a {
		color: #000000;
	}

	
	header .smanone ul.menu li li a {
		background: #b3babf;
		border-top-color: #ffffff;

	}

	/*メニューの上下のパディング*/
		

	/* グローバルメニュー100% */
	
	/*ヘッダーウィジェット*/
	header .headbox .textwidget {
		background: #ffffff;
		color: #11336d;
	}

	/*ヘッダーの電話番号とリンク色*/
	.head-telno a, #header-r .footermenust a {
		color: #000000;
	}

	#header-r .footermenust li {
		border-right-color: #000000;
	}

	/*トップ用おすすめタイトル*/
	.nowhits .pop-box {
		border-top-color: #ffae00;
	}

	/*記事エリアを広げる*/
			main {
			padding: 30px 20px;
		}

		.st-eyecatch {
			margin: -30px -20px 10px;
		}
	
	/*記事タイトル*/
	.entry-title, .post .entry-title {
		color: #000000;
									padding: 5px 15px;
				font-size:20px;
				line-height:34px;
				margin-bottom:20px;
					
					padding: 5px 15px;
			font-size:20px;
			line-height:34px;
			margin-bottom:20px;
			}

/*-- ここまで --*/
}
