@charset "UTF-8";
/*============================================================
module.css
============================================================*/
.oldContent {
	/*
clearfix
－－－－－－－－－－－－－－－－－－－－－－－－*/
	/* float解除用 */
	/*
link
－－－－－－－－－－－－－－－－－－－－－－－－*/
	/*
common set
－－－－－－－－－－－－－－－－－－－－－－－－*/
	/*h1 {
    font-size: 18px;
    margin: 20px 0;
}
h2 {
    font-size: 14px;
    margin: 15px 0;
}
h3 {
    font-size: 14px;
    margin: 10px 0;
}
h4 {
    font-size: 14px;
    margin: 10px 0;
}
h5 {
    font-size: 12px;
    margin: 10px 0;
}
h6 {
    font-size: 10px;
    margin: 10px 0;
}*/
	/*p {
    margin: 10px 0;
}*/
}

.oldContent html, .oldContent button, .oldContent input, .oldContent select, .oldContent textarea {
	color: #222222;
}

.oldContent ::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

.oldContent ::selection {
	background: #b3d4fc;
	text-shadow: none;
}

.oldContent hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

.oldContent img {
	vertical-align: middle;
}

.oldContent li img {
	vertical-align: bottom;
}

.oldContent fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.oldContent textarea {
	resize: vertical;
}

.oldContent .clearfix_pec:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}

.oldContent .clearfix_pec {
	display: inline-block;
}

.oldContent .clearfix_pec {
	display: block;
}

.oldContent .both_pec {
	clear: both !important;
}

.oldContent a {
	outline: none !important;
	text-decoration: none;
}

.oldContent a:link, .oldContent a:visited, .oldContent a:active {
	text-decoration: none;
	color: #333333;
}

.oldContent a:hover {
	text-decoration: underline;
}

body .oldContent  {/*20190726*/
	padding: 0px;
	overflow-x: hidden;
	font: 14px/1.6 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
	color: #333333;
	background: #ffffff;
	/*background: #e8e8e8;*/
}
