/**------------------------------------------------------------

		iPhone5/SE(320x568)

------------------------------------------------------------**/

@media (max-width: 350px){
	.cssBr {
		width: 350px;
		height: 20px;
	}
	.cNwidth {
		width: 130px;
		font-size:16px;
	}
	.iPhoneTable {
		width: 350;
	}
	.boxC {
		float: left;
		width: 350px;
		display: inline-block;
		padding: 5 5 5px;
	}
	.boxCplus {
		padding: 5 5 60px;
	}
	.footerText{
		padding: 5px;
		display:block;
		font-size: 10px;
		transform:scale(0.7);
		transform-origin:0 0;
		color: #fff;
	}
	.main-subtitle {
		background: #ffe4e1;
		padding: 6px 10px;
		border-radius: 5px;
		color: #db4275;
		font-weight: bold;
		margin-left: 10px;"
	}
	.main-subtext {
		padding: 30px 15px 10px;
		border-radius: 5px;
		border: 2px solid #ffe4e1;
		font-size:16px;
		line-height: 1.5em;
	}
	.boxD {
		float: left;
		width: 350px;
		padding: 5 5 60px;
	}
	select{
		border: 1px;
		font-size: 16px;
	}
	.headerSJText{
		padding: 10px 5px;
		float: left;
	}
	/** ハンバーガーメニュー非表示 2020.01.23 **/
	#humberger {
		display: none;
	}
	/** スキルのテーブル周りの装飾 **/
	.skillLStyle tr:last-child td{
		width: 60px;
	}

}

/**------------------------------------------------------------

	iPhone5/SE(320x568),iPhone6/7/8(375x667),GalaxyS5(360x640),
	Pixel2(411x731),Pixel2XL(411x823),iPhone6/7/8Plus(414x736),
	iPhoneX(375x812),

------------------------------------------------------------**/

@media (min-width: 351px) and (max-width: 599px) {

	.cssBr {
		width: 350px;
		height: 20px;
	}
	.cNwidth {
		width: 150px;
		font-size:16px;
	}
	.iPhoneTable {
		width: 350;
	}
	.boxC {
		float: left;
		display: inline-block;
		padding: 5 5 5px;
		width: 350px;
	}
	.boxCplus {
		padding: 5 5 60px;
	}
	.footerText{
		padding: 5px;
		display:block;
		font-size: 10px;
		transform:scale(0.7);
		transform-origin:0 0;
		color: #fff;
	}
	.main-subtitle {
		background: #ffe4e1;
		padding: 6px 10px;
		border-radius: 5px;
		color: #db4275;
		font-weight: bold;
		margin-left: 10px;"
	}
	.main-subtext {
		padding: 30px 15px 10px;
		border-radius: 5px;
		border: 2px solid #ffe4e1;
		font-size:16px;
		line-height: 1.5em;
	}
	.boxD {
		float: left;
		width: 350px;
		padding: 5 5 60px;
	}
	select{
		border: 1px;
		font-size: 16px;
	}
	.headerSJText{
		padding: 7px 5px;
		float: left;
	}
	/** ハンバーガーメニュー非表示 2020.01.23
	#humberger {
		display: none;
	} **/
	/** スキルのテーブル周りの装飾 **/
	.skillLStyle tr:last-child td{
		width: 60px;
	}
	/** ハンバーガーメニューとそのサブエリアのスタイル.スマホ用リメイク 2020.01.24 **/
	#humberger {
		position: fixed;
		right: 13px;
		top: 13px;
		height: 18px;
		width: 18px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div {
		position: absolute;
		left: 0;
		height: 4px;
		width: 18px;
		background-color: #fff;
		border-radius: 2px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div:nth-of-type(1) {
		top: 0;
	}
	#humberger div:nth-of-type(2) {
		top: 7px;
	}
	#humberger div:nth-of-type(3) {
		bottom: 0;
	}

	#headerSubStyle{
		background-color: #ffe4e1;
		height: 63px;
		position: fixed;
		top: 48;
		width: 100px;
		right: 0;	
		border: solid 2px #db5884;
	}
	.headerSubText {
		padding: 6px;
		border-radius: 5px 5px 0 0;
		color: #db5884;
		font-weight: bold;
		font-size: 12px;
		margin-left: 0px;
	}
	
}

