body {
	padding-top: 50px;
	font-size: 17px;
	line-height: 1.8;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	background-image: url(../images/bg.png);
	background-repeat: repeat;

	}

.feature img {
	width: 100%;
	height: auto;
	color: #2B1015;
	text-align: center;
	}

.jumbotron .h2, .jumbotron h2 {
	font-size: 2rem;
	color: #fff;
}

.feature div h3 {
	margin: 40px 0 10px;
	color: #fff;
	font-weight: bold;
	font-size: 4rem;
}
	
.article-intro {
    margin-bottom: 25px;
}

.footer-blurb {
    padding: 30px 0;
    background-color: #2B1015;
    color: #fff;
}
    
.footer-blurb-item {
    padding: 30px;
    }
 
.small-print {
	background-color: #fff;
	padding: 30px 0;
}


/************************/

/* add */

/************************/

	
h1 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
	
h1 small {

	color: #8C8162;
	}

h2 {
	color: #2B1015;
	}
h2 + p {
	font-size: 120%;
	border-bottom: double 3px #330000;
	margin-bottom: 30px;
	}

h3 {
	color: #572106;
	margin-bottom: 1rem;
}
h3 small {
	color: #572106;
	font-size: 60%;
	font-weight: bold;
	border: solid 1px #572106;
	padding: 0.2em 0.6em;
	border-radius: 0.6em;
}

strong {
	color: #C30;
}
table {
	background-color: #fff;
	color: #222;
	border-top: solid 1px #AE886C;
	border-left: solid 1px #AE886C;
	text-align: center;
}

table + p {
	font-size: 86%;
	text-align: right;
}

table th {
	background-color: #AE886C;
	color: #fff;
	border-left: solid 1px #fff;
	text-align: center;
}

table .c1 {
	border-left: solid 1px #AE886C;
}

table .c2 {
	border-right: solid 1px #AE886C;
}

table td {
	border-right: solid 1px #AE886C;
	border-bottom: solid 1px #AE886C;
	vertical-align: middle !important;
}

dl {
	width: 100%;
}
dt {
	background-color: #AE886C;
	color: #fff;
	padding: 0.6rem;
	margin-bottom: 2rem;
	text-align: center;

}

dt span:after, dt span:before {
	content: "  \2a  ";
} 

dd {
	margin-bottom: 1rem;
}

.btmS {
	margin-bottom: 2rem;
}

.btmM {
	margin-bottom: 4rem;
}

.btmL {
	margin-bottom: 8rem;
}


.pick_con h4 {
	font-weight: bold;
}

.cmphoto .row {
	background-color: #fff;
	padding: 40px 40px 20px 40px;
	margin: 0 0 60px 0;
}

.cmphoto img {
	width: 100%;
}

.info {
	background-color: rgba(255,255,255,0.4);
	padding: 1rem 2rem;
	border: solid 1px #AE886C;
	border-radius: 0.8rem;
	text-align: center;
	margin-bottom: 2rem;
	overflow: hidden;

}

.info p {
	font-size: 90%;
	line-height: 1.8rem;
}
.clear {
	clear: both;
}


footer h4 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size: 160%;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #AE886C;
	text-decoration: none;
}

footer small {
	font-size: 68%;
}

@media (min-width:768px) {
.id_table table th {
	width: 200px;
}

.price-pc { display: block !important; }
.price-mb { display: none !important; }
}

@media screen and (max-width:992px) {

.cmphoto .col-md-3{
	float: left;
	width: 33.33333333%;
}

.cmphoto .col-md-4{
	float: left;
	width: 50%;
}

.cmphoto img {
	width: 100%;
}

.id_table table th {
	width: 300px;
}

}

@media screen and (max-width:600px) {

.cmphoto .col-md-3{
	float: left;
	width: 50%;
}
.cmphoto .col-md-4{
	float: none;
	width: 100%;
}

.cmphoto .row {
	background-color: #fff;
	padding: 40px 20px 20px 20px;
	margin: 0 0 30px 0;
}
.id_table table th {
	width: 180px !important;
}

}

/* iphone 5 Retina Display: for portrait */
@media screen and (device-aspect-ratio: 40/71) and (max-device-width: 640px) and (orientation:portrait) {
	
.navbar-brand {
	font-size: 14px;

}

.bn_01 {
	width: 100%;
}

.table02 {
	font-size: 80%;
}

	}

/* iPhone 5 Retina Display: for landscape*/
@media screen and (device-aspect-ratio: 40/71) and (max-device-width: 640px) and (orientation:landscape) {
	.navbar-brand {
	font-size: 14px;

}
}
/* iphone 4*/
@media screen and (device-aspect-ratio: 2/3) {
	.navbar-brand {
	font-size: 14px;

}
}