/* Y'S GEAR : sea-style.css */


/*======================================================================*
 *  [ mainImage | メインイメージ ] 
 *======================================================================*/

.mainImage {
	margin: 0 0 40px 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
}

/* 画像 */
.mainImage img {
	width: 100%;
	margin: 0 0 10px 0;
}

/* テキスト */
.mainImage p {
	margin: 0 0 10px 0;
	line-height: 1.6;
	text-align: left;
}
.mainImage p span {
	color: #363a90;
	font-weight: bold;
}

/* リンク */
.mainImage a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 15px;
	color: #363a90;
}
.mainImage a:hover {
	text-decoration: underline;
}
.mainImage a:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 0;
	line-height: 10px;
	content: url(/shared/svg/icon_blank_corporate.svg);
}


/*======================================================================*
 *  [ contentsWidth ] 
 *======================================================================*/

.contentsWidth section {
	margin: 0 0 40px 0;
}
.contentsWidth section h2 {
	margin: 0 0 15px 0;
	padding: 10px;
	background-color: #ebebeb;
	background-image: url(/shared/img/bg_common.png);
	background-size: 3px 3px;
	color: #505050;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.2;
}

/* [ indentText ] */
.indentText {
	padding: 0 20px;
	font-size: 13px;
	font-size: 1.3rem;
}
section.indentText h2 {
	margin: 0 -20px 15px -20px;
}
section.indentText p {
	margin: 0 0 10px 0;
}

/* 画像 */
.indentText figure {
	margin: 0 0 10px 0;
}
.indentText figure img {
	display: block;
	border: 1px solid #c1c1c1;
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
}
.indentText .floatImg {
	margin: 0 -5px;
}
.indentText .floatImg figure {
	float: left;
	padding: 0 5px;
	box-sizing: border-box;
}
.indentText .floatImg.column02 figure { width: 50%; }
.indentText .floatImgText {
	margin: 0 -10px;
}
.indentText .floatImgText figure,
.indentText .floatImgText p {
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.indentText .floatImgText figure 	{ width: 65%; }
.indentText .floatImgText p 		{ width: 35%; }


/*======================================================================*
 *  [ aboutMember | ワイズギアオンラインメンバーズとは… ] 
 *======================================================================*/

/* リンク */
.aboutMember > a {
	display: block;
	position: relative;
}
.aboutMember > a p {
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -10px 0 0 0;
	color: #363a90;
	font-size: 13px;
	font-size: 1.3rem;
}
.aboutMember > a:hover p {
	text-decoration: underline;
}
.aboutMember > a p:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 1px 0;
	border: 4px solid transparent;
	border-left: 7px solid #363a90;
	content: "";
}

/* リスト */
.aboutMember li {
	position: relative;
	padding: 15px 10px 15px 60px;
	border-bottom: 1px solid #ebebeb;
	color: #363a90;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.aboutMember li:before {
	position: absolute;
	top: 50%;
	left: 20px;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 0;
	vertical-align: top;
}
.aboutMember li.ypoint:before 	{ content: url(../svg/icon_ypoint.svg); }
.aboutMember li.present:before 	{ content: url(../svg/icon_present.svg); }
.aboutMember li.register:before { content: url(../svg/icon_register.svg); }


/*======================================================================*
 *  [ ssmPrivilege | Sea-Style Marketに登録すると･･･ ] 
 *======================================================================*/

/* キャッチコピー */
.ssmPrivilege .catch {
	margin: 0 0 5px 0;
	color: #646464;
	font-size: 18px;
	font-weight: 1.8rem;
	font-weight: bold;
}
.ssmPrivilege .catch span {
	display: inline-block;
	font-size: 24px;
	font-size: 2.4rem;
}
.ssmPrivilege .catch span:first-child {
	color: #e4007f;
}
.ssmPrivilege .catch span span {
	font-weight: normal;
}

/* タイトル */
section.ssmPrivilege h2 {
	color: #e4007f;
}

/* 特典内容 */
.ssmPrivilege dl {
	display: table;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #ebebeb;
	box-sizing: border-box;
}
.ssmPrivilege dt, 
.ssmPrivilege dd {
	display: table-cell;
}
.ssmPrivilege dt {
	vertical-align: top;
	width: 135px;
}
.ssmPrivilege dt span {
	display: block;
	width: 125px;
	padding: 10px 0;
	border-radius: 5px;
	background: #e4007f;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.ssmPrivilege dd {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1;
	vertical-align: middle;
}
.ssmPrivilege dd span {
	display: inline-block;
	font-size: 10px;
	font-size: 1rem;
	font-weight: normal;
}
.ssmPrivilege dd span:first-child {
	color: #e4007f;
	font-size: 20px;
	font-weight: 2rem;
	font-weight: bold;
}
.ssmPrivilege dd .commonNotes {
	margin: 5px 0 0 0;
	font-weight: normal;
}


/*======================================================================*
 *  [ summaryBox | Sクーポンとは・Yポイントとは ] 
 *======================================================================*/

.summaryBox {
	display: table;
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
	box-sizing: border-box;
}
.summaryBox aside {
	position: relative;
	display: table-cell;
	width: 50%;
	padding: 15px 20px 20px 20px;
	border: 3px solid #f5f5f5;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
	color: #505050;
}

