@charset "utf-8";


/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html,body {min-height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
}
a:hover {
	color: #25b1d9;	/*マウスオン時の文字色*/
	opacity:0.8;
}


/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*headerブロック*/
header {
	text-align: center;		/*headerの中身をセンタリングさせる設定*/
}
header h1 {
	float:left;
}
/*ロゴ画像設定*/
#logo img {
	width: 250px;			/*画像幅*/
}

/*ハンバーガーメニュー*/
#navArea {
	position:fixed;
	z-index:9999;
	background:#FFF;
	width:100%;
	box-shadow : 1px 1px 10px 1px rgba(0,0,0, 0.1);
  margin-top:-40px;
}
.head_logo_sp {
	max-width:250px;
	float:left;
}
.head_logo_sp img {
	width:100%;
}
@media screen and (max-width: 400px) {

.head_logo_sp {
	max-width:200px;
	float:left;
}
}
@media screen and (max-width: 340px) {

.head_logo_sp {
	max-width:180px;
	float:left;
}
}

/*============
nav
=============*/
nav {

  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.nav-links {
    text-align: center;
    margin: 20px 10%;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}

.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 599px) {
  nav {
    left: -280px;
    width: 280px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 10px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 99993;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
@media screen and (min-width: 600px) {
	.pc_head {
		display:block;
	}
	#navArea {
		display:none;
	}
}

@media screen and (max-width: 599px) {
	.pc_head {
		display:none;
	}
	#navArea {
		display:block;
	}
	section.full {
    margin-top: 0px !important;
	}
	section.full_iruka {
    margin-top: 0px !important;
	}
	section.full_kyousei {
    margin-top: 0px !important;
	}
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニュー全体を囲むブロック*/
#menubar {
	text-align: center;	/*文字をセンタリング*/
	float:right;
}
/*メニュー１個あたりの設定*/
#menubar li {
	float:left;
	padding: 15px 30px;	/*各メニュー内の余白。上下に15px、左右に30pxあけるという意味。*/
}
#menubar li a {
	text-decoration: none;
	color: #000;	/*文字色*/
	font-size:18px;
}



/*フッター(ページ最下部のcopyrightのパーツ)設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;	/*文字をセンタリング*/
	padding: 20px 0px;	/*左から、上下、左右への余白*/
	background:#acd598;
}
footer a {
	text-decoration: none;
	border: none;
}
footer ul {
	
}
footer ul li {
	width:16.6%;
	float:left;
}
footer ul li a {
	font-size:18px;
	color:#000;
}
footer p {
	font-size:20px;
	margin-top:50px;
	font-weight:bold;
}
footer p span {
	font-size:26px;
}




/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){


/*メニュー
---------------------------------------------------------------------------*/
#menubar li a {
	padding: 15px 10px;	/*各メニュー内の余白。上下に15px、左右に10pxあけるという意味。*/
}


}


/*共通設定
---------------------------------------------------------------------------*/
.box1000 {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}


