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

@media only screen and (max-width: 739px) {
.arrow_box {
    width: 80%;
    margin: 0 auto;
}

.arrow_box_blue {
    width: 80%;
    margin: 0 auto;
}
.comment_box {
    width: 80%;
    margin: 0 auto;
}}






.chapter-c16 {
	height:110px;
	font-size:150%;
	font-weight:bold;
	color:#FFA030;
	border-bottom:#ccc 1px solid;
	padding:40px 0 0 110px!important;
	margin:30px 0 30px 0;
	line-height:1.5;
	background:url(../images/stomach.png) no-repeat 0 0;
}

.chapter-c18-20 {
	height:110px;
	font-size:150%;
	font-weight:bold;
	color:#FFA030;
	border-bottom:#ccc 1px solid;
	padding:40px 0 0 110px!important;
	margin:30px 0 30px 0;
	line-height:1.5;
	background:url(../images/colon.png) no-repeat 0 0;
}


.chapter-c33-34 {
	height:110px;
	font-size:150%;
	font-weight:bold;
	color:#FFA030;
	border-bottom:#ccc 1px solid;
	padding:40px 0 0 110px!important;
	margin:30px 0 30px 0;
	line-height:1.5;
	background:url(../images/lung.png) no-repeat 0 0;
}


.chapter-c50 {
	height:110px;
	font-size:150%;
	font-weight:bold;
	color:#FFA030;
	border-bottom:#ccc 1px solid;
	padding:40px 0 0 110px!important;
	margin:30px 0 30px 0;
	line-height:1.5;
	background:url(../images/breast.png) no-repeat 0 0;
}






.arrow_box {
	width:100%;
	margin:0 auto;
	position: relative;
	background: #fff;
	border: 5px solid #eee;
	padding:20px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 20px;
	margin-left: -20px;
}
.arrow_box:before {
	border-color: rgba(238, 238, 238, 0);
	border-top-color: #eee;
	border-width: 27px;
	margin-left: -27px;
}



.arrow_box_blue {
	position: relative;
	background: #ffffff;
	border: 1px solid #00C8FA;
	margin:30px auto;
	padding:20px 10px;
}
.arrow_box_blue:after, .arrow_box_blue:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_blue:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box_blue:before {
	border-color: rgba(0, 200, 250, 0);
	border-top-color: #00C8FA;
	border-width: 11px;
	margin-left: -11px;
}


.comment_box {
	width:100%;
	margin:0 auto;
	background: #fff;
	border: 5px solid #eee;
	padding:20px;
	text-align:left;
}






.map-group {
	color:#606050;
	text-align:center;
	border-bottom:1px solid #eee;
	margin:0 0 30px 0;
}



/*.content-list {
	margin:20px 0 20px 0;
	padding:20px;
	background:#eee;
}
*/

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus{
	color:#C0A080;
	font-weight:bold;
}



.nav-pills {
/*	color:#FFF;*/
	background-color:#eee;
	margin:20px 0 20px 0;
	padding-left:5px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus{
	color:#606050;
	background-color:#FFF;
	font-weight:bold;
}

.nav-pills>li >a,
.nav-pills>li >a:hover,
.nav-pills>li >a:focus{
	color:#606050;
	background-color:#eee;
}




p.thumbnail {
	padding:20px;
	margin-left:0;
	}

p.thumbnail a{
	font-size:140%;
	font-weight:bold;
}