/*
Template:twentyfifteen
Theme Name:original_child
*/


/* charset */
@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
html {
	margin-bottom:1px;
	height:100%;
}
body {
	background-color: #ffffff;
	text-align: center;
	color: #666666;
	font-size : 62.5%;
	position:relative;
}
html>body {
	font-size : 14px;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}
img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul {
	list-style-image: none;
	list-style-type: none;
}
ul,
ol {
	margin: 0;
}
li {
	margin: 0px;
	padding: 0px;
}
em  {
	visibility: hidden;
	display: none;
}
a:link {
	color: #ff9900;
	text-decoration: none;
}
a:visited {
	color: #ff9900;
	text-decoration: none;
}
a:hover,a.now {
	color: #ff9900;

	text-decoration: underline;
}
a:hover img {
	text-decoration: none;
	border-bottom: none!important;
}
a:active {
	color: #ff0000;
	text-decoration: none;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;/* 隙間対応 */
	font-size: 0.1em;/* 隙間対応 */
	line-height: 0;/* 隙間対応 */
}
.clearfix {
	min-height:1px;
}
* html .clearfix {
/*\*//*/
height:auto;
overflow:hidden;
/**/
}