@charset "utf-8";

/* !Clearfix
---------------------------------------------------------- */
.clearfix,
.typeKeyword ul,
.caseSide4
{
	display: block;
	min-height: 1%;
}
.clearfix:after,
.typeKeyword ul:after,
.caseSide4:after
{
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix,
* html .typeKeyword ul,
* html .caseSide4
{
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !originalContents
---------------------------------------------------------- */
.originalContents { padding-bottom: 5px;}

/* !messageBox
---------------------------------------------------------- */
.messageBox02 {
	width: 660px;
	height: auto;
	min-height: 100%;
	margin: 20px auto;
	border: 1px solid #ddd;
	background: #f7f7f7;
	padding: 19px;
	text-align: left;
	position: relative;
	box-shadow: 0px 0px 8px #ccc;
	-moz-box-shadow: 0px 0px 8px #ccc;
	-webkit-box-shadow: 0px 0px 8px #ccc;
}
	.messageBox02 .messageClose {
		border: 2px solid #ccc;
		border-radius: 28px;
		-moz-border-radius: 28px;
		-webkit-border-radius: 28px;
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: -10px;
		right: -10px;
		background: #f5f5f5;
		font-size: 154%;
		font-weight: bold;
		text-align: center;
		line-height: 1.3;
		color: #444;
		text-shadow: 0 1px 1px #ccc;
		cursor: pointer;
		box-shadow: 1px -1px 4px #ccc;
		-moz-box-shadow: 1px -1px 4px #ccc;
		-webkit-box-shadow: 1px -1px 4px #ccc;
    }
	.messageBox02 .messageClose:hover {
		background: #999;
	}

#boxHeader { margin-bottom: 20px;}
	.boxTitle01 {
		font-size: 154%;
		border-bottom: 1px solid #999;
		padding-bottom: 3px;
		margin-bottom: 10px;
		color: #000;
	}
	#boxHeader p { margin-bottom: 5px;}

#contentsType {}

.typeKeyword { margin-bottom: 30px;}
	.typeKeyword p { margin-bottom: 3px;}
	.boxTitle02 {
		background: #333;
		color: #fff;
		font-size: 124%;
		font-weight: bold;
		padding: 3px 10px 1px;
		margin-bottom: 10px;
	}
	.notes {
		font-size: 93%;
		color: #666;
	}
	.typeKeyword ul { margin: 10px 0;}
		.typeKeyword li {
			width: 30%;
			float: left;
			margin-right: 2%;
		}
		.typeKeyword li:last-child {
			margin-right: 0;
		}
		.typeKeyword li.btnAdd {
			width: 26px;
			float: right;
		}
		.messageBox02 .messageAdd {
			border-radius: 26px;
			-moz-border-radius: 26px;
			-webkit-border-radius: 26px;
			display: block;
			width: 26px;
			height: 26px;
			background: #999;
			font-size: 116%;
			text-align: center;
			line-height: 1.8;
			color: #fff;
			cursor: pointer;
			margin-top: 4px;
		}
		.messageBox02 .messageAdd:hover {
			background: #000;
		}
.typeGenre { margin-bottom: 30px;}
	.typeGenre dl {
		margin-bottom: 15px;
	}
		.typeGenre dl dt {
			border-bottom: 1px solid #ccc;
			font-weight: bold;
			margin-bottom: 8px;
			padding-bottom: 2px;
		}
			.caseSide4 li {
				width: 24%;
				margin-right: 1%;
				float: left;
			}
.menuArea { text-align: center; margin-bottom: 20px;}
.btn01 { text-align: center; padding: 0;}
	#btnType01,
	.btnType01 {
		background: #137;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		font-size: 116%;
		font-weight: bold;
		color: #fff;
		padding: 10px 20px;
		margin: 20px auto;
		display: block;
	}
	#btnType01:hover,
	.btnType01:hover { background-color: #6b80aa;}
		.attention {
			font-size: 124%;
			font-weight: bold;
			color: #000;
		}







input[type="text"] {
	-moz-box-sizing: border-box;
   	 box-sizing: border-box;
	 margin: 2px 0;
}
.form-text {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0.5em;
	border: #bbb solid 1px;
	border-radius: 5px;
	width: 100%;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-text:focus {
	border: #76a solid 1px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(119,102,170,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 5px rgba(119,102,170,0.6);
	outline: 0;
}
	input.form-text::-webkit-input-placeholder { font-size: 93%;}
	input.form-text:-moz-placeholder { font-size: 93%;}
input[type="radio"],
input[type="checkbox"] {
	margin: 5px 3px;
	border: none;
	width: 16px;
	height: 16px;
	vertical-align: baseline;
}
input[type="checkbox"] {
	margin: 3px 3px 7px;
	vertical-align: middle;
}
button,
input[type="submit"] {
    border: none;
	cursor: pointer;
}
