@charset "UTF-8";


/*----- message START -----*/
#sec1 .messagearea{
	width: 100%;
	margin: 0 auto 30px auto;
}
#sec1 .messagearea .messagetxt1{
	width: 514px;
	margin: 0 auto;
	font-size: 16px;
	padding: 42px 0 32px 0;
	line-height: 1.6em;
}
#sec1 .messagearea .ui-group-wrap{
	overflow: hidden;
	max-width: 960px;
	margin: 0 auto 36px auto;
}
#sec1 .messagearea .ui-group{
	width: 49%;
	height: 48px;
	float: left;
	margin-right: 2%;
	background-color: #f1f2f4;
	overflow: hidden;
}
#sec1 .messagearea .ui-group .ui-group_title{
	font-size: 18px;
	float: left;
	color: #433f3d;
	font-weight: 500;
	padding: 16px 0 0 0;
	width: 58px;
	text-align: center;
}
#sec1 .messagearea .ui-group .button-group{
	height: 34px;
	margin-top: 7px;
}
#sec1 .messagearea .ui-group .button-group .button{
	height: 34px;
	width: 21%;
	background-color: #FCFCFD;
	border: none;
	text-align: left;
	font-size: 14px;
	color: #433f3d;
	position: relative;
	text-indent: 24px;
	cursor: pointer;
}
#sec1 .messagearea .sex .button-group .button{
	width: 28%;
}
#sec1 .messagearea .ui-group .button-group .button:before{
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 9px;
	left: 6px;
	background-color: #E9E9EC;
	display:block;
}
#sec1 .messagearea .ui-group .button-group .is-checked{
	background-color: #2EABE9;
	color: #ffffff;
}
#sec1 .messagearea .ui-group .button-group .is-checked:before{
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	top: 9px;
	left: 6px;
	background-color: #ffffff;
	display:block;
}
#sec1 .messagearea .ui-group .button-group .is-checked:after{
	content: '';
	position: absolute;
	display:block;
	border-left:3px solid #2EABE9;
	border-bottom:3px solid #2EABE9;
	width:8px;
	height:4px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:9px;
	top:12px;
}
.grid{
	max-width: 974px;
	margin: 0 auto;
}
.grid:after {
  content: '';
  display: block;
  clear: both;
}
.grid .color-shape{
	width: 304px;
	height: 366px;
	margin: 0 10px 20px 10px;
	overflow: hidden;
	font-size: 16px;
	box-sizing: border-box;
	float: left;
}
.grid .color-shape.male{
	background-color: #EEF4F6;
	border: solid 2px #EEF4F6;
}
.grid .color-shape.female{
/*
	background-color: #F6EEF4;
	border: solid 2px #F6EEF4;
*/
	background-color: #EEF4F6;
	border: solid 2px #EEF4F6;
}
.grid .color-shape.male:hover{
	border: solid 2px #52b6e0;
}
.grid .color-shape.female:hover{
/*
	border: solid 2px #e052bd;
*/
	border: solid 2px #52b6e0;
}
.grid .color-shape a{
	color: #433f3d;
	display: block;
}
.grid .color-shape .pic1{
	width: 210px;
	height: 210px;
	position: relative;
	border-radius: 210px;
	overflow: hidden;
	margin: 12px auto 0 auto;
}
.grid .color-shape .pic1 img{
	width: 100%;
}
.grid .color-shape .name1{
	font-size: 36px;
	text-align: center;
	padding: 20px 0 20px 0;
}
.grid .color-shape .txt1{
	text-align: center;
	padding-bottom: 14px;
}
.grid .color-shape .txt2{
	text-align: center;
	line-height: 1.2em;
}
.grid .color-shape .txt2 img{
	height: 14px;
	vertical-align: top;
	margin-top: 2px;
}
/*----- message END -----*/


