/** ----------------------------------------------------------------------------
 *!
 * Start Bootstrap - HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 *
---------------------------------------------------------------------------- **/


/* body 追加
------------------------------------------------------------*/
body{
	background:#fff;
	-webkit-text-size-adjust: 100%;
	font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* h
------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
    h1 {
		font-size: 30px;
    }
    h2 {
		font-size: 24px;
    }
    h3 {
		font-size: 18px;
    }
}

/** ----------------------------------------------------------------------------
 *!
 * Modern Business
 *
---------------------------------------------------------------------------- **/
/* Global Styles */

html,
body {
    height: 100%;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/** ----------------------------------------------------------------------------
 *!
 * Landing Page
 *
---------------------------------------------------------------------------- **/
/*content-section-x
------------------------------------------------------------*/
/* 上 余白(Page Heading/Breadcrumbs) */
.content-section-1 {
	padding-top: 20px;
}

/* 上下 余白(Breadcrumbs/1karam) */
.content-section-2 {
    padding: 20px 0;
}

/* 上下 余白(灰色) */
.content-section-3 {
    padding: 40px 0;
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

/* Footer
------------------------------------------------------------*/
footer {
    padding: 20px 0;
    background-color: #111111;
    color: #ffffff;
}

p.copyright {
    margin: 15px 0 0;
}

/* リンク文字--折り返しても狭くならないように */
@media only screen and (max-width: 767px) {
    .list-inline>li {
		padding-bottom: 10px;
    }
}

footer2 {
    background-color: #ffffff;
}

/* リンク文字--折り返しても狭くならないように */
@media only screen and (max-width: 767px) {
    .list-inline>li {
		padding-bottom: 10px;
    }
}


/** ----------------------------------------------------------------------------
 *!
 * Stylish Portfolio
 *
---------------------------------------------------------------------------- **/
/* Map
------------------------------------------------------------*/
.map {
    height: 450px;
}
@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/** ----------------------------------------------------------------------------
 *!
 * トップへ戻る▲
 *
---------------------------------------------------------------------------- **/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