/**------------------------------------------------------------

		iPad(768x1024)

------------------------------------------------------------**/

@media (min-width: 600px) and (max-width: 959px) {
	
	.cssBr {
		width: 350px;
		height: 10px;
	}

	.boxC {
		float: left;
		display: inline-block;
		width: 280px;
		padding: 5 30 5 15px;
	}
	.boxCplus {
		padding: 5 30 60 15px;
	}
	.footerText{
		padding: 5px;
		font-size: 3px;
		color: #fff;
		text-align: right;
	}
	.main-subtitle {
		background: #ffe4e1;
		padding: 6px 10px;
		border-radius: 5px;
		color: #db4275;
		font-weight: bold;
		margin-left: 10px;"
	}
	.main-subtext {
		padding: 30px 15px 10px;
		border-radius: 5px;
		border: 2px solid #ffe4e1;
		font-size:12px;
		line-height: 1.5em;
	}
	.boxD {
		float: left;
		width: 350px;
		padding: 5 5 60px;
	}
	.headerSJText{
		padding: 15px 5px;
		float: left;
	}
	.buttonLeft{
		float: left;
	}
	/** ハンバーガーメニューとそのサブエリアのスタイル.スマホ用リメイク 2020.01.24 **/
	#humberger {
		position: fixed;
		right: 13px;
		top: 13px;
		height: 18px;
		width: 18px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div {
		position: absolute;
		left: 0;
		height: 4px;
		width: 18px;
		background-color: #fff;
		border-radius: 2px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div:nth-of-type(1) {
		top: 0;
	}
	#humberger div:nth-of-type(2) {
		top: 7px;
	}
	#humberger div:nth-of-type(3) {
		bottom: 0;
	}

	#headerSubStyle{
		background-color: #ffe4e1;
		height: 63px;
		position: fixed;
		top: 48;
		width: 100px;
		right: 0;	
		border: solid 2px #db5884;
	}
	.headerSubText {
		padding: 6px;
		border-radius: 5px 5px 0 0;
		color: #db5884;
		font-weight: bold;
		font-size: 12px;
		margin-left: 0px;
	}
}

/**------------------------------------------------------------

		PC環境,iPadPro(1024x1366)

------------------------------------------------------------**/

@media (min-width: 960px) {
	.cssBr {
		width: 350px;
		height: 10px;
	}
	.boxC {
		float: left;
		display: inline-block;
		padding: 5 5 60px;
	}
	.footerText{
		padding: 5px;
		font-size: 10px;
		color: #fff;
		text-align: right;
	}
	.main-subtitle {
		background: #ffe4e1;
		padding: 6px 10px;
		border-radius: 5px;
		color: #db4275;
		font-weight: bold;
		margin-left: 10px;"
	}
	.main-subtext {
		padding: 30px 15px 10px;
		border-radius: 5px;
		border: 2px solid #ffe4e1;
		font-size:12px;
		line-height: 1.5em;
	}
	.boxD {
		float: left;
		width: 450px;
		padding: 5 5 60px;
	}
	.headerSJText{
		padding: 15px 5px;
		float: left;
	}
	.buttonLeft{
		float: left;
	}

/** ハンバーガーメニューとそのサブエリアのスタイル.スマホ用リメイク 2020.01.24 **/
	#humberger {
		position: fixed;
		right: 13px;
		top: 13px;
		height: 18px;
		width: 18px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div {
		position: absolute;
		left: 0;
		height: 4px;
		width: 18px;
		background-color: #fff;
		border-radius: 2px;
		display: inline-block;
		box-sizing: border-box;
	}
	#humberger div:nth-of-type(1) {
		top: 0;
	}
	#humberger div:nth-of-type(2) {
		top: 7px;
	}
	#humberger div:nth-of-type(3) {
		bottom: 0;
	}

	#headerSubStyle{
		background-color: #ffe4e1;
		height: 63px;
		position: fixed;
		top: 48;
		width: 100px;
		right: 0;	
		border: solid 2px #db5884;
	}
	.headerSubText {
		padding: 6px;
		border-radius: 5px 5px 0 0;
		color: #db5884;
		font-weight: bold;
		font-size: 12px;
		margin-left: 0px;
	}

}

/**------------------------------------------------------------

		以下重複スタイル。同じところは一緒にかけ

------------------------------------------------------------**/

