charset "UTF-8";

/* ================================================== *
 *
 *    base style
 *
 * ================================================== */
body {
	background: #fff;
}


body.pageTop {
	padding-top: 70px;
	font-family: Meiryo,arial,helvetica,clean,sans-serif;
    font-size: 15px;
}

body.pageTopE {
	padding-top: 70px;
    font-size: 15px;
}


@media(max-width:768px) {
    body.pageTopE,
    body.pageTop {
      font-size: 16px;
    }
}

html{
    overflow-y:scroll;
}

/* ================================================== *
 *
 *    block modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        pmc-header
 * ------------------------------------------------- */
.pmc-header {
	padding: 0 0 0;
}
.pmc-header.navbar-default {
	border: none;
	margin-bottom: 0;
	background: #fff;
}
.pmc-header.navbar-default .nav.navbar-nav>li>a {
	color: #333;
}

.pmc-header.navbar-default .nav.navbar-nav>li#current >a {
	background-image: url(../images/current-menuitem.png);
	background-repeat: no-repeat;
	background-position: 4px 21px;
}

.pmc-header.navbar-default .nav.navbar-nav>li>a:hover {
	color: #999;
}

.pmc-header.navbar-default .nav.navbar-nav>li {
 
}

@media(max-width:480px) {
  .pmc-header.navbar-default .nav.navbar-nav>li {
      background-color: #eee;
      border-bottom: 1px solid #333;
  }
}

.pmc-header.navbar-default .navbar-header {
	margin-top: 0;
	margin-bottom: 0;
}
.pmc-header.navbar-default .navbar-brand {
    height:2vw;
	margin-top: -9px;
	margin-right: 30px;
}

@media(min-width:480px) {
    .pmc-header.navbar-default .navbar-brand {
	    height: auto;
	    margin-top: -9px;
	    margin-right: 30px;
    }
}

.pmc-header.navbar-default .navbar-collapse {
	max-height: none;
}
.pmc-header.navbar-default .navbar-collapse .navbar-nav {
	float: none;
}
.pmc-header.navbar-default .navbar-collapse .navbar-form {
	clear: right;
	float: right;
}
.pmc-header.navbar-default .navbar-nav .dropdown-menu {
	background: #000;
	border-radius: 0;
}


.pmc-header.navbar-default .navbar-nav .dropdown-menu>li>a {
	color: #fff;
}

.pmc-header.navbar-default .navbar-nav .dropdown-menu>li#current >a {
	background-image: url(../images/current-menuitem.png);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

.pmc-header.navbar-default .dropdown-menu a:hover {
	background: #333;
}
.pmc-header.navbar-default .navbar-toggle {
	margin-right: 0;
}
.pmc-header.navbar-default .navbar-form {
	margin-bottom: 0;
}
.pmc-header.navbar-default .navbar-form input {
	background: #F7F7F7;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	font-size: 16px;
}
.pmc-header.navbar-default .navbar-form .btn {
	background: #333; 
	color: #FFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	border-color: #333;
	padding-right: 15px;
}

@media(min-width: 768px) {
	.pmc-header {
	padding: 0 0;
	}
	.pmc-header.navbar-default .navbar-header {
		margin-bottom: 0px;
	}
	.pmc-header.navbar-default .navbar-brand {
		padding-top: 0px;
		margin-top: 0;
	}
	.pmc-header.navbar-default .navbar-collapse .navbar-nav {
		float: right;
	}
}


/* ------------------------------------------------- *
 *        jumbotron 
 * ------------------------------------------------- */

.jumbotron {padding:10px;}
.jumbotron h1 {font-size: 30px;}
.jumbotron h2 p.small {font-size: 18px;}

.jumbotron-pmc {
    padding-top: 0px;
    height: 18vw;
    font-size: 15px;
    background: #fff;
    margin-bottom: 0;
    margin-top: -1em;
}

.jumbotron-sect-pmc {
    background-color: #d0111a;
    color: #fff;
}
.jumbotron-sect-pmc > h1 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.jumbotron p {
  font-size:16px;
}

@media(min-width:480px) {
    .jumbotron-pmc {
        height: 155px;
    }
}

@media(min-width: 768px) {
    .jumbotron-pmc {
        height: 155px;
    }
}

@media(min-width: 992px) {
    .jumbotron-pmc {
        height: 175px;
    }
}

/* ------------------------------------------------- *
 *        section
 * ------------------------------------------------- */

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
}


@media(min-width:480px) {

    section {
        padding-left: 60px;
        padding-right: 60px;
    }

    section section {
        padding-left: 30px;
        padding-right: 60px;
    }

    section dl,
    section p {
        margin-left: 30px;
    }
}

section h2 {
    margin-top: 30px;
    margin-bottom: 20px;
}

dd {
    margin-bottom: 20px;
}

/* ------------------------------------------------- *
 *        pmc-footer
 * ------------------------------------------------- */

.pmc-footer {
	padding: 15px 0;
}

.pmc-footer .list-group .list-group-item {
	background: none;
	color: #999;
	border-left: none;
	border-right: none;
	border-radius: 0;
	border-color: #444;
}
.pmc-footer .glyphicon {
	position: absolute;
	right: 15px;
	top: 13px;
}
.pmc-footer .text-center {
/*	margin-top: 5px; */
}

