/*
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
}

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
}
body{margin-top: 0}/*
Theme Name: kounogyousei
Theme URI: http://kounogousei.net/
Author: the Katsushi Kono
Author URI: http://kounogyousei.net/
Description: kounogyousei
Version:1.0
*/
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * https://cssreset.com/
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
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;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
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;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }

@charset "utf-8";


body{
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
	width: 95%;
	margin: 0 auto;
	padding:5px 3px;
	max-width: 1100px;
	background:#EEEEEE;
	

}

p{
	word-break:break-all;
}

h1{
	font-size: 20px;
	font-weight:bolder;
}

h2{
	font-size: 18px;

}

h3{
	font-size: 16px;
	font-weight:bolder;
}

a{
	color:;
	text-decoration: none;
	font-weight:bolder;

}

a:hover{
	background: #ddd;
}


.backtotop {
    position: fixed;
    right: 30px;
    bottom: 10px;
    z-index: 9000;
    display: none;
}    

.backtotop a {
    display: block;
    color: #777777;
    padding: 14px 6px;
    margin: 0;
    background-color: #DDDDDD;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.backtotop a:hover {
    background: #666666;
    color: #FFFFFF;
}


#header{
	
	background:orange;
	color:;
	/*border-radius: 5px;*/
	margin-bottom: 8px;
	/*box-shadow:0 0 5px rgba(0,0,0,0.5);*/
	
}
#header h1 a{
	color:white;
	font-weight: bold;
	font-size: 18px;
}



#header center{
	padding: 5px;
}


/*posts*/

#posts{
	background:white;
	width:auto;
	float:left;
	margin-left:1px;
	margin-right:1px;


	padding:20px;
	display:block;
	overflow:hidden;
	}

#posts a{
	color:;
		}

	.post{
		margin-bottom: 30px;
		display:block;
	}

		.post-header{
			margin-bottom: 15px;
		}
			
			.post-header h2{
				font-size: 16px;
				font-weight: bold;
			}

			.post-meta{
				font-size: 12px;
				padding:7px;
				color:#555;
			}

		.post-content{
			overflow:hidden;
		}	

			.post-image{
				float:left;
				max-width: 100px;
				margin:15px;
			}

			.post-body{
				margin-left:;
			}

/*navigation*/

.navigation{
	overflow:hidden;
	margin-left:1px;
	margin-right:1px;
	padding: 10px 0;
	font-size: 16px;
	margin-bottom: 15px;
}
	.prev{
		float:left;
		width:100px;
		text-align: center;
		background:;
	}

	.next{
		float:right;
		width:100px;
		text-align: center;
		background:;
	}

/*sidebar*/

#sidebar{
	background:white;
	/*border-radius: 5px;*/
	margin-bottom: 5px;
	margin-right:1px;
	overflow: hidden;
	/*box-shadow:0 0 5px rgba(0,0,0,0.5);*/
}

	.widget{
		margin-bottom:20px;
		margin-left:10px;
	}

		.widget h3{
			font-weight: bold;
			padding-bottom: 7px;
		}

		.widget li{
			line-height: 1.8;
			overflow:hidden;
			margin-left:10px;
		}




#footer{
	background:;
	border-radius: 5px;
	padding: 5px;
	overflow: hidden;
	font-size: 15px;
	display:block;

}

#footer a{
	color:;

}

#footer1{
	background:white;
	font-size: 12px;
	text-align: center;
	color: #ccc;
	overflow: hidden;
	border-top:1px #ccc solid;
	display: block;
	overflow: hidden;

}

#container{
background:;
min-height:565px;
}

#main{
	background:;
	/*border-radius: 5px;*/
	margin-bottom: 8px;
	height: auto;
	overflow: hidden;
	display: block;

}

#main1{
	background:white;
	/*border-radius: 5px;*/
	margin-bottom: 8px;
	margin-left:1px;
	margin-right:1px;
	overflow: hidden;
	text-align: center;
	display: block;
	/*box-shadow:0 0 5px rgba(0,0,0,0.5);*/
}


#main1 a {
		text-align:;
		width:;
		color:;
		display: block;
		font-size: 20px;
	}

