/*!
 * 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.
 */
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(https://hayashi-yumeita.shop.rakuten.tw/gold/image/company/company1.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;
}