@charset "utf-8";

*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	background:#222;
}
body{
	background:#fff;
	color:#333;
	font-family:"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"ＭＳ　Ｐゴシック","MS P Gothic",
		sans-serif;
	font-size:16px;
	line-height:1.8;
	-webkit-text-size-adjust: 100%;
	background-image:url("/img/bg.jpg");
	background-position:top left;
	background-repeat:repeat;

}
a{
	text-decoration:none;
}
a:link {
	color:#e3007e;
}
a:visited {
	color:#ff0091;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#ec8237;
}
a img:hover{
	opacity:0.6;
}
div.anchorDiv{
	display:inline-block;
	position:relative;
	width:0px;
}
a.anchor{
	position:absolute;
	top:-100px;
}
a.button, a.buttonS, a.buttonB{
	color:#fff;
	background:#e21312;
	padding:5px 20px 3px 20px;
	margin:1px 1px;
	border-radius:2px;
	min-width:60px;
	font-size:15px;
	display:inline-block;
	text-align:center;
}
a.buttonS{
	padding:4px 8px 2px 8px;
	min-width:30px;
	font-size:14px;
	line-height: 1.7;
}
a.buttonB{
	padding:15px 50px 13px 50px;
	min-width:100px;
	font-size:18px;
	line-height: 1.7;
}
a.button:hover, a.buttonS:hover, a.buttonB:hover{
	background-color:#ceda00;
	text-decoration:none;
}
img.border{
	border:1px solid #aaa;
}
p{
	margin:10px 0;
}
span.caution{
	color:#ff0000;
}
span.bg{
	background:#d2e3ed;
	padding:0 5px;
}
ul{
	list-style-type:disc;
	list-style-position:outside;
	padding-left:20px;
}
ul li{
	margin:0;
	padding:0;
}
ol li{
	margin-left:40px;
	list-style-position: outside;
}
.smallText{
	font-size:14px;
}
.clearfix{
	overflow:hidden;
}
.clearboth{
	clear:both;
}
.center{
	text-align:center;
}
.block{
	display:inline-block;
}
.right{
	float:right;
}
.left{
	float:left;
}
.price{
	text-align:right;
}
.breakWord{
	word-wrap: break-word;
}
.nodisplay{
	display:none;
}
/*************************************/
/* テーブル */
/*************************************/
table{
	border-collapse:collapse;
	border-spacing:0;
	margin:10px 0;
	padding:0;
	width:100%;
	word-break: break-all;
}
table caption{
	color:#fff;
	border:1px solid #d9d9d9;
	border-bottom:none;
	padding:7px 10px;
}
table td, table th{
	border:1px solid #d9d9d9;
	font-weight:normal;
	padding:7px 10px 5px 10px;
}
table th{
	font-weight:bold;
}
table th.pcth{
	width:150px;
}
/*************************************/
/* フォーム */
/*************************************/
div.submit{
	text-align:center;
	padding:10px 0;
	margin:0;
}
form{
	display:block;
}
form.inline{
	display:inline-block;
}
textarea{
	width:90%;
	max-width:90%;
}
input[type=text].min{
	width:30px;
}
input[type=text].short, input[type=password].short{
	width:100px;
}
input[type=text].middle, input[type=password].middle{
	width:200px;
}
input[type=text].long{
	width:300px;
}
input[type=submit], button{
	color:#fff;
	background:#e21312;
	margin:1px;
	border:none;
	padding:5px 20px 3px 20px;
	border-radius:2px;
	line-height:1.8;
	min-width:100px;
	font-size:15px;
	font-family:"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"ＭＳ　Ｐゴシック","MS P Gothic",
		sans-serif;
}
input[type=submit]:hover, button:hover{
	background:#222;
	cursor:pointer;
}
input[type=submit]:disabled, button:disabled{
	background-color:#dcdcdc;
	color:#555;
	cursor:default;
}
input[type=submit].small, button.small{
	padding:2px 8px 2px 8px;
	min-width:50px;
	font-size:14px;
}
input[type=submit].cautionBtn, button.cautionBtn{
	background:#ec8237;
}
input[type=text], textarea, input[type=password], input[type=file], select{
	padding:5px;
	margin:2px 0;
	border:1px solid #aaa;
	box-shadow:rgba(0, 0, 0, 0.2) 0px 1px 3px 0px inset;
	border-radius:3px;
}
input[type=file]{
	width:205px;
	font-size:12px;
}
input[type=text]:hover, textarea:hover, fieldset:hover{
	border:1px #29abe2 solid;
}
input[type=text].max{
	width:100%;
	box-sizing:border-box;
}
label{
	display:inline-block;
	margin:0px 10px 0 0;
	cursor:pointer;
	padding:0 3px;
}
label:hover{
	background:#dcdcdc;
}
div.radioDiv{
	display:inline-block;
	white-space: nowrap;
}
input[type=radio], input[type=checkbox] {
	width:10px;
	margin-left:5px;
}
input[type=radio]{
	vertical-align:middle;
}
input[type=checkbox].button + label, input[type=checkbox].buttonS + label, input[type=radio] + label{
	position:relative;
	display:inline-block;
	background:#D3EDEF;
	border:1px solid #d9d9d9;
	color:#333;
	box-shadow:2px 2px 2px 1px rgba(0,0,0,0.05), inset 0px -15px 15px 0px rgba(0,0,0,0.1), inset 0px 15px 15px 0px rgba(255,255,255,0.1);
	padding:5px 20px 3px 20px;
	margin:1px 7px 1px -12px;
	border-radius:3px;
	min-width:50px;
	font-size:15px;
	display:inline-block;
	text-align:center;
}
input[type=checkbox].buttonS + label, input[type=radio].buttonS + label{
	min-width:30px;
	padding:5px 10px 3px 10px;
}
input[type=checkbox].button:checked + label, input[type=checkbox].buttonS:checked + label, input[type=radio]:checked + label{
	color:#fff;
	background:#e21312;
	border:1px solid #adb8c0;
}
input[type=checkbox].button:checked + label:after, input[type=checkbox].buttonS:checked + label:after, input[type=radio]:checked + label:after{
	content:'\2714';
	color:#fff;
	font-size:14px;
	position:absolute;
	top:0px;
	left:5px;
}

