@charset "utf-8";
/* CSS Document */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
.jumbotron {
	background-image: url(../images/ts-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
}
.jumbotron p {
	color: #ffffff;
}

.footer{
	font-size: 0.75em;
}

.product{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.product .product-line{
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
.product .product-line .product-line-inner{
	border: thin solid #A1A1A1;
	
}

.product img{
	margin: 10px;
}
.product a{
	color: #ffffff;
	text-decoration: none;
}

.product .small{
	text-align: left;
	padding: 5px;
}
.product .small a{
	color: #000000;
	text-decoration: none;
	line-height: 2em;

}


.bg-bluck{
	text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: 300;
	padding: 5px;
	font-size: 0.75em;
}

.h1_sub{
	font-size: 0.85em;
	text-align: right;
	margin-bottom: 20px;
}

.datail_h2{
	color: #000000;
	font-size: 2em;
	padding-left: 5px;
	background-image: none;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: medium solid #4683DF;
	
}

.detail_h3 {
	color: #000000;
	font-size: 1.3em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-left: 5px;
	background-image: none;
	margin-bottom: 20px;
	margin-top: 10px;
}
.detail_h4 {
	color: #E76D10;
	font-size: 1em;
	padding-left: 5px;
	background-image: none;
	margin-bottom: 10px;
	margin-top: 20px;
}

.ta_normal {
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px solid #666666; /* テーブル全体の枠線（太さ・色・スタイル） */
} 
.td_normal{
	border: 1px #666666 solid; /* セルの枠線（太さ・色・スタイル） */
	text-align: left;
	padding-left: 10px;
}
.td_normal_cen{
	border: 1px #666666 solid; /* セルの枠線（太さ・色・スタイル） */
	text-align: center;
}

#detail img{
	padding: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
