@charset "utf-8";
/* CSS Document */
html {
	margin:0;
	padding:0;
	height: 100%;
}
body {
	height:100%;
	margin:0;
	padding:0;
	min-height:100%;
 	color: #333;
 	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino kaku Gothic Pro",Osaka,Arial,Helvetica,Verdana,sans-serif;
	position: relative;
	line-height:1.4;
}
li {
    list-style: none;
}
a {
	color: #093471;
	text-decoration: underline;
	/*transition: opacity 0.5s ease-out;*/
	cursor: pointer;
}
a:hover {
	color:#3b6eb7;
}
button,input,select {
	cursor: pointer;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino kaku Gothic Pro",Osaka,Arial,Helvetica,Verdana,sans-serif;
}
a:hover .ro,
.ro:hover,
input.ro:hover,
.ro:hover input		{ opacity:0.85; filter:alpha(opacity=85);}

::-webkit-input-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc; opacity: 1;
}
:-ms-input-placeholder {
	color: #ccc;
}

select, input, textarea, button { 
	vertical-align:middle; 
	position:relative; 
	margin: 0 4px 2px 0;
	margin-right:3px; 
	top:-1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	border: none;
	outline: none;
}


input[type="checkbox"], 
input[type="radio"] {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
	vertical-align: middle;
	position: relative;
	top: -1px;
	cursor: pointer;
}


.clearfix { zoom: 1; } 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }

.float_l  { float:left !important;}
.float_r  { float:right !important;}

img {
    max-width: 100%;
    height: auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.red,.red a {
	color:#ff0000 ;
}


@media screen and (min-width:768px){
	.sp-contents {
		display:none;
	}
}
@media screen and (max-width:767px){
	.pc-contents {
		display:none;
	}
}
.bold {
	font-weight: bold;
}

/*--------------------------------------------------------------------
　　input
--------------------------------------------------------------------*/
.input-1 {
	padding:8px;
	border:solid 1px #ccc;
	border-radius: 5px;
	background:#f7f7f7;
}
@media screen and (max-width:767px){
	.input-1 {
		width:100%;
		font-size:1.6rem;
	}
}
.input-2 {
	padding:5px;
	border:solid 1px #ccc;
	border-radius: 5px;
	background:#f7f7f7;
}
@media screen and (max-width:767px){
	.input-2 {
		width:100%;
		font-size:1.6rem;
	}
}
.select-a-wrap {
	width:250px;
	height:40px;
	position:relative;
	background:#f7f7f7;
	border-radius:5px;
	border:1px solid #ccc;
}
@media screen and (max-width:767px){
	.select-a-wrap {
		width:100%;
	}
}
.select-a {
	width:250px;
	height:40px;
	padding:8px;
	border-radius:5px;
	border:none;
	z-index: 3;
	background: rgba(0,0,0,0);
}
@media screen and (max-width:767px){
	.select-a  {
		width:100%;
		font-size:1.6rem;
	}
}
.select-a-wrap:after{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 16px;
	height: 16px;
	content:'\f107';
	font-family: fontAwesome;
	color:#333;
	font-size:14px;
	line-height:40px;
	z-index: 2;
}
.btn-black {
	background: #0C0C0C;
	box-shadow: 0 1px 1px 0 rgba(218,218,218,0.50);
	border-radius: 5px;
	color:#fff;
	border:1px solid #0C0C0C;
	transition: all  0.3s ease;
}
.btn-black:hover {
	background:#2b2b2b;
}
.btn-orange {
	background: #F87617;
	box-shadow: 0 1px 1px 0 rgba(154,154,154,0.50);
	border-radius: 5px;
	color:#fff;
	border:1px solid #F87617;
	transition: all  0.3s ease;
}
.btn-orange:hover {
	background:#fb852e;
}
.btn-gray {
	background: #f1f1f1;
	box-shadow: 0 1px 1px 0 rgba(154,154,154,0.50);
	border-radius: 5px;
	color:#333;
	border:1px solid #d1d1d1;
	transition: all  0.3s ease;
}
.btn-gray:hover {
	background:#d1d1d1;
}