/*----- message detail START -----*/
#sec1 .mdetailarea{
	width: 100%;
	margin: 42px auto 0 auto;
}
#sec1 .mdetailarea .mdetailm1{
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#sec1 .mdetailarea .mdetailm1 .mdetailm1l{
	width: 50%;
	height: 240px;
	float: left;
	text-align: center;
	font-size: 16px;
}
#sec1 .mdetailarea .mdetailm1 .mdetailm1l .name1{
	font-size: 48px;
	position: relative;
	margin-top: 68px;
}
#sec1 .mdetailarea .mdetailm1 .mdetailm1l .name1:after{
	content: "";
	position: absolute;
	width: 36px;
	height: 1px;
	left: 47%;
	bottom: -10px;
}
#sec1 .mdetailarea .mdetailm1 .mdetailm1l .txt1{
	padding-top: 26px;
}
#sec1 .mdetailarea .mdetailm1 .mdetailm1l .txt2{
	padding-top: 16px;
	line-height: 1.0em;
}
#sec1 .mdetailarea .mdetailm1 .mdetailm1l .txt2 img{
	height: 14px;
	vertical-align: top;
	margin-top: 1px;
}
#sec1 .mdetailarea.male .mdetailm1 .mdetailm1l{
	background-color: #EEF4F6;
}
#sec1 .mdetailarea.male .mdetailm1 .mdetailm1l .name1:after{
	background-color: #00AFFE;
}
#sec1 .mdetailarea.female .mdetailm1 .mdetailm1l{
/*	background-color: #F6EEF4;*/
	background-color: #EEF4F6;
}
#sec1 .mdetailarea.female .mdetailm1 .mdetailm1l .name1:after{
/*	background-color: #E052BD;*/
	background-color: #00AFFE;
}
#sec1 .mdetailarea .mdetailm1 .mdetailm1r{
	width: 50%;
	height: 240px;
	float: right;
}
#sec1 .mdetailarea .mdetailm1 .mdetailm1r img{
/*	width: 100%;*/
	height: 100%;
}
#sec1 .mdetailarea .mdetailsche{
	max-width: 960px;
	margin: 50px auto 0 auto;
	overflow: hidden;
}
#sec1 .mdetailarea .mdetailsche .mdetailsche_l{
/*	width: 48%;*/
	width: 62%;
	float: left;
}
#sec1 .mdetailarea .mdetailsche .mdetailsche_l h3,
#sec1 .mdetailarea .mdetailsche .mdetailsche_r h3{
	font-size: 20px;
	font-weight: 500;
	border-bottom: solid 2px #FFB355;
	padding-bottom: 10px;
	margin-bottom: 18px;
}
#sec1 .mdetailarea .mdetailsche .mdetailsche_l h3 img,
#sec1 .mdetailarea .mdetailsche .mdetailsche_r h3 img{
	margin-right: 8px;
	height: 20px;
}
#sec1 .mdetailarea .mdetailsche .mdetailsche_l .sche1{
	font-size: 16px;
	overflow: hidden;
	line-height: 1.6em;
}
#sec1 .mdetailarea .mdetailsche .mdetailsche_l .sche1 img{
	float: right;
	width: 49%;
	margin: 0 0 6px 34px;
}
#sec1 .mdetailarea .mdetailsche .mdetailsche_r{
	width: 35%;
	float: right;
}
#sec1 .mdetailarea .mdetailsche .mdetailsche_r ul.sche2{
	width: 100%;
}
#sec1 .mdetailarea .mdetailsche .mdetailsche_r ul.sche2 li{
/*	background-color: #F6EEF4;*/
	background-color: #EEF4F6;
	overflow: hidden;
	font-size: 14px;
	margin-bottom: 6px;
	padding: 10px 0;
}
#sec1 .mdetailarea .mdetailsche .mdetailsche_r ul.sche2.male li{
	background-color: #EEF4F6;
}
#sec1 .mdetailarea .mdetailsche .mdetailsche_r ul.sche2 li .sche2time{
/*	color: #E052BD;*/
	color: #00AFFE;
	width: 31%;
	text-align: left;
	float: left;
	line-height: 1.4em;
	text-indent: 8px;
}
#sec1 .mdetailarea .mdetailsche .mdetailsche_r ul.sche2.male li .sche2time{
	color: #00AFFE;
}
#sec1 .mdetailarea .mdetailsche .mdetailsche_r ul.sche2 li .sche2txt{
	width: 67%;
	float: right;
	line-height: 1.4em;
	padding-right: 2%;
}
#sec1 .mdetailarea .mdetailschef{
	max-width: 960px;
	background-color: #eef1f6;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	padding: 26px 0 16px 0;
	margin-top: 46px;
}
#sec1 .mdetailarea .mdetailschef .schetxt{
	padding: 0 8px;
	line-height: 1.6em;
}
#sec1 .mdetailarea .mdetailschef .schebt{
	width: 216px;
	height: 48px;
	margin: 18px auto 0 auto;
	background-color: #fff;
	border: solid 1px #E1E5E6;
	box-sizing: border-box;
	box-shadow: 2px 2px 3px #ccc;
	transition: all .2s;
}
#sec1 .mdetailarea .mdetailschef .schebt:hover{
	box-shadow: 0 0 0 #fff;
}
#sec1 .mdetailarea .mdetailschef .schebt a{
	text-align: center;
	display: block;
	height: 100%;
}
#sec1 .mdetailarea .mdetailschef .schebt a img{
	margin-top: 11px;
}
#sec1 .mdetailarea .messagebk{
	text-align: left;
	font-size: 14px;
	max-width: 960px;
	margin: 42px auto 0 auto;
}
#sec1 .mdetailarea .messagebk a{
	color: #154cbb;
	font-size: 14px;
}
#sec1 .mdetailarea .messagebk a:hover span.bak{
	text-decoration: underline !important;
}
#sec1 .mdetailarea .messagebk a span.arrow{
	color: #7E8187;
}
/*----- message detail END -----*/



