@charset "utf-8";

/* ----------------------------------------------------
	base
---------------------------------------------------- */
body {
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
	font-size: 16px;
	line-height: 1.5;
}

a {
	color: #0860c0;
	text-decoration: underline;
}

a:hover {
	opacity: 0.7;
}

h1 {
	font-size:24px;
	font-weight: 700;
}

h2{
	font-size:20px;
	color:#F44040;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}

h2:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 80px;
	height: 2px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #F44040;
}
section{
	width: 700px;
	margin: 40px auto;
	border: #E8E8E2 2px solid;
	border-radius: 20px;
	padding: 50px;
}

p{
	margin-bottom: 15px;
	color: #595960;
}

hr{
	border:none;
	margin: 40px 0;

}

/* ----------------------------------------------------
	header
---------------------------------------------------- */

.header-area{
width: 100%;
background: linear-gradient(to bottom,#fff 96%,#e0e0e0 100%);
padding: 18px 0;
margin-bottom: 10px;
border-top: none!important;
}

.static-globalHeader .pt02a .p01 img{
	width: 133px;
}

/* ----------------------------------------------------
	contents
---------------------------------------------------- */

#contents{
	width: 980px;
	margin: 0 auto;
}

.main_title{
	border-top: #F44040 2px solid;
	border-bottom: #F44040 2px solid;
	padding: 40px 0;
	text-align: center;
}

.main_title span.attention{
	display: block;
	color:#F44040 ;
	font-size: 22px;
}

.main_title span.date{
	display: block;
	margin :30px 0 15px;
	font-weight: bold;
	font-size: 18px;
}

.emphasize_text{
	font-weight: bold;
	color: #13131E;
}

.dotline{
  height: 1px;
  position: relative;
}

.dotline::before {
	content: "";
	background-image: linear-gradient(to right, #cccccc, #cccccc 3px, transparent 3px, transparent 8px);
	background-size: 8px 1px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.bid_about img{
	display: block;
	margin: 30px auto 0;
	width: 160px;
}

.pcnone{
	display: none;
}

/* ----------------------------------------------------
	footer
---------------------------------------------------- */

.page-top span {
background-color: #888!important;
display: block;
width: 38px;
height: 38px;
border-radius: 4px;
}

/* ----------------------------------------------------
	clearfix
---------------------------------------------------- */
.clearfix {
	zoom: 1; /* IE5.5～E7 */
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.clear {
	clear: both;
}


/* media Query
---------------------------------------------------- */

@media screen and (max-width: 1024px) {

/* ----------------------------------------------------
	base
---------------------------------------------------- */

body {
	font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
	font-size: 14px;
	line-height: 1.5;
}

section{
	max-width: 100%;
	border-radius: 0;
	border: none;
	border-bottom: 2px #E8E8E2 solid;
	padding: 0 14px 50px;
	width: 95%;
}

h1{
   font-size: 18px; 
}

h2{
   font-size: 18px; 
   font-weight: normal;
}

.spnone{
	display: none;
}
.pcnone{
	display: block;
	max-width: 100%;
}


/* ----------------------------------------------------
	header
---------------------------------------------------- */

header,
.static-globalHeader .pt01, .static-globalHeader .pt02, .static-globalHeader .pt03 .bg01, .static-globalHeader .pt04, .static-globalHeader .pt05, .static-globalHeader .pt06{
	max-width: 100%;
}

.header-area {
	box-shadow: 0 1px 1px rgba(110,110,110,.2);
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	padding: 0;
}

 .static-globalHeader{
box-sizing: border-box;
height: 56px;
padding:5px 10px;
background:#fff;
}

/*ロゴ部分*/
.static-globalHeader .pt01{
position:relative;
margin:0 5px;
height:42px;
}

/*ロゴ*/
.static-globalHeader .pt01a{
float:left;
width:89px;
height: 38px;
padding-top: 3px;
}

.static-globalHeader .pt02a{
	margin: 3px 5px 5px;
}

.static-globalHeader .pt02a .p01 img{
	width: 80px;
}


.static-breadCrumb{
	padding: 0 16px;
}

/* ----------------------------------------------------
	contents
---------------------------------------------------- */

.main_title span.date{
   font-size: 14px;     
}

#contents{
	width: 100%;
}

.main_title{
 padding: 20px 0;
 margin: 20px 8px 0;
}

}