@charset "utf-8";

/*--------------------------------------------------
+: format
==================================================*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
	width:100%;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Meiryo UI", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  background-color: #fff;
  line-height: 1.75;
  letter-spacing: .070em;
  margin: 0;
  color: #2e2e2e;
	width:100%;
}
* {
  word-wrap: break-word;
}
a, button {
  text-decoration: none;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:focus, *:focus {
  outline: none;
}
a {
	color:#3e67a9;
}
a:hover,a:active {
	color:#3e67a9;
}

.footer{
	background-color:#3e67a9;
	color:#fff;
	padding: 20px;
	font-size:12px;
}

blockquote {
  font-size: 14px;
	background-color:#f3f4f4;
}
blockquote:after {
	content:" ";
	display:block;
	clear:both;
}

.label {
  font-weight: normal;
  vertical-align: middle;
  display: inline-block;
	cursor: pointer;
}
.label-blue {
    background-color: #5bc0de;
}
.label-yellow {
    background-color: #fbb031;
}
.label-red {
    background-color: #ff656d;
}
.label-green {
    background-color: #45bd7f;
}
select {
  text-align: left;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
  margin: 2px !important;
  border-radius: 3px !important;
  border: 1px solid #ccc;
  font-size: 12px !important;
  line-height: 1.5 !important;
  background-color: #fff;
  background-image: none;
  color: #333;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  vertical-align: middle;
  white-space: nowrap;
}
select:hover, select:focus {
  background-color: #e6e6e6;
  border-color: #adadad;
  color: #333;
}
ul {
  padding-left: 1.2em;
}
.cell-wrap {
  display: table;
  width: 100%;
}
.cell-fixed {
  table-layout: fixed;
}
.cell-wrap .cell {
  display: table-cell;
  vertical-align: top;
}
.cell {
  display: table-cell;
}
.form-control {
  margin:2px;
}
.v-middle {
	vertical-align: middle !important;
}
.w-long {width: 300px !important;}
.w-middle {width: 200px !important;}
.w-short {width: 100px !important;}
.w-name {width: 150px !important;}
.w-100per {width: 100% !important;}
.w-input-mail{width: 300px !important;}
.small {font-size: 12px;}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mt-10{margin-top:10px;}
.mtb {margin-top:10px;margin-bottom:20px;}
 
.clearfix {
	content:" ";
	clear:both;
}
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
.bold{
	font-weight:bold;
}
.red {
  color:#ff0000;
}
.blue{
	color:#3e67a9;
}
.yellow{
	color:#ff9d03;
}
h3{
	font-size: 20px;
	background-color: #fff;
	padding: 10px;
	border-radius: 5px;
	color: #3e67a9;
	margin-bottom: 20px;
}
h4{
	font-size: 16px;
	border-left:#3e67a9 solid 15px;
	margin:0 0 10px 0;
	padding-left:10px;
	font-weight:bold;
}

.sdw {
  box-shadow:0px 5px 6px -2px rgba(0,0,0,.5);
}
.sm-sdw {
  box-shadow:0px 2px 2px -2px rgba(0,0,0,.5);
}

.btn {
  border-radius: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  min-width: 160px;
  text-align: center;
  border-bottom-width: 2px;
	margin-bottom: 4px;
}
.btn-info,
.btn-info:link,
.btn-info:visited {
	color: #fff;
	background-color: #3e67a9 !important;
	border-color: #3e67a9;
	border-radius: 5px !important;
	font-weight:bold;
	border-bottom:4px solid #2b4f8b; 
}
.btn-info:hover {
	background-color: #3e67a9 !important;
  border-color: #3e67a9 !important;
	border-radius: 5px !important;
	opacity:0.6 !important;
	color: #fff;
	border-bottom:4px solid #2b4f8b; 
}
.btn-info:active {
	color: #fff;
	background-color: #3e67a9 !important;
	border-color: #3e67a9 !important;
	border-radius: 5px !important;
	border-bottom:4px solid #2b4f8b; 
}
.btn-xs{
	width: 50px !important;
	min-width: 50px !important;
	height: 30px;
	padding-top: 4px !important;
}

.pager {
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 15px 0 0;
	float:right;
}
 
.pager ul {
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
 
.pager ul li {
	margin: 0 1px;
	position: relative;
	left: -50%;
	float: left;
}

.pager ul li span,
.pager ul li a {
	display: block;
	font-size: 12px;
	padding: 0 6px;
	border-radius: 3px;
}
 
.pager ul li a {
	background: #3e67a9;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	border:1px solid #3e67a9;
}
.pager ul li.current{
	background: #fff;
	color: #3e67a9;
	text-decoration: none;
	border-radius: 3px;
	border:1px solid #fff;
} 
.pager ul li a:hover {
	background: #4a6598;
	color: #fff;
	border-radius: 3px;
	border:1px solid #3e67a9;
}

.modal-header {
	background-color: #3e67a9;
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
	border-radius: 3px 3px 0 0;
}
.modal-header .close {
	margin-top: 10px;
	color:#fff;
}
.label {
  font-weight: bold;
 vertical-align: middle;
 display: inline-block;
 cursor: pointer;
 margin-top: 4px;
 margin-left: 6px;
}