/* RESPONSIVE 設定
------------------------------------------------------------*/
@media (min-width:769px) and (max-width:1024px){
}
@media (min-width:641px) and (max-width:974px){

	/*----- message START -----*/
	#sec1 .messagearea .ui-group{
		float: none;
		margin: 0 auto 10px auto !important;
		width: 90%;
	}
	.grid{
		max-width: 650px;
		margin: 0 auto;
	}
	/*----- message END -----*/
}
@media (min-width:641px) and (max-width:768px){
	/*----- message detail START -----*/
	#sec1 .mdetailarea{
		max-width: 94%;
	}
	#sec1 .mdetailarea .mdetailm1 .mdetailm1l,
	#sec1 .mdetailarea .mdetailm1 .mdetailm1r{
		width: 100%;
		height: auto;
		float: none;
	}
	#sec1 .mdetailarea .mdetailm1 .mdetailm1l{
		padding: 10px 0;
	}
	#sec1 .mdetailarea .mdetailm1 .mdetailm1l .name1{
		margin-top:0px;
	}
	#sec1 .mdetailarea .mdetailm1,
	#sec1 .mdetailarea .mdetailsche .mdetailsche_l,
	#sec1 .mdetailarea .mdetailsche .mdetailsche_r{
		width: 100%;
		float: none;
	}
	#sec1 .mdetailarea .mdetailm1 .mdetailm1r img{
		width: 100%;
	}
	/*----- message detail END -----*/
}

@media only screen and (max-width: 640px){
	/*----- message START -----*/
	#sec1 .messagearea .messagetxt1{
		width: 94%;
	}
	#sec1 .messagearea .ui-group .ui-group_title{
		width: 100%;
		font-weight: 500;
		float: none;
		padding-top: 10px;
	}
	#sec1 .messagearea .ui-group .button-group .button{
		width: 22%;
		text-indent: 20px;
	}
	#sec1 .messagearea .ui-group .button-group .button:first-child{
		margin-left: 2%;
	}
	#sec1 .messagearea .ui-group .button-group .button:last-child{
		width: 27%;
	}
	#sec1 .messagearea .sex .button-group .button:last-child,
	#sec1 .messagearea .sex .button-group .button{
		width: 31%;
	}

	#sec1 .messagearea .ui-group{
		float: none;
		margin: 0 auto 10px auto !important;
		width: 94%;
		height: auto;
		overflow: hidden;
		padding-bottom: 10px;
	}
	.grid{
		max-width: 94%;
	}
	.grid .color-shape{
		width: 100%;
		margin: 0 auto 20px auto;
	}
	/*----- message END -----*/

	/*----- message detail START -----*/
	#sec1 .mdetailarea{
		max-width: 94%;
	}
	#sec1 .mdetailarea .mdetailm1 .mdetailm1l,
	#sec1 .mdetailarea .mdetailm1 .mdetailm1r{
		width: 100%;
		height: auto;
		float: none;
	}
	#sec1 .mdetailarea .mdetailm1 .mdetailm1l{
		padding: 10px 0;
	}
	#sec1 .mdetailarea .mdetailm1 .mdetailm1l .name1{
		margin-top:0px;
	}
	#sec1 .mdetailarea .mdetailm1,
	#sec1 .mdetailarea .mdetailsche .mdetailsche_l,
	#sec1 .mdetailarea .mdetailsche .mdetailsche_r{
		width: 100%;
		float: none;
	}
	#sec1 .mdetailarea .mdetailm1 .mdetailm1r img{
		width: 100%;
	}
	/*----- message detail END -----*/

}