/*************************************/
/* メッセージ */
/*************************************/
div.error-message{
	color:#ff0000;
	padding:5px 10px 3px 10px;
	background:#ffdddd;
	border-bottom:1px solid #d9d9d9;
	box-shadow:inset 0px -15px 20px 0px rgba(0,0,0,0.05), inset 0px 15px 20px 0px rgba(255,255,255,0.2);
}
div#flashMessage, div#authMessage{
	margin-bottom:5px;
	color:#ff0000;
	padding:5px 10px 3px 20px;
	background:#ffdddd;
	border-bottom:1px solid #d9d9d9;
	box-shadow:inset 0px -15px 20px 0px rgba(0,0,0,0.05), inset 0px 15px 20px 0px rgba(255,255,255,0.2);
}
/*************************************/
/* ページネート */
/*************************************/
div.paging{
	padding:20px 0 10px 0;
	text-align:center;
	overflow:hidden;
	font-size:17px;
}
div.paging span a, div.paging span.current{
	display:inline-block;
	background:#e21312;
	box-shadow:inset 0px -5px 10px 0px rgba(0,0,0,0.05), inset 0px 5px 10px 0px rgba(255,255,255,0.05);
	border:1px solid #ddd;
	border-radius:3px;
	margin:0 5px 5px 5px;
	padding:5px 15px 2px 15px;
	color:#fff;
}
div.paging span.current{
	background:#333;
	color:#fff;
}
div.paging span a:hover{
	background:#ceda00;
	color:#fff;
	text-decoration:none;
}
span.pagingLeft{
	float:left;
	padding-top:5px;
}
span.pagingRight{
	float:right;
	padding-top:5px;
}
span.paginateAsc:before{
	margin-right:3px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 12px solid #e21312;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
span.paginateDesc:before{
	margin-right:3px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-top: 12px solid #009fde;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}