@media(min-width: 768px) {
	.pmc-footer .list-group .list-group-item {
		border: none;
		padding: 0;
		padding-top: 5px;
	}
	.pmc-footer .glyphicon {
		display: none;
	}
	.pmc-footer .text-center {
/*		margin-top: 10px; */
	}

}



/* ================================================== *
 *
 *    title modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        pmc-title1
 * ------------------------------------------------- */

.pmc-title1 {
	vertical-align: middle;
	font-weight: normal;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	font-size: 5vw;
}

@media(min-width:480px) {
    .pmc-title1 {
	font-size: 27px;
    }
}

.pmc-title1 .glyphicon {
	font-size: 20px;
	margin-right: 7px;
}

/* ================================================== *
 *
 *    button modules
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        pmc-btnPagetop
 * ------------------------------------------------- */
.pmc-btnPagetop a {
	color: #333;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}
.pmc-btnPagetop a:hover {
	text-decoration: none;
	background: #fafafa;
}

/* ================================================== *
 *
 *    helper
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        margin
 * ------------------------------------------------- */
.margin-top-lg {
	margin-top: 60px;
}
.margin-top-md {
	margin-top: 30px;
}
.margin-top-sm {
	margin-top: 15px;
}
.margin-bottom-lg {
	margin-bottom: 60px;
}
.margin-bottom-md {
	margin-bottom: 30px;
}
.margin-bottom-sm {
	margin-bottom: 15px;
}


@media(min-width: 768px) {
    .banner-left {
        pading-right: 0px;
        padding-left: 0px;
        margin-left:-40px;
    }
}


/* ------------------------------------------------- *
 *        padding
 * ------------------------------------------------- */
.padding-top-lg {
	padding-top: 60px;
}
.padding-top-md {
	padding-top: 30px;
}
.padding-top-sm {
	padding-top: 15px;
}
.padding-bottom-lg {
	padding-bottom: 60px;
}
.padding-bottom-md {
	padding-bottom: 30px;
}
.padding-bottom-sm {
	padding-bottom: 15px;
}

/* ------------------------------------------------- *
 *        line-height
 * ------------------------------------------------- */


.line-height-sm {
	line-height: 3;
}

/* ------------------------------------------------- *
 *        height
 * ------------------------------------------------- */

.fix-height-sm {
        height: 23em;
}

@media(max-width: 480px) {
   .fix-height-sm {
        height: auto;
    }
}



.fix-height {
    height: 29em;
}

@media(max-width: 480px) {
   .fix-height {
        height: auto;
    }
}




.fix-height-w {
    height: 38em;
}

@media(max-width: 480px) {
    .fix-height-w {
        height: auto;
    }
}


/* ------------------------------------------------- *
 *        misc
 * ------------------------------------------------- */

.fix-table {
    table-layout; fixed;
}

.nowrap {
    white-space: nowrap;
}

span.press{
	font-size: 80%;
    padding: 0px 3px;
    border: 1px dotted #888;
	font-weight:bold;
    color:#fff;
	background-color:#999;
	vertical-align: 1px;
}

/* ================================================== *
 *
 *    Custom Bootstrap Class
 *
 * ================================================== */

/* ------------------------------------------------- *
 *        grid
 * ------------------------------------------------- */
.row .colPadding {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ------------------------------------------------- *
 *        btn
 * ------------------------------------------------- */

.btn {
	border-radius: 2px;
	transition: .3s;
}
.btn:hover,
.btn:focus,
.btn.focus {
	box-shadow: 0 3px 10px rgba(0,0,0,.3);
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger,
.btn-facebook,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary,
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success,
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook.focus,
.btn-facebook:active,
.btn-facebook.active,
.open>.dropdown-toggle.btn-facebook {
	border-color: transparent;
}

/* ------------------------------------------------- *
 *        text color
 * ------------------------------------------------- */
.text-titleIcon {
	color: #981615;
}
.text-imgIcon {
	color: #4d0c0b;
}
.text-arrowIcon {
	opacity: 0.3;
}

/* ------------------------------------------------- *
 *        news
 * ------------------------------------------------- */
.news dt {
  padding: 0 1em;
  background-color: #ddd;
  margin-left:-2em;
}

.news dd {
  padding: 1em;
  margin-left: -2em;
}

p.newshead {
  margin-left: 1em;
  font-size: larger;
}

@media(max-width: 480px) {
  .news dt {
     margin-left:-1em;
     margin-right: -1em;
  }
  .news dd {
     margin-left: -1em;
     margin-right: -1em;
  }
  p.newshead {
    margin-left: 0em;
  }
}


/* -------------------------------------------------- *
 * H1, H2, H3..
 * -------------------------------------------------  */ 
.jumbotron h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
  border-top: 2px solid #d0111a;
  padding-top: 4px;
}

h3 {
  font-size: 16px;
  margin-left: -10px;
  border-left: 4px solid #d0111a;
  padding-left: 4px;
}

/* -------------------------------------------------- *
 * well
 * -------------------------------------------------  */ 

.pmc-well {
  padding-top: 0px;
}

/* -------------------------------------------------- *
 * clear-both
 * -------------------------------------------------  */ 

.clear-both {
  clear: both;
}

/* -------------------------------------------------- *
 * dl
 * -------------------------------------------------  */ 
@media(min-width: 768px) {
    dl.pmc-inquiry dt {
      width: 200px;
    }

    dl.pmc-inquiry dd {
      margin-left: 220px;
    }
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 5%;
  width: 90%;
  height: 90%;
}
