@charset "UTF-8";
/* CSS Document */

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html {
	color: #000;
	background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
fieldset, img {
	border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal
}
ol, ul {
	list-style: none
}
caption, th {
	text-align: left
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
q:before, q:after {
	content: ''
}
abbr, acronym {
	border: 0;
	font-variant: normal
}
sup {
	vertical-align: text-top
}
sub {
	vertical-align: text-bottom
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
*font-size:100%
}
legend {
	color: #000
}
#yui3-css-stamp.cssreset {
	display: none
}


/* base layout */

body {
	width: 100%;
	max-width:  1024px;
	background-color:#fff;
	color:#000;
}

a {
	text-decoration:none;
	color:inherit;
}

.fontGothic {
	font-family: Helvetica, Arial, "sans-serif","Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.fontSerif {
	font-family:Georgia, 'Times New Roman', Times, 'serif',"Hiragino Mincho ProN", "游明朝体", "Yu Mincho", "ＭＳ Ｐ明朝", "MS PMincho",serif;
}

.fontSmall{
	font-size: 0.5em;
	line-height: 1em;
}

.fontBold{
	font-weight: bold;
}

.linkColor {
	color: #CC0707;
}

.linkStyle{
	border-bottom: 1px dotted #CC0707;
}

/* header */
header {
	position: fixed;
	z-index: 90;
	top: 0;
	left: 0;
	padding:10px 10px 10px 10px;
	background: linear-gradient(to bottom,rgba(255,255,255,1), rgba(255,255,255,0.8));
	color: #666666;
}

.heading {
	margin: 0 auto;
	
}

header h1 {
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0.1em;
}

nav {
}

ul#global-menu {
	font-weight:normal;
	font-size:14px;
	letter-spacing: 0.05em;
}

ul#global-menu>li {
	float:left;
	border-left:solid 5px #990033;
	text-align: left;
	padding:3px 40px 3px 5px;
	display:block;
	position:relative;
	line-height: 1em;
	font-weight: 100;
}

ul#global-menu>li>a {
	display:block;
}

ul#global-menu>li>a:hover {
	color:#999;
}


/* contentArea */
.contentArea {
	margin-top:150px;
	padding:0 10px 20px 10px;
}

.contentArea h1 {
	font-size:28px;
	font-weight: normal;
	letter-spacing: 0.2em;
	padding-bottom:20px;
}

.contentArea p {
	font-size: 16px;
	font-weight: 200;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

/* news list */
.newsList {
	width: 100%;
}
.newsList h3 {
	margin-top:50px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.25em;
	color:#666;
}
.newsList ul {
	margin: 20px 0 20px 0;
	width: 100%;
}
.newsList li {
	height: 150px;
	width: 100%;
	border-top: 1px #999 solid;
	padding: 10px 0;
	clear: both;
}

div.newsImageThumbs {
	margin-right: 20px;
	width: 120px;
	float:left;
}

div.newsImageThumbs img {
	width:100%;
}

div.newsListInfo {
	float: left;
}

p.postGenre {
	padding:5px 5px;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #FFF;
	border-radius: 3px;
}

.latest {
	background-color: #CC0000;
}

.hitokoma {
	background-color: #36AB20;
}

.kurashiki {
	background-color: #0000CC;
}

.idea {
	background-color: #99BBFF;
}

.others {
	background-color: #999;
}

p.postTitle {
	margin: 10px 0;
	font-size: 18px;
	line-height: 1.25;
}

p.postDate {
	font-size: 12px;
	color: #AAA;
	line-height: 1;
}


/* page link */
nav.pageLink {
	text-align: center;
}
nav.pageLink p, nav.pageLink div {
	float: left;
	font-size: 12px;
	line-height: 1;
	margin-right: 10px;
}

p.linkToTop, p.linkToPrev, p.linkToNext, p.linkToLast {
	padding: 5px;
	background-color: #999999;
	color: #fff;
	border-radius: 2px;
}

.pageNav span {
	display: inline-block;
	padding: 5px 10px;
	margin-right: 10px;
	background-color: #999999;
	color: #fff;
	border-radius: 2px;
}

.pageNav span.now {
	background-color: #fff;
	color: #666;
}

/* news detail */
div.newsDetail {
	width: 98%;
	margin: 50px auto 0 auto;
	
}

.newsDetail h1 {
	margin-right: 20px;
	margin-top:15px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
}

.newsDetail p.postGenre {
	padding:5px 5px;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #FFF;
	border-radius: 3px;
	margin-bottom: 5px;
}

.newsDetail h5.postContent {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 20px 0;
	border-left: 8px solid #990033;
	padding-left: 16px;
	/*border-bottom: 1px solid #000;
	padding: 5px 0 5px 10px;*/
	color: #333;
}

.newsDetail p {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}

.newsImage {
	clear: both;
	margin:20px 0;
}

.newsImage img {
	width: 100%;
}

.newsImage img.switch {
	visibility: hidden;
}

.newsDetail .postDate{
	margin: 20px 0;
}

nav.anotherPost p {
	font-size: 14px;
}

nav.anotherPost p:first-child {
	float: left;
	margin-right: 50px;
}

nav.anotherPost p:last-child {
	clear: both;
	margin-top: 20px;
}

/* footer */
footer {
	clear: both;
	padding-left: 10px;
	padding-bottom:20px;
	margin-top: 20px;
}
