/*!
 * Start Bootstrap - Business Frontpage HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
h2{
	font-size:28px;
	line-height:28px;
	letter-spacing:3px;
	font-family:Microsoft YaHei;}
h3{
	font-size:24px;
	line-height:20px;
	letter-spacing:3px;
	font-family:Microsoft YaHei;}
h4{
	font-size:20px;
	line-height:20px;
	letter-spacing:3px;
	font-family:Microsoft YaHei;}
h5{
	font-size:14px;
	line-height:25px;
	font-family:Microsoft JhengHei;}
h6{
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;
	font-family:Microsoft YaHei;}
h7{
	font-size:12px;
	line-height:15px;
	letter-spacing:1px;
	font-family:Microsoft YaHei;}
body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.business-header {
    height: 400px;
    background: url(file:///C|/Users/HAYASHI-TW-01/Desktop/TW-rakuten-bootstrap/img/distribution/distribution1.jpg) center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/* Customize the text color and shadow color and to optimize text legibility. */

.tagline {
    text-shadow: 0 0 10px #000;
    color: #fff;
	font-family:“メイリオ”,”Hiragino Kaku Gothic Pro”,Meiryo,”ヒラギノ角ゴ Pro W3″,”MS PGothic”,”MS UI Gothic”,Helvetica,Arial,sans-serif;
	font-size:25px;
}

.img-center {
    margin: 0 auto;
}

footer {
    margin: 50px 0;
}

hr-1 {
    max-width: 400px;
    border-color: #999999;
}


.img-full {
    min-width: 100%;
}


.box {

    margin-bottom: 5px;
    padding: 5px 5px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}
.img-right {
    float: right;
    margin: 0 auto 0 15px;
}


@media screen and (min-width:768px) {
   

    .img-left {
        float: left;
        margin-right: 25px;
    }

   
 
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}