<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input[type="button"],input[type="submit"] {
		border:solid 1px #ccc;
		font-size:1.5em;
//		padding:0 2em;
//		margin:0 0 20px;
		text-transform:uppercase;
		color:#444;
		cursor:pointer;
		background:#def;
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
input[type="text"],input[type="password"],textarea {
		border:0;
		padding:2px 2px 2px 5px;
		font-size:12pt;
		color:#000;
		border:solid 1px #ccc;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
		-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
		box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
	}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus {
		border:solid 1px #ec79ac;
	}
select {
		padding:2px 2px 2px 5px;
//		font-size:1.3em;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: 1px solid #999;
		background: #eee;
		background: url(../images/common/arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
		background: url(../images/common/arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
		background-size: 20px, 100%;
		border-radius:3px;
	}

.new {
	position: relative;
	display: inline-block;
	overflow: hidden; /* 不要部分を消す */
	padding: 1px;
}
.new:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	height: auto;
	background: #c9171e;
	content: "New";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 5px 10px;
	left: -30px;
	top: 3px;
	transform: rotate(-30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* =================================================================

	汎用table
 
================================================================= */
table {		font-size:12pt;}
.table th {
		padding:6px;
		font-size:12pt;
		color:#555555;
		border:solid 1px #ff99ff;
		background-color:#ffdfff;
		
}
.table td {
		padding:6px;
		font-size:12pt;
		color:#000;
		border:solid 1px #ff99ff;
		margin:0;
}

/* =================================================================

	男性用table
 
================================================================= */
table {		font-size:12pt;}
.table.man th {
		padding:6px;
		font-size:12pt;
		color:#555555;
		border:solid 1px #99bbff;
		background-color:#dfefff;
		
}
.table.man td {
		padding:6px;
		font-size:12pt;
		color:#000;
		border:solid 1px #99bbff;
		margin:0;
}

/* =================================================================

	女性用table
 
================================================================= */
table {		font-size:12pt;}
.table.woman th {
		padding:6px;
		font-size:12pt;
		color:#555555;
		border:solid 1px #ff99ff;
		background-color:#ffdfff;
		
}
.table.woman td {
		padding:6px;
		font-size:12pt;
		color:#000;
		border:solid 1px #ff99ff;
		margin:0;
}

.category ul {
  margin: 0;
  padding: 0;
  width: 900px;
  list-style: none;
}

.category ul li {
  margin: 5px;
  padding: 5px;
  width: 210px;
  border: solid 1px #000;
  vertical-align: top;
  font:24px "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  word-break: break-all; /* ボックス内改行 */
  word-wrap: break-word; /* ボックス内改行 */
  display: inline-block;
  /display: inline; /* IE7対策 */
  /zoom: 1; /* IE7対策 */
}

.icon {
		border:solid 1px #ccc;
		font-size:1.5em;
		width:120px;
		height:35px;
		padding-top:5px;
		text-align:center;
		text-transform:uppercase;
		color:#444;
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
		-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
}

.arrow_box_left_b {
	position: relative;
	background: #def;
	border: 2px solid #def;
}
.arrow_box_left_b:after, .arrow_box_left_b:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_left_b:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #def;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box_left_b:before {
	border-color: rgba(255, 170, 221, 0);
	border-right-color: #def;
	border-width: 13px;
	margin-top: -13px;
}

.arrow_box_right_b {
	position: relative;
	background: #def;
	border: 2px solid #def;
}
.arrow_box_right_b:after, .arrow_box_right_b:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_right_b:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #def;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box_right_b:before {
	border-color: rgba(255, 170, 221, 0);
	border-left-color: #def;
	border-width: 13px;
	margin-top: -13px;
}


.arrow_box_left_p {
	position: relative;
	background: #ffdfff;
	border: 2px solid #ffdfff;
}
.arrow_box_left_p:after, .arrow_box_left_p:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_left_p:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffdfff;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box_left_p:before {
	border-color: rgba(255, 170, 221, 0);
	border-right-color: #ffdfff;
	border-width: 13px;
	margin-top: -13px;
}

.arrow_box_right_p {
	position: relative;
	background: #ffdfff;
	border: 2px solid #ffdfff;
}
.arrow_box_right_p:after, .arrow_box_right_p:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_right_p:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffdfff;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box_right_p:before {
	border-color: rgba(255, 170, 221, 0);
	border-left-color: #ffdfff;
	border-width: 13px;
	margin-top: -13px;
}


</pre></body></html>