@charset "utf-8";

/* PC */
@media (min-width: 768px) {
  .pc_hidden{
	display: none !important;
  }
  #is_mobile{
	display: none !important;
  }
}

/* Smartphone */
@media (max-width: 767px) {
  .sf_hidden{
	display:none !important;
  }
  {-webkit-text-size-adjust:none}
  .clearfix { *zoom: 1; }
  .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; }
  .clearfix:after, .clear { clear: both; }
  * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
  .input-block-level { display: block; width: 100%; min-height: 25px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  body{
	font-family:'MS Gothic','ＭＳ ゴシック','メイリオ',Meiryo,Arial,Verdana,sans-serif;
	font-size:14px;
	width:100%;
	background:none;
	color: #3C3E42;
	margin:0;
	padding:0;
  }
  a {
    text-decoration:underline;
	color:#376092;
  }
  img{
	border:none;
	max-width:100%;
	vertical-align:middle;
  }
  textarea{
	-webkit-appearance: none;
	font-family:'MS Gothic','ＭＳ ゴシック','メイリオ',Meiryo,Arial,Verdana,sans-serif;
	font-size:14px;
	border: 1px solid #ccc;
	width:100%;
	background:#fff;
	border-radius:0;
	color: #3C3E42;
	padding:5px;
  }
  select{
	font-family:'MS Gothic','ＭＳ ゴシック','メイリオ',Meiryo,Arial,Verdana,sans-serif;
	font-size:14px;
	border: 1px solid #ccc;
	width:100%;
	border-radius:0;
	vertical-align:middle;
	color: #3C3E42;
	padding:5px;
	height:28px;
	line-height:1em;
  }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="number"]{
	-webkit-appearance: none;
	font-family:'MS Gothic','ＭＳ ゴシック','メイリオ',Meiryo,Arial,Verdana,sans-serif;
	font-size:14px;
	border: 1px solid #ccc;
	width:100%;
	background:#fff;
	border-radius:0;
	vertical-align:middle;
	color: #3C3E42;
	padding:5px;
	height:28px;
	line-height:1em;
  }
  ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #aca899 !important;
  }
  :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #aca899 !important;
  }
  ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aca899 !important;
  }
  :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #aca899 !important;
  }
  h1.titlebar,
  h2.titlebar{
	background: #376092;
    color: #fff;
    font-weight: bold;
    height: 40px;
	line-height: 40px;
    padding: 0 5px;
    width: 100%;
	font-size:14px;
	margin-bottom:15px;
	white-space:nowrap;
	overflow:hidden;
  }
  .button,
  input[type="submit"]{
	/* border:2px solid #376092; */
	padding:5px;
	border-radius:5px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	/* color:#fff; */
	-webkit-appearance: none;
	font-family:'MS Gothic','ＭＳ ゴシック','メイリオ',Meiryo,Arial,Verdana,sans-serif;
	font-size:14px;
	/* CSS Gradient. */
	/* background: #5686c0;
	background: -moz-linear-gradient(top, #7199ca 0%, #3c679d 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%,#7199ca), color-stop(100%,#3c679d));
	background: -webkit-linear-gradient(top, #7199ca 0%, #3c679d 100%);
	background: -o-linear-gradient(top, #7199ca 0%, #3c679d 100%);
	background: -ms-linear-gradient(top, #7199ca 0%, #3c679d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7199ca', endColorstr='#3c679d',GradientType=0 );
	background: linear-gradient(top, #7199ca 0%, #3c679d 100%); */
  }
  .align_center{
	text-align:center;
  }
}