/** スライドメニュー 2020.01.25 **/
ul {
  margin: 0;
  padding-left: 0;
}
 
li {
  list-style: none;
  padding: 5px;
  color: rgba(130,63,85);
}
 
a {
  text-decoration: none;
  color: rgba(130,63,85);
}
 
#menu {
  position: fixed;
  top: 50px;
  right: -340px;
  width: 200px;
  height: 100%;
  padding: 20px;
  transition: left .5s, right .5s;
  background-color: rgba(255, 228, 225, .8);
}
 
.toggle {
  font-size: 50px;
  cursor: pointer;
}
 
.toggle:hover {
  text-decoration: underline;
}
 
#open {
  display: none;
}

#open:checked + #menu {
  right: 0;
}

/** 入力スペースのスタイル **/
.nameWidth{
	padding: 10px 3px 5px;
	width: 350px;
}

/** ヘッダー・フッター・タイトルのスタイル **/
.bodybordercolor{
	border: 5px solid #db4275;
}
.titlecolor{
	background-color:#db4275;
}
.headerStyle{
	background-color: #db4275;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.headerText{
	padding: 13px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	width: 150px;
	float: left;
}

.topspace{
	height: 50px;
}


.footerStyle{
	background-color: #db4275;
	height: 50px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
}

.footerspace{
	height: 50px;
	position: relative;
}


/** ボタンのスタイルver2 **/
.btn-flat-dashed-filled {
  display: inline-block;
  padding: 0.1em 0.5em;
  text-decoration: none;
  color: #db4275;
  border: dashed 1px #db5884;
  background: #ffe4e1;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-dashed-filled:hover {
  background: #db5884;
  color: #FFF;
}


/** 箱Divのスタイル **/
.boxA {
	border: none;
	&:after {
	content: "";
	display: block;
	clear: both;
	}
}

.boxE {
	float: left;
	width: 350px;
	padding: 5 5 60px;
}

.boxZ {
	float: left;
	width: 5%;
}

/** スキルのテーブル周りの装飾 **/
.skillLStyle select {
	width: 100%;
}

.skillLStyle{
	font-size:12px;
	border:solid 3px #ffc491;
}
.skillLStyle td {
	background: #fff;
}
.skillLStyle tr:nth-child(odd) td {
	background: #ffeddf;
}
.skill-jobname {
	background: #ffc491;
	padding: 4px 10px 2px;			/** height: 18pxとそろえる **/
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin-left: 0px;
}


/** 文字の装飾 **/
.overpoint {
	color: red;
}

.genkai{
	color: red;
}

.torikesi{
	color: #aaaaaa;
}

/** ジョブポイントの装飾 **/
//table角丸
.table-radius {
	border: none;
	border-radius: 5px;
	border-spacing: 0px;
	border-collapse: separate;
}
.table-radius td{
	text-align: center;
}

/** テーブル罫線と背景色のスタイル **/

.table-radius tr th,
.table-radius tr td {
	border: none;
	border-bottom: 1px solid #ffe4e1;
	border-right: 1px solid #ffe4e1;
}
.table-radius tr:nth-child(odd){
	background: #fff;
	border-bottom: 1px solid #ffe4e1;
	font-size: 12px;
}
.table-radius tr th{
	background: #ffe4e1; 
	color:#db5884;
	width: 100px;
}
.table-radius tr td:first-child {
	border-left: none;
}
.table-radius tr td:last-child {
	border-top: solid 2px #ffe4e1;
	border-bottom: solid 2px #ffe4e1;
	border-right: solid 2px #ffe4e1;
	width: 50px;
}
//角丸
.table-radius tr th:last-child {
	border-radius: 0 0 5px 5px;
}
.table-radius tr:last-child td:first-child{
	border-radius: 0 0 5px 5px;
}
.table-radius tr:last-child td:last-child {
	border-radius: 0px 10px 10px 0px;
}
.table-radius tr th:first-child {
	border-radius: 10px 0px 0px 10px;
}

/** なんか一番下に置いたら動いた大人げないbodyとリンクタグ **/
.bodyStyle{
	background-color:#fff;
	font-size: 16px;
	line-height: 1.5;
	background-image: url("img/test.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
.aNonDeco{
	text-decoration: none;
	color: #fff;
}