/* タイトル */
.summaryBox h2 {
	margin: 0 0 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 32px;
}
.summaryBox h2:before {
	display: inline-block;
	height: 32px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.summaryBox .scoupon h2:before { content: url(../svg/icon_summary_s.svg); }
.summaryBox .ypoint  h2:before { content: url(../svg/icon_summary_y.svg);  }

/* テキスト */
.summaryBox p {
	margin: 0 0 20px 0;
}
.summaryBox p + p {
	font-size: 13px;
	font-size: 1.3rem;
}

/* リンク */
.summaryBox a {
	display: inline-block;
	padding: 5px 0 5px 12px;
	color: #363a90;
	text-indent: -12px;
}
.summaryBox .scoupon a { position: absolute; bottom: 20px; }
.summaryBox a:hover {
	text-decoration: underline;
}
.summaryBox a:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin: 0 0 1px 0;
	border: 4px solid transparent;
	border-left: 7px solid #363a90;
	content: "";
}


/*======================================================================*
 *  [ registerBox | 登録はこちら ] 
 *======================================================================*/

.registerBox {
	margin: 0 0 40px 0;
	padding: 35px 20px 20px 20px;
	background: #fcf5d8;
}

.registerBox a {
	display: block;
	max-width: 526px;
	margin: 0 auto 30px auto;
}
.registerBox a img {
	width: 100%;
}

.registerBox p {
	padding: 0 0 0 40px;
	background: url(../img/icon_attention.png) left center no-repeat;
	background-size: 32px 32px;
	color: #e44800;
}


/*======================================================================*
 *  [ Media Queries 768 ] 
 *======================================================================*/

@media screen and (max-width: 768px) {
	
	/*==================================================================*
	 *  [ mainImage | メインイメージ ] 
	 *==================================================================*/
	
	.mainImage p, 
	.mainImage a {
		margin-right: 20px;
		margin-left: 20px;
	}
	
	
	/*==================================================================*
	 *  [ contentsWidth ] 
	 *==================================================================*/
	
	.contentsWidth {
		padding: 0;
	}
	
	.contentsWidth section h2 {
		padding: 10px 20px;
	}
	
	
	/*==================================================================*
	 *  [ aboutMember | ワイズギアオンラインメンバーズとは… ] 
	 *==================================================================*/
	
	.aboutMember > a p {
		right: 20px;
	}
	
	
	/*==================================================================*
	 *  [ ssmPrivilege | Sea-Style Marketに登録すると･･･ ] 
	 *==================================================================*/
	
	/* キャッチコピー */
	.ssmPrivilege .catch {
		padding: 0 20px;
		text-align: center;
	}
	
	/* 特典内容 */
	.ssmPrivilege dl {
		padding: 10px 20px;
	}
	
}


/*======================================================================*
 *  [ Media Queries 568 ] 
 *======================================================================*/

@media screen and (max-width: 568px) {
	
	/*==================================================================*
	 *  [ mainImage | メインイメージ ] 
	 *==================================================================*/
	
	.mainImage p, 
	.mainImage a {
		margin-right: 10px;
		margin-left: 10px;
	}
	
	
	/*==================================================================*
	 *  [ contentsWidth ] 
	 *==================================================================*/
	
	.contentsWidth {
		padding: 0;
	}
	
	.contentsWidth section h2 {
		padding: 10px;
	}
	
	/* [ indentText ] */
	.indentText {
		padding: 0 10px;
	}
	section.indentText h2 {
		margin: 0 -10px 15px -10px;
	}
	
	/* 画像 */
	.indentText figure img {
		margin: 0 auto;
	}
	.indentText .floatImg figure, 
	.indentText .floatImgText figure,
	.indentText .floatImgText p  {
		float: none;
	}
	.indentText .floatImg.column02 figure 	{ width: 100%; }
	.indentText .floatImgText figure 		{ width: 100%; }
	.indentText .floatImgText p 			{ width: 100%; }
	
	
	/*==================================================================*
	 *  [ aboutMember | ワイズギアオンラインメンバーズとは… ] 
	 *==================================================================*/
	
	/* リンク */
	.aboutMember > a {
		text-align: right;
	}
	.aboutMember > a p {
		position: relative;
		top: auto;
		right: 0;
		margin: -10px 10px 0 10px;
	}
	.aboutMember > a h2 {
		text-align: left;
	}
	
	/* リスト */
	.aboutMember li {
		padding: 15px 10px 15px 50px;
	}
	.aboutMember li:before {
		left: 10px;
	}
	
	
	/*==================================================================*
	 *  [ ssmPrivilege | Sea-Style Marketに登録すると･･･ ] 
	 *==================================================================*/
	
	/* キャッチコピー */
	.ssmPrivilege .catch {
		padding: 0 10px;
		text-align: center;
	}
	
	/* 特典内容 */
	.ssmPrivilege dl {
		display: block;
		padding: 10px;
		text-align: center;
	}
	.ssmPrivilege dt, 
	.ssmPrivilege dd {
		display: block;
	}
	.ssmPrivilege dt {
		width: 100%;
	}
	.ssmPrivilege dt span {
		margin: 0 auto 10px auto;
	}
	
	
	/*==================================================================*
	 *  [ summaryBox | Sクーポンとは・Yポイントとは ] 
	 *==================================================================*/
	
	.summaryBox {
		display: block;
		padding: 0 10px;
	}
	.summaryBox aside {
		display: block;
		width: 100%;
		padding: 15px 10px;
	}
	.summaryBox aside + aside {
		margin: 10px 0 0 0;
	}
	
	/* リンク */
	.summaryBox .scoupon a { position: static; }
	
	
	/*==================================================================*
	 *  [ registerBox | 登録はこちら ] 
	 *==================================================================*/
	
	.registerBox {
		margin: 0 0 40px 0;
		padding: 20px 10px;
		background: #fcf5d8;
	}
	
	.registerBox a {
		margin: 0 auto 20px auto;
	}
	
}