#main1 a:hover{
	background: #ddd;
}

#main2{
	background:white;
	/*border-radius: 5px;*/
	margin-bottom: 8px;
	overflow: hidden;
	text-align: center;
	display:block;
	/*box-shadow:0 0 5px rgba(0,0,0,0.5);*/

}


#main2 a {
		text-align:;
		width:;
		color:;
		font-size: 16px;
	}

#main2 a:hover{
	background: #ddd;
}


/*#main11{
	background:orange;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-left:1px;
	margin-right:1px;
	overflow: hidden;
	text-align: center;
	display: block;
	/*box-shadow:0 0 5px rgba(0,0,0,0.5);


}


#main11 a {
		text-align:;
		width:;
		color:white;
		display: block;
		font-size: 30px;
	}

#main11 a:hover{
	background: #ddd;
}*/

.red{
	color: white;
}





#main3{
	/*border-radius: 5px;*/
	margin-bottom: 8px;
	padding: 5px;
	height: auto;
	overflow: hidden;
	text-align: left;
	display: block;
}



#news{
	background: white;
	margin: 1px;
	padding:10px;
	text-align: left;
	position: relative;
	border-radius: 3px;
}

.label{
	position: absolute;
	top: -20px;
	left: 5px;
	background:red;
	padding: 2px 4px;
	color: white;
	border-radius:;
}

.job{
	background:white;
	padding: 10px 30px 10px 30px;
	margin-left: 0px;
	/*border-radius:5px;*/
	font-size: 20px;


}

.job> h2{
	font-size: 20px;
	font-weight: bold;
}
.job ul{
	font-size: 16px;
	font-weight: bold;
	text-align: left;

}

.job span{
	font-weight: normal;
}

#housyuu{
	background:white;
	/*border-radius: 5px;*/
	margin-bottom: 5px;
	height: auto;
	width: auto;
	overflow: hidden;
	text-align: center;
}


#housyuu a {
		text-align:;
		width:;
		color:;
		background: white;
		padding: 5px;
	}

#housyuu a:hover{
	background: #ddd;
}




.housyuu{
	padding: 10px 30px 10px 30px;
	/*border-radius:5px;*/
	font-size: 16px;
}

.housyuu>ul{
	font-weight: bold;
	text-align: left;
}

.housyuu h1{
	font-size: 20px;
}

.housyuu span{
	color: red;
}

.housyuu img{
	width: 370px;
	height: 80px;
}


#footerNavLink{
	float: left;
	margin-top:-5px;
	margin-left:5px;
	font-size: 30px;
	overflow: hidden;
}



#headerNav ul{
	float: left;
	list-style: none;
	background:white;
	/*border-radius:5px;*/
	overflow: hidden;
	margin-top: 8px;
	margin-right: 8px;
	width: 20%;
	/*box-shadow:0 0 5px rgba(0,0,0,0.5);*/

}



#headerNav li{
	text-align:left;
	margin-bottom: -3px;
	overflow: hidden;
	border-bottom: 3px solid #EEEEEE;

}

#headerNav a:hover{
	background: #ddd;
}

#headerNav a {
		text-align:left;
		width:;
		color:;
		display: block;
		padding: 10px;
		text-decoration: none;
	}



#footerNav a:hover{
	background: #ddd;
}

#footerNav a {
		text-align:;
		width:;
		color:;
		display: block;
		padding: 5px;

	}

img{
	max-width: 100%;
}



#formWrap {
	float: left;
	margin:20px 0 20px 20px;
	color:#555;
	line-height:120%;
	font-size:100%;
	background:;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:25%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}


/* スマホのスタイル */
#headerNav{
	display: none;
	}

/* タブレットのスタイル */

@media all and (min-width: 900px) {
	#footerNavLink{
		display: none;
	}
	#headerNav{
		display: block;
	}
	#footerNav{
		display: none;
	}

}

/* PCのスタイル */

@media all and (min-width: 768px) {
	#container{
		overflow: hidden;
	}
	#main{
		float: left;
		width: 69.3%;
	}
	#sidebar{
		float: right;
		width: 29.8%;
	}
	
}

#header{
margin-top: 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
}