/*トップページ
---------------------------------------------------------------------------*/
section.type01 {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url("../images/top_img.jpg")
	center / cover;
	position: relative;
}
section.type01 h2 {
	color:#FFFFFF;
	font-size:45px;
	line-height:150%;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
section.type02 {
	text-align:center;
	max-width:1000px;
	margin:0 auto;
}
section.type02 h3 {
	font-size:20px;
	margin:60px 0;
}
section.type02 h4 {
	font-size:26px;
	background:linear-gradient(transparent 60%, #acd598 60%);
	display:inline;
}
section.type02 p {
	font-size:16px;
	margin-top:20px;
	text-align:left;
	line-height:200%;
}
section.type03 {
	position: relative;
	width: 100%;
	min-height: 100vh;
	background: url("../images/type03_bg.jpg")
	center / cover;
	position: relative;
	margin-top:60px;
	padding-top:150px;
}
section.type03 h3 {
	text-align:center;
	color:#FFF;
	font-size:30px;
}
section.type03 ul {
	width:100%;
	max-width:1000px;
	margin:60px auto;
}
section.type03 ul li {
	width:30%;
	border-radius: 10px;
	background:#FFF;
	float:left;
	padding:10px 1%;
	min-height:450px;
}
section.type03 ul li:nth-child(2) {
	margin:0 2%;
}
section.type03 ul li img {
	width:100%;
}
section.type03 ul li h4 {
	font-size:22px;
}
section.type03 ul li p {
	font-size:16px;
}
section.type03 ul li p span {
	color:#FF0000;
}
section.type04 {
	width:100%;
	max-width:1000px;
	margin:100px auto 0;
}
section.type04 .box_left {
	width:50%;
	float:left;
}
section.type04 .box_left h3 {
	font-size:26px;
}
section.type04 .box_left p {
	font-size:18px;
}
section.type04 .box_right {
	width:50%;
	float:left;
}
section.type04 .box_right img {
	width:100%;
}
section.type05 {
	background:#F2F2F2;
	width:100%;
	margin-top:100px;
	padding:50px 0;
}
section.type05 h2 {
	color:#004986;
	font-size:24px;
	letter-spacing:5px;
	text-align:center;
}
section.type05 h2 span {
	font-size:12px;
	display:block;
}
section.type05 ul {

}
section.type05 ul li {
	width:100%;
	float:left;
	margin-top:20px;
}
section.type05 ul li:nth-child(2) {
	width:49%;
	margin-right:1%;
}
section.type05 ul li:nth-child(3) {
	width:49%;
	margin-left:1%;
}
section.type05 ul li img {
	width:100%;
}
section.type06 {
	
}
section.type06 p {
	width:90%;
	max-width:900px;
	margin:100px auto;
	font-size:18px;
}
section.type06 p span {
	text-align:right;
	display:block;
}

section.type07 {
	width:100%;
	margin-top:100px;
	padding:50px 0;
}
section.type07 .box_left {
	width:55%;
	float:left;
	margin-right:10%;
}
section.type07 .box_right {
	width:35%;
	float:left;
}
section.type07 h2 {
	color:#004986;
	font-size:24px;
	letter-spacing:5px;
	text-align:center;
}
section.type07 h2 span {
	font-size:12px;
	display:block;
}
section.type07 ul {
	border-top:1px solid #CCC;
	margin-top:20px;
}
section.type07 ul li {
	width:100%;
	float:left;
	padding:15px 0;
	border-bottom:1px solid #CCC;
	font-size:16px;
}
section.type07 ul li span {
	background:#CC0000;
	color:#FFF;
	padding:3px 5px;
	margin-right:10px;
	font-size:12px;
}
section.type08 {
	background:#F2F2F2;
	width:100%;
	margin-top:100px;
	padding:50px 0;
}
section.type08 h2 {
	font-size:24px;
	text-align:center;
}
section.type09 {
	width:100%;
	margin-top:100px;
	padding:50px 0 0;
	border-bottom:50px solid #CCC;
}
section.type09 p {
	font-size:24px;
	text-align:center;
}
section.type09 ul {
	margin-top:40px;
}
section.type09 ul li {
	width:50%;
	float:left;
}

section.type10 {
	background:#acd598;
	width:100%;
	padding:20px 0;
	text-align:center;
}
section.type10 img {
	transform: rotate(45deg);
	width:100%;
	max-width:80px;
}
section.type10 img.rebirth {
	transform: rotate(0deg);
}
section.type10 h2 {
	font-size:30px;
	color:#FFF;
	letter-spacing:5px;
	line-height:100%;
}
section.type10 h2 span {
	font-size:16px;
	font-weight: lighter;
}
section.type11 {
	
}
section.type11 p {
	font-size:18px;
	padding:40px 0;
	width:90%;
	margin:0 auto;
}
section.type11 img {
	width:100%;
	max-width:1000px;
}
section.type12 {
	padding:80px 0;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
	background-image:
	repeating-linear-gradient(
		90deg,
		#EAEAEA ,
		#EAEAEA 1px,
		transparent 1px,
		transparent 16px
	),
	repeating-linear-gradient(
		0deg,
		#EAEAEA ,
		#EAEAEA 1px,
		#fff 1px,
		#fff 16px
	);
}
section.type12 .box_l {
	width:50%;
	float:left;
	background:url(../images/work_01.png) no-repeat;
	padding-top:100px;
}
section.type12 .box_r {
	width:50%;
	float:left;
}
section.type12 .box_l h3 {
	font-size:34px;
	color:#004986;
	border-bottom:2px solid #004986;
	display:inline;
	margin-left:20px;
}
section.type12 .box_r img {
	width:100%;
}
section.type12 .box_l p {
	width:90%;
	margin:0 auto;
	text-align:left;
	font-size:18px;
}
section.type12 .box1 {
	background:#FFF;
	border:2px solid #004986;
	border-radius: 6px;
	margin:40px 2% 0;
	width:96%;
	box-sizing: border-box;
}
section.type12 .box1 h4 {
	color: #fff;
	background-color:#004986;
	font-size:26px;
}
section.type12 .box1 p {
	width:90%;
	margin:0 auto;
	padding:40px 0;
	text-align:left;
	font-size:18px;
}
section.type12 .box2 {
	margin:40px 2% 0;
	width:96%;
}
section.type12 .box2 img {
	width:100%;
}

section.type13 {
	padding:80px 0;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
}
section.type13 .box_l {
	width:50%;
	float:left;
	background:url(../images/work_02.png) no-repeat;
	padding-top:100px;
}
section.type13 .box_r {
	width:50%;
	float:left;
}
section.type13 .box_l h3 {
	font-size:34px;
	color:#004986;
	border-bottom:2px solid #004986;
	display:inline;
	margin-left:80px;
}
section.type13 .box_r img {
	width:100%;
}
section.type13 .box_l p {
	width:90%;
	margin:0 auto;
	text-align:left;
	font-size:18px;
}
section.type13 .box1 {
	background:#FFF;
	border:2px solid #004986;
	border-radius: 6px;
	margin:40px 2% 0;
	width:96%;
}
section.type13 .box1 h4 {
	color: #fff;
	background-color:#004986;
	font-size:26px;
}
section.type13 .box1 p {
	width:90%;
	margin:0 auto;
	padding:40px 0;
	text-align:left;
	font-size:18px;
}


section.type14 {
	padding:80px 0;
	width:100%;
	max-width:1000px;
	margin:0 auto;
	text-align:center;
	background-image:
	repeating-linear-gradient(
		90deg,
		#EAEAEA ,
		#EAEAEA 1px,
		transparent 1px,
		transparent 16px
	),
	repeating-linear-gradient(
		0deg,
		#EAEAEA ,
		#EAEAEA 1px,
		#fff 1px,
		#fff 16px
	);
}
section.type14 .box_l {
	width:50%;
	float:left;
	background:url(../images/work_03.png) no-repeat;
	padding-top:100px;
}
section.type14 .box_r {
	width:50%;
	float:left;
}
section.type14 .box_l h3 {
	font-size:34px;
	color:#004986;
	border-bottom:2px solid #004986;
	display:inline;
	margin-left:80px;
}
section.type14 .box_r img {
	width:100%;
}
section.type14 .box_l p {
	width:90%;
	margin:0 auto;
	text-align:left;
	font-size:18px;
}
section.type14 .box1 {
	background:#FFF;
	border:2px solid #004986;
	border-radius: 6px;
	margin:40px 2% 0;
	width:96%;
}
section.type14 .box1 h4 {
	color: #fff;
	background-color:#004986;
	font-size:26px;
}
section.type14 .box1 p {
	width:90%;
	margin:0 auto;
	padding:40px 0;
	text-align:left;
	font-size:18px;
}


section.type15 {
	width:100%;
	max-width:1000px;
	margin:80px auto;
}
section.type15 .box_l {
	width:50%;
	float:left;
}
section.type15 .box_l img {
	width:80%;
	margin:0 10%;
}
section.type15 .box_r {
	width:50%;
	float:left;
}
section.type15 .box_r p {
	font-size:20px;
}
section.type15 .box_r p span {
	font-size:28px;
}


section.type16 {
	width:100%;
	max-width:1000px;
	margin:80px auto;
	text-align:center;
}
section.type16 h3 {
	font-size:26px;
	background:linear-gradient(transparent 60%, #acd598 60%);
	display:inline;
	text-align:center;
	margin:0 auto;
}
section.type16 .box_l {
	width:50%;
	float:left;
	margin-top:40px;
}
section.type16 .box_r {
	width:50%;
	float:left;
	margin-top:40px;
}
section.type16 .box_r p {
	font-size:20px;
	width:90%;
	margin:0 auto;
	text-align:left;
}
section.type16 .box1 {
	margin-top:40px;
}
section.type16 .box1 p {
	font-size:18px;
	width:90%;
	margin:0 auto;
	text-align:left;
}

section.type17 {
	margin-top:80px;
}
section.type17 p {
	font-size:20px;
	text-align:center;
}
section.type17 img {
	width:100%;
	margin-top:40px;
}

section.type18 {
	width:100%;
	margin-top:100px;
	padding:50px 0;
}
section.type18 h2 {
	color:#004986;
	font-size:24px;
	letter-spacing:5px;
	text-align:center;
}
section.type18 h2 span {
	font-size:12px;
	display:block;
}
section.type18 ul {
	text-align:center;
}
section.type18 ul li {
	font-size:18px;
	margin-top:20px;
	font-weight:bold;
}

section.type19 {
	width:100%;
	margin-top:100px;
	padding:50px 0;
	background:#eeeeee;
}
section.type19 h2 {
	color:#004986;
	font-size:24px;
	letter-spacing:5px;
	text-align:center;
}
section.type19 h2 span {
	font-size:12px;
	display:block;
}

section.type19 table{
  width: 100%;
  border-collapse: collapse;
  max-width:1000px;
  margin:20px auto;
}

section.type19 table tr{
  border-bottom: solid 1px #BCBCBC;
}

section.type19 table tr:last-child{
  border-bottom: none;
}

section.type19 table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #999;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}

section.type19 table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #999;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

section.type19 table td{
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #FFF;
  padding: 10px 0;
}
section.type19 .box1 {
	width:90%;
	max-width:1000px;
	margin:40px auto;
}
section.type19 .box1 img {
	width:100%;
}

section.type19 .box1 p {
	background:#FFF;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
	padding:20px 0;
    text-align: center;
    color: #000;
	font-size:26px;
	box-shadow: 10px 10px 0px 0 rgb(204, 225, 152);
}


section.type20 {
	margin-top:80px;
}
section.type20 p {
	font-size:20px;
	text-align:center;
}
section.type20 img {
	width:100%;
	margin-top:40px;
}


section.type21 {
	width:100%;
	margin-top:100px;
	padding:50px 0;
}
section.type21 h2 {
	color:#004986;
	font-size:24px;
	letter-spacing:5px;
	text-align:center;
}
section.type21 h2 span {
	font-size:12px;
	display:block;
}
section.type21 iframe {
	margin-top:40px;
}
section.type21 h3 {
	font-size:26px;
	border-bottom:2px solid #004986;
	padding-left:20px;
	margin-top:20px;
}
section.type21 p {
	font-size:22px;
	padding-left:20px;
}


section.type22 {
	margin-top:80px;
}
section.type22 p {
	font-size:20px;
	text-align:center;
}
section.type22 img {
	width:100%;
	margin-top:40px;
}



section.type23 {
    background-color: #EFF4FA;
    background-image:
   repeating-linear-gradient(-45deg,
   #fff, #fff 7px,
   transparent 0, transparent 14px);
   padding:40px 0;
}
section.type23 .box_l {
	width:50%;
	float:left;
}
section.type23 .box_l img {
	width:90%;
	padding:10px;
	background:#FFF;
	box-shadow : 5px 5px 5px rgba(0,0,0, 0.25);
}
section.type23 .box_r {
	width:50%;
	float:left;
}
section.type23 .box_r h3 {
	position: relative; /* 三角の位置を固定するために設定 */
	width: 90%; /* 幅 */
	margin: 0 auto 40px; /* 上 左右 下のマージン */
	padding: 10px; /* ふきだし内の余白 */
	background: #FFF; /* 背景色 */
	text-align: center; /* テキストの揃え */
	border-radius: 8px; /* <-追加 */
	box-shadow : 5px 5px 5px rgba(0,0,0, 0.25);
	font-size:28px;
}
section.type23 .box_r h3::before { /* 三角の部分 */
	content: '';
	position: absolute; /* 位置固定 */
	bottom: -28px; /* 線幅の2倍 */
	left: 50%;
	margin-left: -14px; /* 線幅だけずらす */
	border: 14px solid transparent; /* 線幅の設定 */
	border-top-color: #FFF; /* 吹き出しの地と同じ色 */
}
section.type23 .box_r p {
	font-size:20px;
}


/*レスポンシブ対応*/
@media screen and (max-width: 599px) {
	body {
		padding-top:40px;
	}
	section.type01 {
		min-height: 50vh;
	}
	section.type01 h2 {
		font-size:30px;
	}
	section.type02 h3 {
		font-size: 16px;
	}
	section.type02 h4 {
		font-size: 22px;
	}
	section.type02 p {
		padding: 0 10px;
	}
	section.type03 h3 {
		font-size: 26px;
	}
	section.type03 ul li {
		width:90%;
		margin:20px 3%;
		padding: 10px 2%;
	}
	section.type03 ul li:nth-child(2) {
		margin:20px 3%;
	}
	section.type04 .box_left {
		width:96%;
		margin:0 2
	}
	section.type04 .box_left h3 {
		font-size:20px;
		text-align:center;
	}
	section.type04 .box_left p {
		padding:10px;
	}
	section.type04 .box_right {
		width:90%;
		margin:0 5%;
	}
	
	section.type07 .box_left {
		width:90%;
		float:left;
		margin:0 5%;
	}
	section.type07 .box_right {
		width:90%;
		float:left;
		margin:40px 5% 0;
	}
	section.type08 iframe {
		width:300px;
	}
	section.type09 ul li {
		width:100%;
		margin-top:40px;
		border-bottom:10px solid #CCC;
	}
	section.type11 p {
		font-size: 16px;
	}
	section.type12 .box_l {
		width: 100%;
	}
	section.type12 .box_l h3 {
		margin-left:0px;
	}
	section.type12 .box_r {
		width: 100%;
	}
	section.type13 .box_l {
		width: 100%;
	}
	section.type13 .box_l h3 {
		margin-left:0px;
	}
	section.type13 .box_r {
		width: 100%;
	}
	section.type14 .box_l {
		width: 100%;
	}
	section.type14 .box_l h3 {
		margin-left:0px;
	}
	section.type14 .box_r {
		width: 100%;
	}
	section.type15 .box_l {
		width: 100%;
	}
	section.type15 .box_r {
		width: 100%;
	}
	section.type15 .box_r p {
		padding:10px;
	}
	section.type16 .box_l {
		width:100%;
	}
	section.type16 .box_r {
		width:100%;
	}
	section.type16 .box1 p {
		font-size: 16px;
	}
	section.type16 .box_r p {
		font-size: 18px;
	}
	section.type17 p {
		font-size:16px;
	}
	section.type18 ul {
		padding:10px;
	}
	section.type18 ul li {
		font-size: 16px;
		text-align: left;
	}
	section.type20 p {
		font-size: 16px;
	}
	section.type21 h3 {
		font-size: 20px;
	}
	section.type21 p {
		font-size: 18px;
	}
	section.type22 p {
		font-size: 16px;
	}
	section.type23 .box_l {
		width:100%;
	}
	section.type23 .box_r {
		width:100%;
		margin-top:20px;
	}
	section.type23 .box_l img {
		padding: 10px 2%;
		margin: 0 3%;
	}
	section.type23 .box_r p {
		font-size: 18px;
		padding:10px;
	}
	
	footer ul li {
		width:50%;
	}
	footer p {
		font-size:16px;
	}
}

/*追加プラグイン用CSS*/
/*コンタクトフォーム*/
input[type="text"], input[type="email"], input[type="tel"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em 1%;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 98%;
}
input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 50%);
    font-weight: bold;
	margin: 0 auto;
	display: block;
}

/*個別投稿ページ*/
#sigle_page_cont {
	max-width:980px;
	margin:20px auto;
}
#sigle_page_foot .byline {
	display:none;
}
#sigle_page_foot .post-taxonomies {
	display:none;
}
#comments {
	display:none;
}
footer.entry-footer {
	background:#FFF;
}


/*ブログアーカイブ*/
header.page-header h1.page-title {
    float: none;
    background: #EAEAEA;
}
article.type-post .entry-content {
	margin:20px 10%;
}
article.post {
	border-bottom:1px solid #EAEAEA;
}
.nav-links {
	text-align:center;
}