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

		iPhone5/SE(320x568)

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

@media (max-width: 350px){
	.cssBr {
		width: 350px;
		height: 20px;
	}
	.iPhoneTextStyle{
		font-size:16px;
		line-height: 1.5em;
	}
	.footerText{
		padding: 5px;
		display:block;
		font-size: 10px;
		transform:scale(0.7);
		transform-origin:0 0;
		color: #fff;
	}
	.cNwidth {
		width: 90px;
		font-size:16px;
	}
	.chantTextWidth{
		width: 40px;
		font-size:16px;
	}
	.boxD {
		float: left;
		width: 350px;
		padding: 5 5 60px;
	}
	select{
		border: 1px;
		font-size: 16px;
	}
	/* 検索条件 chkbox 2020.01.27 */
	.boxChkArea{
		padding: 10px;
	}
	.chkboxs-subtitle {
		background: #fff;
		padding: 6px 6px;
		border-radius: 5px;
		color: #b677e2;
		margin-left: 20px;
		font-size:12px;
	}
	.chkboxs-subtext {
		padding: 8px;
		border-radius: 5px;
		border: 2px solid #f3e7ff;
		font-size:12px;
		line-height: 1.5em;
	}
}

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

	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) {
	.footerText{
		padding: 5px;
		display:block;
		font-size: 10px;
		transform:scale(0.7);
		transform-origin:0 0;
		color: #fff;
	}
	.cssBr {
		width: 350px;
		height: 20px;
	}
	.cNwidth {
		width: 100px;
		font-size:16px;
	}
	.chantTextWidth{
		width: 40px;
		font-size:16px;
	}
	.boxD {
		float: left;
		width: 350px;
		padding: 5 5 60px;
	}
	select{
		border: 1px;
		font-size: 16px;
	}
	/** ハンバーガーメニュー非表示 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 #f3e7ff;
	}
	.headerSubText {
		padding: 6px;
		border-radius: 5px 5px 0 0;
		color: #f3e7ff;
		font-weight: bold;
		font-size: 12px;
		margin-left: 0px;
	}
	/* 検索条件 chkbox 2020.01.27 */
	.boxChkArea{
		padding: 10px 10px;
	}
	.chkboxs-subtitle {
		background: #fff;
		padding: 6px 6px;
		border-radius: 5px;
		color: #b677e2;
		margin-left: 20px;
		font-size:14px;
	}
	.chkboxs-subtext {
		padding: 5px;
		border-radius: 5px;
		border: 2px solid #f3e7ff;
		font-size:14px;
		line-height: 1.5em;
	}
}

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

		iPad(768x1024)

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

@media (min-width: 600px) and (max-width: 959px) {
	.footerText{
		padding: 5px;
		font-size: 3px;
		color: #fff;
		text-align: right;
	}
	.cssBr {
		width: 350px;
		height: 20px;
	}
	.cNwidth {
		width: 150px;
	}
	.boxD {
		float: left;
		width: 350px;
		padding: 5 5 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 #f3e7ff;
	}
	.headerSubText {
		padding: 6px;
		border-radius: 5px 5px 0 0;
		color: #f3e7ff;
		font-weight: bold;
		font-size: 12px;
		margin-left: 0px;
	}
	/* 検索条件 chkbox 2020.01.27 */
	.boxChkArea{
		padding: 10px;
	}
	.chkboxs-subtitle {
		background: #fff;
		padding: 6px 6px;
		border-radius: 5px;
		color: #b677e2;
		margin-left: 20px;
		font-size:12px;
	}
	.chkboxs-subtext {
		padding: 10px;
		border-radius: 5px;
		border: 2px solid #f3e7ff;
		font-size:12px;
		line-height: 1.5em;
		width: 80%;
	}
	
}

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

		PC環境,iPadPro(1024x1366)

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

@media (min-width: 960px) {
	.footerText{
		padding: 5px;
		font-size: 10px;
		color: #fff;
		text-align: right;
	}
	.cssBr {
		width: 350px;
		height: 15px;
	}
	.cNwidth {
		width: 150px;
	}
	.boxD {
		float: left;
		width: 450px;
		padding: 5 5 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 #f3e7ff;
	}
	.headerSubText {
		padding: 6px;
		border-radius: 5px 5px 0 0;
		color: #f3e7ff;
		font-weight: bold;
		font-size: 12px;
		margin-left: 0px;
	}
	/* 検索条件 chkbox 2020.01.27 */
	.boxChkArea{
		padding: 10px;
	}
	.chkboxs-subtitle {
		background: #fff;
		padding: 6px 6px;
		border-radius: 5px;
		color: #b677e2;
		margin-left: 20px;
		font-size:12px;
	}
	.chkboxs-subtext {
		padding: 10px 10px 10px;
		border-radius: 5px;
		border: 2px solid #f3e7ff;
		font-size:12px;
		line-height: 1.5em;
		width: 80%;
	}
}
/**------------------------------------------------------------

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

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

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

/** hedder **/
.headerStyle{
	background-color: #b677e2;
	height: 50px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
}
.headerText{
	padding:15px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.topspace{
	height: 50px;
}

/** footer **/
.footerStyle{
	background-color: #b677e2;
	height: 50px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
}

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

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

/** メインデザイン **/
body{
	background-color:#fff;
	font-size: 16px;
	line-height: 1.5;
	background-image: url("../img/test2.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
}
.aNonDeco{
	text-decoration: none;
	color: #fff;
}

.mainHr {
	height: 1px;
	background-color: #f3e7ff;
	left: 0px;
	border: none;
	color: #c0a091;
}
/* 検索条件テーブルデザイン */
.chkboxTbl tr td:first-child {
	padding: 0 10px 0 0px;
}


/* 改行調整 */
.noBr{
	display: inline-block;
}

/** 文字とのズレを修正する呪文(Macはダメだった) **/
input[type="radio"],input[type="checkbox"]{
 vertical-align:middle;
}

