<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
Theme Name: sakaide 2014fair
Theme URI: 
Description: html5 対応の新バージョン wordpress4.0でテスト
Author: Y.N
Version: 1.0
*/


@import url('./css/base.css');       /* base                */
@import url('./css/layout.css');     /* Layou               */
@import url('./css/droppy-text.css');     /* Doroppy             */
@import url('./css/wp.css');         /* wordpress           */
@import url('./css/comment.css');    /* comment             */
@import url('./css/widget.css');     /* widget              */
@import url('./css/wp-pagenavi.css');/* wp-pagenavi         */
/*@import url('./css/contacform7.css');/* wp-pagenavi         */



/*----------------------------------------

	Entry-Content 

----------------------------------------*/


.entry-content a {
	text-decoration: none;
}

.entry-content a:link ,
.entry-content a:visited {
	color: #008aa3;
}

.entry-content a:hover {
	text-decoration: underline;
	color: #008aa3;
}

.entry-content p {
	line-height: 1.6;
}


/*
.entry-content h1 ,
.entry-content h2 ,
.entry-content h3 ,
.entry-content h4 ,
.entry-content h5 ,
.entry-content h6 {
    font-weight: normal;	
}

.entry-content h1 {
	margin-bottom: 1em;
	padding: 5px 10px 5px 13px;
	font-size: 122%;
	color: #333333;
	border-left: 4px solid #333333;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}
*/

/*
.entry-content h2 {
	margin: 0 0 25px 0;
	padding: 0 0 0 11px;
	line-height: 35px;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	background: transparent
		url('images/common/bg_h2.gif') 
		no-repeat left bottom;
}
*/


/*
.entry-content h3 {
	margin-bottom: 1.2em;
	padding: 2px 0px;
	font-size: 100%;
	color: #333333;
	border-bottom: 1px solid #dddddd;
}

.entry-content h4 {
	margin-bottom: 1em;
	font-size: 100%;
}

.entry-content h5 {
	margin-bottom: 1em;
	font-size: 100%;
}

.entry-content h6 {
	margin-bottom: 1em;
	font-size: 100%;
}
*/

/*
.entry-summary ul ,
.entry-content ul {
	margin: 1em 0.8em;
	list-style-type: none;
}

.entry-summary ul li ,
.entry-content ul li {
	padding-left: 13px;
    background: transparent
		url('images/point01.gif') 
		no-repeat left 7px;
}
*/

/* body.category .post */ /* カテゴリー */
/* body.page .page     */ /* 固定ページ */
/* body.single .post   */ /* 投稿ページ */
/* body.archive .post  */ /* 月別、カテゴリーアーカイブ */

body.single .post   ,           /* 投稿ページ */
body.page-category-news .post , /* カテゴリーnews */
body.archive .post {            /* アーカイブ */
}


</pre></body></html>