@charset "UTF-8";

/*
	Theme Name: Top Theme
	Description: メイントップページ用テーマです。
	Author: Atsushi Mikuni
	Author URI: https://room8.info/

*/

/****************************************

          General Setting

*****************************************/
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 10px;
	>font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	color: #333;
	font-feature-settings : 'palt';
}

html, body {
	height:100%;
}

.minc {
	font-family: "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

article,
footer,
header,
nav,
section {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

section,
div,
p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

p {
	margin: 0;
	padding: 0;
	line-height: 1.8;
}

a {
	outline: 0;
	border: none;
	background-color: transparent;
	text-decoration: none;
}

a:active,
a:hover {
	outline: 0;
}

b,
strong {
	font-weight: bold;
}

i {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.3;
}

img {
	border: 0;
	vertical-align: bottom;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
	margin:0 0 0 10px;
	float: right;
}

.alignleft {
	margin:0 10px 0 0;
	float: left;
}

hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

table {
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0;
}

dt,
dd,
td,
th {
	margin:0;
	padding: 0;
	line-height: 1.8;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	line-height: 1.8;
}

.pc {
	display: none;
}

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

optgroup {
	font-weight: bold;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
select,
textarea {
	display: inline-block;
	vertical-align: middle;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}

::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
	color: #555;
}

/* Extras
========================================================================== */
.r0 { margin-right:0!important; }
.b0 { margin-bottom: 0!important; }

.clear:after,
.block1:after,
.block2:after,
.inblock:after,
.contents:after {
    content: "";
    clear: both;
    display: block;
	visibility: hidden;
	overflow: hidden;
}

#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

@media screen and (min-width: 760px) {

	.op a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha(opacity=70)";
		-moz-opacity: 0.7;
		-khtml-opacity: 0.7;
		zoom: 1;
	}

	.fade a {
		-webkit-transition: opacity 0.5s ease-in-out;
		-moz-transition: opacity 0.5s ease-in-out;
		-o-transition: opacity 0.5s ease-in-out;
		transition: opacity 0.5s ease-in-out;
	}

	p {
		line-height: 1.8;
	}

	li {
		line-height: 1.8;
	}

	.sp {
		display: none;
	}

	.pc {
		display: block;
	}

	#wrapper {

	}

	header {
		margin:0 auto 50px;
		padding:30px 0;
		width:900px;
		border-bottom:1px solid #CCC;
	}

	header h1 {
		margin:0 15px;
		font-size:1.8em;
	}

	header h1 a {
		color:#333;
	}

	.contents {
		margin:0 auto 50px;
		width:900px;
	}

	.main {
		width:610px;
		float:left;
	}

	.search_block {
		margin:0 0 30px;
		padding:0 0 30px;
		font-size:1.2em;
		text-align: right;
		border-bottom:1px solid #CCC;
	}

	.post {
		margin:0 0 30px;
	}

	.post h2 {
		margin:0 0 10px;
		padding:0 0 10px;
		font-size:1.6em;
		border-bottom:1px solid #555;
	}

	.post h2 a {
		color:#333;
	}

	.post div {
		font-size:1.4em;
	}

	.post div p {
		margin:0 0 20px;
	}

	.post div p:last-child {
		margin:0;
	}

	.side {
		width:250px;
		float:right;
	}

	.notfound {
		padding:60px 0;
		text-align: center;
	}

	.notfound h2 {
		margin:0 0 50px;
		font-size:2.4em;
	}

	.notfound p {
		font-size:1.6em;
	}

	footer {
		margin:0 auto;
		padding:20px 0;
		width:900px;
		border-top:1px solid #CCC;
	}

	footer p {
		text-align: center;
		font-size:1.2em;
	}

	/* Side
	------------------------------------------------- */
	.side h3 {
		margin:0 0 20px;
		padding:0 0 15px;
		font-size:1.6em;
		border-bottom:1px solid #CCC;
	}

	.menubox {
		margin:0 0 30px;
		font-size:1.5em;
	}

	.menubox ul li {
		margin:0 0 5px;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

}