@charset "utf-8";
/* CSS Document */

.container-fluid {
	margin: 20px auto;
	padding:10px;
	max-width: 980px;
}

section{
	margin-bottom:40px;
	overflow:hidden;
}

/* about */
#photo-about {
	text-align:left;
	padding-bottom:10px;
}
#photo-about p {
	font-size:20px;
	line-height:200%;
}
#photo-about span {
	color:#e23558;
	font-weight:bold;
}

/* octlink */
#octlink {
	text-align:center;
	margin-bottom:50px;
}
.btn-see {
	margin-bottom:16px;
}

/* Box1 */
#photoBox1 {
	text-align:center;
	padding:16px;
	margin-bottom:40px;
	border:2px solid #e95371;
	background-color:#fff;
}
#photoBox1 h3 {
	text-align:center;
	font-size:24px;
	color:#e95371;
	letter-spacing:1px;
	margin-bottom:30px;
	padding-bottom:6px;
	border-bottom: 1px dotted #e95371;
}
#photoBox1 img {
	margin:0 auto;
}

/* Box2 */
#photoBox2 {
	text-align:left;
	padding:16px;
	margin-bottom:40px;
	border:2px solid #f18d00;
	background-color:#fff;
}
#photoBox2 h3 {
	text-align:center;
	font-size:24px;
	color:#d86b0a;
	letter-spacing:1px;
	margin-bottom:30px;
	padding-bottom:6px;
	border-bottom: 1px dotted #f18d00;
}
#photoBox2 p {
	font-size:20px;
	margin-bottom:16px;
	border-bottom:1px solid #e9dcaf;
}
#photoBox2 p i {
	color:#d1b555;
	margin-right:10px;
}
#photoBox2 p span {
	color:#a17d01;
	margin-right:14px;
	font-weight:bold;
}

/* Box3 */
#photoBox3 {
	text-align:center;
	padding:16px;
	margin-bottom:40px;
	border:2px solid #80ac1f;
	background-color:#fff;
}
#photoBox3 h3 {
	text-align:center;
	font-size:24px;
	color:#6f9619;
	letter-spacing:1px;
	margin-bottom:30px;
	padding-bottom:6px;
	border-bottom: 1px dotted #80ac1f;
}
#photoBox3 img {
	margin:2px auto 10px auto;
}

/* Box4 */
#photoBox4 {
	text-align:center;
	padding:0;
	margin-bottom:40px;
}
#photoBox4 img {
	margin:0 auto 16px auto;
}

/* Box-no */
#photoBox-no {
	text-align:left;
	padding:16px;
	margin-bottom:40px;
	border:2px solid #e95371;
	background-color:#fff;
}
#photoBox-no h3 {
	text-align:center;
	font-size:24px;
	color:#e95371;
	letter-spacing:1px;
	margin-bottom:30px;
	padding-bottom:6px;
	border-bottom: 1px dotted #e95371;
}
#photoBox-no p {
	margin-bottom:12px;
}
#photoBox-no .nom {
	font-size:106%;
	color:#630;
}

#photoBox-no li {
	font-weight:bold;
}


/* ifream */

#photo-i {
	
}
#photo-i h2 {
	font-size:30px;
	text-align:center;
	margin-bottom:30px;
	color:#d86b0a;
}
#txti {
	border: solid 1px #808080;
    height: 320px;
    padding: 16px;
	text-align:left;
    overflow: auto;
    margin-bottom:30px;
	background-color:#fff;
}
#txti h3{
	font-size:16px;
	text-align:left;
}
#txti h3 i{
	margin-right:6px;
}
#txti .bb{
	font-size:15px;
	text-align:left;
}
#txti p{
	font-size:13px;
	text-align:left;
	margin-bottom:10px
}
#txti span{
	color:#FF0004;
}