@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

section, nav, article, aside, hgroup,
header, footer, figure, figcaption, details {
  display: block;
}

video, audio, canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body, div, p, form, input, select, option, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, address, img {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
}

img {
  border-width: 0px;
  vertical-align: middle;
}

ul {
  list-style: none;
}

body {
  font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #333333;
  background: #FFFFFF;
}

a img {
  border-style: none;
}

a {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

a:hover, a:active {
  outline: 0;
}

.alfa a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  transition-duration: 0.5s;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0;
  text-align: left;
}

th, td {
  text-align: left;
  vertical-align: baseline;
  padding: 0;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.cb {
  clear: both;
}

.alignR {
  text-align: right;
}

/* ---------------クリアフィックス-------------- */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/*---------------------Forms --------------------*/
form {
  margin: 0;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: 1em;
  color: inherit;
  margin: 0;
}

input, button {
  line-height: normal;
  vertical-align: inherit;
  *vertical-align: middle;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:focus {
  outline-offset: -2px;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

select {
  background-color: inherit;
  line-height: normal;
  border-radius: 0;
  border: 1px solid #999;
}

textarea {
  vertical-align: top;
  overflow: auto;
  border: 1px solid #999;
}

/*---------------------style --------------------*/
.header, #menu, .inner {
  width: 1000px;
  margin: 0 auto;
}

.inner div, .inner p, .inner h3 {
  background-image: url(/stm/common/imgs/spacer.gif);
}

/*for android bug*/
.inner .cnt940 {
  width: 940px;
  margin-left: 30px;
}

.inner .cnt900 {
  width: 900px;
  margin-left: 50px;
}

.header .logo {
  width: 485px;
  float: left;
  padding: 15px 0 10px 15px;
}

.header .logo > a:hover {
  opacity: .5;
}

.header .r_head {
  width: 500px;
  float: left;
}

.header .contact_box {
  width: 370px;
  float: left;
  font-size: 12px;
  padding: 10px 15px 0;
}

.header .form, .header .tel {
  float: left;
}

.header .form {
  float: left;
  width: 15em;
  line-height: 1;
  margin-top: 5px;
}

.header .form a {
  color: #00a6db;
  text-decoration: underline;
}

.header .form a:hover {
  text-decoration: none;
}

.header .tel {
  width: 15em;
  font-size: 24px;
  width: 170px;
  height: 20px;
  line-height: 0.8;
  margin-left: 20px;
}

.header .tel img {
  margin-top: -3px;
}

.menu-box {
  border-top: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
}

.menu-box #menu {
  border-left: solid 1px #ccc;
}

.menu-box #menu li {
  display: block;
  float: left;
  width: 33%;
}

.menu-box #menu li a {
  display: block;
  padding: 17px 0;
  text-align: center;
  text-decoration: none;
  border-right: solid 1px #ccc;
}

.menu-box #menu li a:hover {
  color: #00a6db;
}

#toggle {
  display: none;
}

#bread_nav {
  background: #eeefef;
  border-bottom: solid 1px #fff;
  padding: 5px 0;
}

#bread_nav .bread_list {
  padding-left: 15px;
}

#bread_nav .bread_list li {
  display: block;
  float: left;
  font-size: 11px;
  background: url("/stm/common/imgs/icon_bread_ya.png") no-repeat scroll left 6px bottom 8px;
  padding-left: 20px;
}

#bread_nav .bread_list li:first-child {
  background: none;
  padding-left: 0;
}

#bread_nav .bread_list li a {
  text-decoration: underline;
}

footer {
  color: #666;
  min-width: 1000px;
}

footer .submenuArea {
  border-top: solid #ccc 1px;
  border-bottom: solid #ccc 1px;
  padding: 20px 0 10px;
}

footer #submenu {
  font-size: 12px;
  width: 960px;
  margin-left: 20px;
}

footer #submenu li {
  display: block;
  float: left;
  border-left: solid #666 1px;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 15px;
  padding: 0 10px;
}

footer #submenu li a {
  color: #666;
}

footer #submenu li a:hover {
  text-decoration: underline;
}

footer .groupArea {
  border-top: solid #fff 1px;
  border-bottom: solid #fff 1px;
  background-color: #e9edef;
  padding: 35px 0 70px;
}

footer #group h4 {
  margin: 0 0 20px 20px;
}

footer #group h4 a {
  color: #00a6db;
  text-decoration: underline;
}

footer #group h4 a:hover {
  text-decoration: none;
}

footer #group .l_Cnt, footer #group .r_Cnt {
  width: 470px;
  float: left;
  margin-left: 20px;
}

footer #group dl {
  margin-bottom: 20px;
}

footer #group dt {
  font-size: 13px;
  margin-bottom: 5px;
}

footer #group dd {
  font-size: 11px;
  display: block;
  float: left;
  border-left: solid #666 1px;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: 10px;
  padding: 0 10px;
}

footer #group dd a {
  color: #666;
}

footer #group dd a:hover {
  text-decoration: underline;
}

footer .btmArea {
  border-top: solid #ccc 1px;
  padding: 5px 0;
}

footer .btmArea .copy {
  font-size: 8px;
  display: block;
  text-align: right;
}

/*---------------------cmn_style --------------------*/
.red {
  color: #cc0000;
}

.blue {
  color: #00a6db;
}

.l_blue {
  color: #4566aa;
}

.icon_red {
  color: #fff;
  background: #cc0000;
  font-size: 12px;
  padding: 1px 5px;
}

.tel {
  font-family: 'Roboto Condensed', sans-serif;
}

.btn_totop {
  position: fixed;
  bottom: 50px;
  right: 40px;
  display: none;
}

#ttlBar {
  background: #e5f0f3;
  padding: 30px 0;
  min-width: 1000px;
}

#ttlBar .ttl {
  margin-left: 30px;
  font-size: 25px;
  line-height: 1.1;
}

#ttlBar .ttl .mini {
  font-size: 12px;
}

.h1-title {
  font-size: 10px;
  line-height: 120%;
  padding-top: 10px;
}

.pl0 {
  padding-left: 0 !important;
}


@media(min-width:768px){
	.pc-only{
		display: block;
	}
	.sp-only{
		display: none;
	}
}
@media(max-width:767px){
	.pc-only{
		display: none;
	}
	.sp-only{
		display: block;
	}
}

