@charset "utf-8";

*{
	margin:0;
	padding:0;
}
html{
	height:100%;
	min-width:320px;
}
body{
	color:#323232;
	font-size:12px;
	line-height:1.8;
	-webkit-text-size-adjust: 100%;
	min-width:320px;
	font-family:'游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, "メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"ＭＳ　Ｐゴシック","MS P Gothic",
		sans-serif;
}
a{
	text-decoration:none;
}
a:link {
	color:#118FB6;
}
a:visited {
	color:#118FB6;
}
a:hover {
	color:#118FB6;
	text-decoration:underline;
}
a:active {
	color:#118FB6;
}
a img:hover{
	opacity:0.6;
}
a.button, a.buttonS, a.buttonM, a.buttonB{
	color:#fff;
	background-color:#1792B8;
	padding:3px 20px 2px 20px;
	margin:1px;
	border-radius:3px;
	min-width:40px;
	display:inline-block;
	text-align:center;
	font-size:13px;
}
a.buttonS{
	padding:3px 8px 2px 8px;
	min-width:30px;
}
a.buttonM{
	font-size:16px;
}
a.buttonB{
	padding:15px 40px 13px 40px;
	min-width:140px;
	font-size:18px;
	line-height:1.7;
}
a.buttonN{
	background:#4d4d4d;
}
a.buttonW{
	background:none;
	width:100%;
	margin:10px 0;
	padding:4px 0;
	color:#ff8699;
	font-size:16px;
	font-weight:bold;
}
a.buttonW:hover{
	background-color:#f5f5f5;
}
a.impBtn{
	background-color:#1792B8;
}
a.pinkBtn{
  background-color:#f01d84;
}
.buttonC{
	background-color:#3cbac8;
}
.button:hover, .buttonS:hover, .buttonB:hover{
	opacity:0.8;
	text-decoration:none;
}
@media (max-width: 768px){
	a.buttonB{
		padding:15px 20px 13px 20px;
		min-width:140px;
		font-size:16px;
	}
}
img.border{
	border:1px solid #aaa;
}
p{
	margin:20px 0;
}
p.bigMargin{
	margin:30px 0;
}
p.largeMargin{
	margin:60px 0;
}
.caution{
	color:#DF3B2D;
}
span.bg{
	background:#1792B8;
	padding:0 5px;
	color:#fff;
	border-radius:3px;
}
span.bgGlay{
	background:#555;
	padding:0 5px;
	color:#fff;
	border-radius:3px;
}
ul{
	list-style-type:disc;
	list-style-position:outside;
	padding-left:20px;
}
ul li{
	margin:0;
	padding:0;
}
.clearfix{
	overflow:hidden;
}
.clearboth{
	clear:both;
}
.center{
	text-align:center;
}
.block{
	display:inline-block;
}
.right{
	float:right;
}
.left{
	float:left;
}
.smallText{
	font-size:12px;
}
.littleBigText{
	font-size:16px;
}
.middleBigText{
	font-size:18px;
}
.bigText{
	font-size:20px;
}
.rightText{
	text-align:right;
}
.leftText{
	text-align:left;
}
.breakWord{
	word-wrap: break-word;
}
.nodisplay{
	display:none;
}
.displaySpInline{
	display:none;
}
.displayPcInline{
	display:inline;
}
.nowrap{
	white-space: nowrap;
}
.centerPc{
	text-align:center;
}

@media (max-width: 768px){
	.displaySpInline{
		display:inline;
	}
	.displayPcInline{
		display:none;
	}
	.centerPc{
		text-align:left;
	}
}
/*************************************/
/* テーブル */
/*************************************/
table{
	border-collapse:collapse;
	border-spacing:0;
	margin:10px 0;
	padding:0;
	width:100%;
	word-break: break-all;
	font-size:13px;
}
table caption{
	color:#fff;
	background:#ff8699;
	border:1px solid #F07E84;
	border-bottom:none;
	padding:7px 10px;
	font-size:1.2em;
}
table td, table th{
	font-weight:normal;
	padding:7px 10px 5px 10px;
}
table th{
	background:#4d4d4d;
	color:#fff;
	border-bottom:1px solid #7a7a7a;
}
table tr:nth-child(even) {
	background:#fff;
	}
table tr:nth-child(odd) {
	background:#f4f4f4;
}
table th.pcth{
	width:150px;
}
table.autoWidth{
	width:auto;
}

/*************************************/
/* フォーム */
/*************************************/
div.submit{
	text-align:center;
	padding:10px 0;
	margin:0;
}
form{
	display:block;
}
form.inline{
	display:inline-block;
}
textarea{
	width:100%;
	box-sizing:border-box;
}
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, input[type=password].long{
	width:300px;
}
input[type=submit], button{
	-webkit-appearance: none;
	color:#fff;
	background-color:#1793b9;
	border:none;
	margin:1px;
	padding:3px 20px 2px 20px;
	border-radius:3px;
	line-height:1.8;
	min-width:100px;
	font-size:13px;
	font-family:"メイリオ", Meiryo,
		"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
		"ＭＳ　Ｐゴシック","MS P Gothic",
		sans-serif;
}
input[type=submit]:hover, button:hover{
	opacity:0.8;
	cursor:pointer;
}
input[type=submit]:disabled, button:disabled{
	background-color:#dcdcdc;
	opacity:0.8;
	color:#555;
	cursor:default;
}
input[type=submit].small, button.small{
	padding:2px 8px 0px 8px;
	min-width:50px;
	font-size:14px;
}
input[type=submit].big, button.big{
	margin:20px 0;
	padding:15px 40px 13px 40px;
	min-width:220px;
	font-size:18px;
	line-height: 1.7;
	border-radius:3px;
}

