Sindbad~EG File Manager

Current Path : /home/sarayaglobal/araubaby.com.my/css/
Upload File :
Current File : /home/sarayaglobal/araubaby.com.my/css/index-.css

@charset "utf-8";
#content {
	background: url(../images/bg_babytop01.png) repeat-x center top;
	padding-bottom: 50px;
}
/*----------------------------------
MAIN AREA
------------------------------------*/
#mainArea {
	position: relative;
}
#mainArea .pic {
	text-align: center;
	position: relative;
}
#mainArea .pic img {
	display: block;
	width: 100%;
	max-width: 1200px;
	text-align: center;
}
#mainArea .txt {
	margin-top: 30px;
}
#mainArea .txt h1 {
	font-family: "ソフトゴシック L",Soft Gothic Light !important;
	font-size: 34px;
	font-size: 3.4rem;
	color: #99001F;
	text-align: center;
}
#mainArea .txt p {
	margin-top: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
	text-align: center;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 40px;
	background: url(../images/top/bg_check01.png) repeat;
}

#secondaryArea .contBox {
	display: flex;
	flex-wrap: wrap;
}
#secondaryArea #cont01,
#secondaryArea #cont02,
#secondaryArea #cont03,
#secondaryArea #cont04 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 50%;
	position: relative;
}
#secondaryArea #cont03,
#secondaryArea #cont04 {
	flex-direction: row-reverse;
}

#secondaryArea #cont01 {
	background: #E6E2DF;
}
#secondaryArea #cont02 {
	background: #D3D5CB;
}
#secondaryArea #cont03 {
	background: #E6E2DF;
}
#secondaryArea #cont04 {
	background: #CDC6C5;
}
#secondaryArea .pic {
	width: 66.6%;
	width: calc(200% / 3);
	text-align: center;
}
#secondaryArea .pic img {
}
#secondaryArea .txt{
	width: 33.3%;
	width: calc(100% / 3);
	padding: 30px 20px;
	position: relative;
}
#secondaryArea .txt h2 {
	font-family: "ソフトゴシック M",Soft Gothic Medium !important;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
#secondaryArea .txt p {
	margin-top: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 2;
}
#secondaryArea .txt a {
	background:#F4A4A6;
	text-align: center;
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	font-family: "ソフトゴシック DB",Soft Gothic DemiBold !important;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
	padding-top: 25px;
	bottom: 10px;
}
#secondaryArea #cont01 .txt a,
#secondaryArea #cont02 .txt a {
	left: -40px;
}
#secondaryArea #cont03 .txt a,
#secondaryArea #cont04 .txt a {
	right: -40px;
}
#secondaryArea .txt a::after {
	content: "";
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 50%;
	margin-top: 10px;
	margin-left: -9px;
}
#secondaryArea #cont01 .txt a {
	background: #F4A4A6;
}
#secondaryArea #cont02 .txt a {
	background: #83BB89;
}
#secondaryArea #cont03 .txt a {
	background: #9ECFDB;
}
#secondaryArea #cont04 .txt a {
	background: #BAA58C;
}
/*----------------------------------
OTHER CONTENTS
------------------------------------*/
#otherContents {
	background: #F3F3F3;
	padding: 30px 0;
	text-align: center;
	margin-top: 30px;
}
#otherContents h1 span::before {
	content: "";
	position: absolute;
	top: 1em;
	left: -3px;
	right: -3px;
	border-bottom: 1px solid #fff;
	padding: 0;
}
#otherContents h1 span::after {
	content: "recommend";
	display: block;
	margin-top: 10px;
	font-size: 11px;
	font-size: 1.1rem;
	text-decoration: none;
	font-family: "ソフトゴシック DB",Soft Gothic DemiBold !important;
}
#otherContents .inn {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 30px;
}
#otherContents ul {
	text-align: center;
}
#otherContents .bx-pager {
	display: none;
}
#otherContents .bx-wrapper {
	margin-bottom: 0;
}
#otherContents .bx-wrapper .bx-viewport {
    background: transparent;
    border: none;
    box-shadow: none;
    left: 0;
}
#otherContents ul li {
}
#otherContents .bx-wrapper .bx-prev {
	width: 16px;
	height: 16px;
	border-top: 4px solid #7E7A77;
	border-right: 4px solid #7E7A77;
	-webkit-transform: rotate(45deg);
	transform: rotate(-135deg);
	top: 50%;
	margin-top: -4px;
    left: -20px;
}
#otherContents .bx-wrapper .bx-next {
	width: 16px;
	height: 16px;
	border-top: 4px solid #7E7A77;
	border-right: 4px solid #7E7A77;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	margin-top: -4px;
    right: -20px;
}

@media screen and (max-width: 1199px){
}
@media screen and (max-width: 1124px){
}
@media screen and (max-width: 1079px){
}
@media screen and (max-width: 959px){
}
@media screen and (max-width: 934px){
#secondaryArea .contBox {
	flex-direction: column;
}
#secondaryArea #cont01,
#secondaryArea #cont02,
#secondaryArea #cont03,
#secondaryArea #cont04 {
	width: 100%;
}
#secondaryArea #cont01,
#secondaryArea #cont03 {
	flex-direction: row-reverse;
}
#secondaryArea #cont02,
#secondaryArea #cont04 {
	flex-direction: row;
}
#secondaryArea .pic {
	width: 66.6%;
	width: calc(200% / 3);
	text-align: center;
}
#secondaryArea .pic img {
}
#secondaryArea .txt{
	width: 33.3%;
	width: calc(100% / 3);
	padding: 30px 20px;
	position: relative;
}
#secondaryArea #cont01 .txt a,
#secondaryArea #cont03 .txt a {
	bottom: 10px;
	left: auto;
	right: -40px;
}
#secondaryArea #cont02 .txt a,
#secondaryArea #cont04 .txt a {
	bottom: 10px;
	left: -40px;
	right: auto;
}
}
@media screen and (max-width: 767px){
#mainArea .txt {
	margin-top: 20px;
}
#mainArea .txt h1 {
	font-size: 22px;
	font-size: 2.2rem;
	padding: 0 20px;
}
#mainArea .txt p {
	margin-top: 20px;
	padding: 0 20px;
	font-size: 16px;
	font-size: 1.6rem;
}
/*----------------------------------
SECONDARY AREA
------------------------------------*/
#secondaryArea {
	position: relative;
	margin-top: 20px;
}
#secondaryArea .txt p {
	margin-top: 20px;
}
}
@media screen and (max-width: 540px){
#secondaryArea #cont01,
#secondaryArea #cont02,
#secondaryArea #cont03,
#secondaryArea #cont04 {
	justify-content: flex-start;
	flex-direction: column-reverse;
	position: relative;
}
#secondaryArea .pic {
	width: 100%;
	text-align: center;
}
#secondaryArea .pic img {
}
#secondaryArea .txt{
	width: 100%;
	padding: 20px 20px 40px;
	position: relative;
}
#secondaryArea #cont01 .txt a,
#secondaryArea #cont02 .txt a,
#secondaryArea #cont03 .txt a,
#secondaryArea #cont04 .txt a {
	bottom: -40px;
	left: auto;
	right: 10px;
}
}
@media screen and (max-width: 484px){
}


Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists