/* CSS Document */


/*----------トップイメージ----------*/
div.image {
	height: 100px;
	width: 100%;
	margin-bottom: 100px;
}
div.image h2 {
	width: 90%;
	margin: 0px auto;
	padding-top: 40px;
}


/*----------コンテンツ----------*/
div.image h2 img {
	height: auto;
	width:100px;
}
#contents>div {
	margin-bottom: 50px;
}
.text strong{
	font-weight:bold;
}
.text h1 {
	font-size:24px;
}
.text h2 {
	font-size:20px;
}
.text h3 {
	font-size:18px;
}
.text h4 {
	font-size:12px;
}
.text h5 {
	font-size:10px;
}
.text h6 {
	font-size:8px;
}

/*----------メイン----------*/
div.main dl,
div.main div.text {
	width: 80%;
	margin: 0px auto;
}



/*----------一覧----------*/
#contents div.article{
	width:80%;
	margin:0px auto 20px;
	border-bottom: 1px dotted #666;
}
div.main .article dl{
	width:100%;
}
#contents div.article dl dd{
	margin-bottom:10px;
	border-bottom:none;
}
#contents div.article .thumb{
	margin:0px auto 30px;
	text-align:center;
}


div.main div.text a {
	color:#06C;
	text-decoration: underline;
}
div.main div.text a:visited {
	color:#63C;
}
div.text p{
	line-height: 220%;
}
div.text p.cat {
	text-align: right;
	margin-top: 50px;
}
#contents dl dt {
	color: #666;
}
#contents dl dt i {
	font-size: 20px;
	color: #666;
	margin-right: 5px;
	vertical-align: top;
}

#contents dl dd{
	border-bottom: 1px dotted #666;
	margin-bottom: 20px;
}
#contents div.main dl dd{
	font-size: 16px;
}


/*----------コメント----------*/

h3#comments-count {
	margin-bottom: 20px;
}
div.commentmetadata {
	margin-bottom: 10px;
}
div.commentmetadata a{
	color: #999;
	margin-bottom: 20px;
}

#contents div#respond,
#contents div#comments {
	margin: 80px auto 0px;
	width: 80%;
	border-top: 1px solid #dddddd;
	padding-top: 40px;
}
#contents div#respond p,
#contents div#comments p{
	margin-bottom: 20px;
}
#contents div#respond label {
	vertical-align: top;
	width: 100px;
}
#contents div#respond input,
#contents div#respond textarea {
	float: right;
}
#contents div#respond textarea {
	margin-bottom: 20px;
	width: 96%;
}

#contents div#respond p.form-submit{
	float: none;
	clear: both;
}
div.comment-body{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
}
div.reply a {
	
	background: #ddd;
	display: block;
	padding: 5px;
	text-align: center;
	width: 50px;
	margin-bottom: 20px;
}
/*----------サイド----------*/
aside {
	background: #DDD;
	padding: 40px;
}
aside ul {
	margin-bottom: 100px;
}
aside ul li{
	margin-bottom: 10px;
	border-bottom: 1px solid #FFF;
}

aside h2 {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 2px solid #FFF;
	margin-bottom: 20px;
}
aside div.new{
	float: left;
	width: 60%;
}
aside div.cat{
	float: right;
	width: 30%;
}
#contents aside dl dt span{
	color: #FFF;
	background: #999;
	margin-left: 10px;
	padding: 0px 5px;
	font-size: 12px;
}
#contents aside dl dd {
	border-bottom: 1px solid #FFF;
	margin-bottom: 20px;
}
div.page {
	width: 80%;
	margin: 0px auto;
}
div.page p.left{
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}
div.page p.right{
	float: right;
	margin-bottom: 20px;
}


li#search-2 label.screen-reader-text {
	display: none;
}


/* 768px以上 */
@media screen and (min-width : 768px){

/*----------トップイメージ----------*/
section#contents {
	margin: 0px auto;
	width: 1000px;
}
div.image {
	margin-bottom: 150px;
}
div.image h2 {
	width: 1000px;
	margin: 0px auto;
	padding-top: 40px;
}

/*header h1 img{
	height: auto;
	width:102px;
}*/

div.image h2 img {
	height: 175px;
	width: 175px;
}
div.main {
	width: 580px;
	float: left;
}

div.main dl,
div.main div.text {
	width: 500px;
}

/*----------一覧----------*/
#contents div.article{
	width:500px;
}

/*----------コメント----------*/
#contents div#respond textarea {
	width: 350px;
}

/*----------サイド----------*/
aside {
	float: right;
	width: 220px;
}
aside div.new{
	float: none;
	width: 100%;
	margin-bottom: 100px;
}
aside div.cat{
	float: none;
	width: 100%;
}


}