input[type=submit].cautionBtn, button.cautionBtn{
	background:#ec8237;
}
input[type=submit].normalBtn, button.normalBtn{
	background:#4d4d4d;
}
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:1px;
}
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:15px;
	vertical-align:middle;
	-moz-transform-origin: right bottom;
	-moz-transform: scale( 0.9 , 0.9 );
}
input[type=checkbox].bigCheck {
	width:20px;
	height:20px;
	margin-left:5px;
}
input[type=radio]{
	vertical-align:middle;
	margin-left:5px;
}
input[type=checkbox].button, input[type=checkbox].buttonS{
	width:0px;
	-moz-transform:		scale(0);
	-webkit-transform:	scale(0);
	transform:		scale(0);
}
input[type=checkbox].button + label, input[type=checkbox].buttonS + label, input[type=radio] + label{
	position:relative;
	display:inline-block;
	background:#fff;
	border:1px solid #F8C3C5;
	border:1px solid #ddd;
	padding:5px 20px 3px 20px;
	margin:1px 5px 1px -15px;
	border-radius:2px;
	min-width:50px;
	display:inline-block;
	text-align:center;
}
input[type=checkbox].buttonS + label, input[type=radio].buttonS + label{
	min-width:30px;
	padding:2px 8px 2px 8px;
	margin:1px 2px 1px -10px;
	font-size:14px;
	line-height:1.7;
}
input[type=checkbox].button:checked + label,
input[type=checkbox].buttonS:checked + label,
input[type=radio]:checked + label{
	background:#1792B8;
	color:#fff;
}
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:-2px;
	left:5px;
}
input[type=checkbox].buttonS:checked + label:after{
	left:2px;
}

input[type=radio].checkRadio{
	position:relative;
}

input[type=radio].checkRadio:after{
	content:'';
	border:1px solid #aaa;
	width:9px;
	height:9px;
	position:absolute;
	top:-1px;
	left:1px;
	z-index:2;
}

input[type=radio] + label.checkRadioLabel{
	z-index:1;
  position:relative;
  margin: 1px 5px 1px -19px;
}

input[type=radio]:checked + label.checkRadioLabel:after{
  content:'\2714';
  color:#fff;
  font-size:12px;
  position:absolute;
  top:4px;
  left:6px;
  z-index:3;
  width:10px;
  height:10px;
}

/*************************************/
/* メッセージ */
/*************************************/
div.error-message{
	font-size:14px;
	color:#ff0000;
	background:#ffeeee;
	border:1px solid #E7242E;
	padding:5px 10px 3px 10px;
	border-radius:3px;
	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{
	background:#ffeeee;
	border:1px solid #E7242E;
	color:#ff0000;
	border-radius:3px;
	margin:5px 0;
	padding:5px 10px 3px 20px;
	box-shadow:inset 0px -15px 20px 0px rgba(0,0,0,0.03), inset 0px 15px 20px 0px rgba(255,255,255,0.1);
}
/*************************************/
/* ページネート */
/*************************************/
.paging{
	margin:5px 0;
	padding:5px 0px 0px 0px;
	text-align:right;
	overflow:hidden;
	font-size:13px;
	min-height:38px;
}
.pagingBorderBtm{
	margin-bottom:20px;
	border-bottom:1px solid #c8c8c8;
}
.pagingBorderTop{
	margin-top:20px;
	border-top:1px solid #c8c8c8;
}
.paging span a, .paging span.current{
	display:inline-block;
	background:#fff;
	margin:0 2px;
	padding:2px 8px 0px 8px;
	border:1px solid #b7b7b7;
	color:#696969;
}
.paging span.current{
	background:#1792B8;
	color:#fff;
	border:1px solid #1792B8;
}
.paging span a[rel=prev], .paging span a[rel=next]{
	background:#4d4d4d;
	border:1px solid #4d4d4d;
	border-radius:3px;
	color:#fff;
	padding:2px 15px 0px 15px;
}
.paging span a:hover{
	background:#4d4d4d;
	border:1px solid #4d4d4d;
	color:#fff;
	text-decoration:none;
}
.pagingLeft{
	float:left;
	padding-top:5px;
	font-size:15px;
}
.pagingRight{
	float:right;
	padding-top:5px;
}
.paginateAsc:before{
	margin-right:3px;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 12px solid #009fde;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
.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;
}
@media (max-width: 768px){
	.paging{
		margin:5px 0;
		padding:0px 5px;
	}

}
/*************************************/
/* パンくず */
/*************************************/
.breadCrumb{
	max-width:1000px;
	min-width:320px;
	margin:5px auto 20px auto;
	position:relative;
	overflow:hidden;
}
.breadCrumb ul {
	list-style:none;
	display: block;
	padding:0;
}
.breadCrumb li {
	float:left;
	position:relative;
}
.breadCrumb li a{
	position:relative;
	text-decoration: none;
	margin-right:20px;
}
.breadCrumb li a:after {
  content:"";
	background-image: url("../img/bread.png");
	background-position:0px 0px;
	background-repeat:no-repeat;
	background-size:6px;
	width:6px;
	height:11px;
  position:absolute;
  top:4px;
  left:-12px;
}
.breadCrumb li:first-child a:after{
	background:none;
}
.breadCrumb li a.breadNolink:hover{
	color:#555;
}


@media (max-width: 768px){
	.breadCrumbWrap{
		display:none;
	}
}


.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}
