@charset "utf-8";
/* CSS Document */

h1 {
	/*text-indent: -9999px;*/
}

h2 {
	clear: both;	
}



@media screen and (max-width: 1023px) {
	#mainPR {
		position: relative;
		width: 100%;
		margin-bottom: 3.0rem;
		padding-top: 31.65%;
	}
	
	#mainPR .area {
		position: absolute;
		left: 0;
		top: 0;	
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width: 1024px) {
	#mainPR {
		position: relative;
		width: 100%;
		height: 260px;
		/*padding-top: 22.17%;*/
		margin-bottom: 3.0rem;
		
		padding: 2px 0;
	}

}

.loadingImage {
	background: url(/smahoto/common/images/bg_load.gif) no-repeat center;
	background-size: 16px auto;
}

#mainPR .slides {
	width: 100%;
	height: 100%;
	margin: 0;
}
	
/*
.item {
	position: relative;
	width: 100%;
}
*/

.slides .item {
	opacity: 1;
	transition: opacity 1.0s ease;
}

.slides.loadingImage .item  {
	opacity: 0;
}

@media screen and (min-width: 1024px) {
	.slides .item img {
		-moz-filter: contrast(80%);
		-ms-filter: contrast(80%);
		-webkit-filter: contrast(80%);
		filter: contrast(80%);
		
		transition: -moz-filter .5s ease, -ms-filter .5s ease, -webkit-filter .5s ease, filter .5s ease;
	}
	
	.slides .item.slick-center img {
		-moz-filter: none;
		-ms-filter: none;
		-webkit-filter: none;
		filter: none;
	}
}

.slides .item a {
	display: block;
	outline: none;
}

.slides .item .icoNew {
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 50;
	width: 40px;
	height: 40px;
}
.slides .item .bnr {
	display: block;
	width: 100%;
	height: auto;	
}



.bnrPhotoContest {
	box-sizing: border-box;
	clear: both;
	width: 80%;
	margin: 1.0rem auto;
	padding: 2px;
	border: 1px solid #03acef;
}

.bnrPhotoContest img {
	width: 100%;
	height: auto;
}

/* indexは0 */
#mainContents {
	margin: 0;
}

.titlePickup {
	color: #666;
}

.desc a:link,
.desc a:visited,
.desc a:hover,
.desc a:focus {
	text-decoration: none;
}

.listPickup {

}

.listPickup li {
	padding: 0;
	border-bottom: 1px solid #f0f0f0;
}

.listPickup a {
	position: relative;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.listPickup a:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}

.listPickup li .desc {
	box-sizing: border-box;
	flex: 1 1 62%;
	width: 62%;
	margin: 0;
	padding: 10px;
}

.listPickup li .desc p {
	line-height: 1.5;
	margin: 0 0 0.25rem 0;
	font-size: 1.2rem;
}

.listPickup li .desc .title {
	line-height: 1.3;
	overflow: hidden;
	font-size: 1.3rem;
}

.listPickup li .desc .title .clamp {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.listPickup li .desc .category {
	color: #999;
	font-size: 0.9rem;
}

.listPickup li .desc .date {
	color: #999;
	font-size: 0.9rem;
}

.listPickup li .pict {
	flex: 0 0 38%;
	min-height: 100px;
	margin: 0;
	padding: 0;
	border: none;
	background: no-repeat center;
	background-size: cover;
}

@media screen and (min-width: 1024px) {
	.listPickup {
		position: relative;
		display: flex;
		flex-flow: row wrap;
	}
	
	.listPickup:before {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0;
		left: 50%;
		bottom: 0;
		width: 1px;
		height: 100%;
		background-color: #f0f0f0;
	}
	
	.listPickup li {
		box-sizing: border-box;
		flex: 0 0 50%;
	}
	
	.listPickup li::after {
		content: none;
	}
	
	.listPickup li .pict {
		width: 30%;
		min-height: 126px;
	}
	
	.listPickup li .desc {
		width: 70%;
		overflow: hidden;
	}

	.listPickup li .desc .title {
		font-size: 1.5rem;
	}

	.listPickup li .desc .date {
		font-size: 1.0rem;
	}
	
	.listPickup li .desc .category {
		font-size: 1.2rem;
	}

}

.listPickup li .pict .img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.listPickup li .pict.app {
	background-size: auto 80%;
}

.listPickup li .pict.product {
	background-size: auto 95%;
}

.listPickup li .pict.load {
	background-color: #f0f0f0;
}

.product .listPickup li .pict {
	width: 20%;
	background-size: auto 95%;
}

.product .listPickup li .pict img {
	display: block;
	width: 100%;
	height: 100%;
}

.product .listPickup li .desc {
	width: 80%;
	padding-top: .5rem;
	padding-bottom: .5rem;
}

.listPickup li .desc .name {
	font-size: 1.4rem;
}

.listPickup li .desc .description {
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 1.1rem;
	color: #666;
}


.tabContentsArea {
	padding-bottom: .5rem;
}

.titleHotLine + .tabContentsArea {
	margin-top: -.5rem;
}


.tabContents {
	clear: both;
}


.wTabNav {
}

.tabNav {
	list-style: none;
	display: table;
	border-collapse: collapse;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	border-bottom: 2px solid #f0f0f0;
	transition: border-color .25s ease;
}

.tabNav li {
	display: table-cell;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

.tabNav li:last-child {
	border-right: none;
}

.tabNav.categoryAll {
	border-color: #d80b24;
}

.tabNav.categoryKnow {
	border-color: #e8528d;
}

.tabNav.categoryUse {
	border-color: #9bc70e;
}

.tabNav.categorySelction {
	border-color: #ec6c00;
}

.tabNav.categoryPhotolife {
	border-color: #03acef;
}



#tabMenu0,
#tabMenu1,
#tabMenu2,
#tabMenu3,
#tabMenu4 {
	display: block;
	width: 100%;
	padding: 1.25em 0;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	vertical-align: middle;
	/*border-bottom: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;*/
	background-color: #fafafa;
	
	transition: background-color .5s ease;
}

#tabMenu0:hover,
#tabMenu1:hover,
#tabMenu2:hover,
#tabMenu3:hover,
#tabMenu4:hover {
	background-color: #fff;
}

#tabMenu0 .globalMenuIcon,
#tabMenu1 .globalMenuIcon,
#tabMenu2 .globalMenuIcon,
#tabMenu3 .globalMenuIcon,
#tabMenu4 .globalMenuIcon {
	vertical-align: middle;
	margin-right: 3px;
	background: url(/smahoto/common/sp_images/ico_gm_index_@2x.svg) no-repeat 0 0;
}




@media screen and (max-width: 1023px) {
	#tabMenu0,
	#tabMenu1,
	#tabMenu2,
	#tabMenu3,
	#tabMenu4 {
		font-size: 1.2rem	
	}

	#tabMenu0 .globalMenuIcon,
	#tabMenu1 .globalMenuIcon,
	#tabMenu2 .globalMenuIcon,
	#tabMenu3 .globalMenuIcon,
	#tabMenu4 .globalMenuIcon {
		width: 16px;
		height: 16px;
		background-size: 16px auto;
	}
	
	#tabMenu0 .globalMenuIcon {
		background-position: 0 -207px;	
	}
	
	#tabMenu1 .globalMenuIcon {
		background-position: 0 0;	
	}
	
	#tabMenu2 .globalMenuIcon {
		background-position: 0 -41px;	
	}
	
	#tabMenu3 .globalMenuIcon {
		background-position: 0 -82px;	
	}
	
	#tabMenu4 .globalMenuIcon {
		background-position: 0 -123px;	
	}
	
	#tabMenu0.active .globalMenuIcon,
	#tabMenu1.active .globalMenuIcon,
	#tabMenu2.active .globalMenuIcon,
	#tabMenu3.active .globalMenuIcon,
	#tabMenu4.active .globalMenuIcon {
		text-shadow: none;
		background-position: 0 -185px;
	}
}

@media screen and (min-width: 1024px) {
	#tabMenu0,
	#tabMenu1,
	#tabMenu2,
	#tabMenu3,
	#tabMenu4 {
		font-size: 1.4rem	
	}

	#tabMenu0 .globalMenuIcon,
	#tabMenu1 .globalMenuIcon,
	#tabMenu2 .globalMenuIcon,
	#tabMenu3 .globalMenuIcon,
	#tabMenu4 .globalMenuIcon {
		vertical-align: text-top;
		width: 20px;
		height: 20px;
		font-size: 1.6rem;
		background-size: 20px auto;
	}

	#tabMenu0 .globalMenuIcon {
		background-position: 0 -284px;	
	}
	
	#tabMenu1 .globalMenuIcon {
		background-position: 0 0;	
	}
	
	#tabMenu2 .globalMenuIcon {
		background-position: 0 -41px;	
	}
	
	#tabMenu3 .globalMenuIcon {
		background-position: 0 -104px;	
	}
	
	#tabMenu4 .globalMenuIcon {
		background-position: 0 -180px;	
	}
	
	#tabMenu0.active .globalMenuIcon,
	#tabMenu1.active .globalMenuIcon,
	#tabMenu2.active .globalMenuIcon,
	#tabMenu3.active .globalMenuIcon,
	#tabMenu4.active .globalMenuIcon {
		text-shadow: none;
		background-position: 0 -232px;
	}
}

#tabMenu0.active {
	color: #fff;
	background: #d80b24;
}

#tabMenu1.active {
	color: #fff;
	background: #e8528d;
}

#tabMenu2.active {
	color: #fff;
	background: #ec6c00;
}

#tabMenu3.active {
	color: #fff;
	background: #9bc70e;
}

#tabMenu4.active {
	color: #fff;
	background: #03acef;
}



#tabMenu1 span, #tabMenu2 span, #tabMenu3 span, #tabMenu4 span {
}

#tabMenu0.active {
	color: #fff;
	text-shadow: none;
	background-position: 0 -47px
}
#tabMenu1.active {
	color: #fff;
	text-shadow: none;
	background-position: 0 -47px
}
#tabMenu2.active {
	color: #fff;
	text-shadow: none;
	background-position: -68px -47px
}
#tabMenu3.active {
	color: #fff;
	text-shadow: none;
	background-position: -136px -47px
}
#tabMenu4.active {
	color: #fff;
	text-shadow: none;
	background-position: -204px -47px
}

.tabContentsArea .listPickup li {
	display: none;
}

.tabContentsArea .listPickup .active {
	display: block;	
}


#listRanking {
	background-color: #f5f5f5;
}

#listRanking li {
	clear: both;
	position: relative;
	
	font-size: 1.2rem;
}

#listRanking li span img {
	margin: 3px;	
}

.img90DescLeft .pict img {
	width: 50px;
	height: auto;
}

.img90DescLeft .pict {
	float: left;
	width: 50px;
	border: 1px solid #ccc;
}

.img90DescLeft .desc {
	clear: none;
	float: left;
}

.img90DescLeft .desc .careerD,
.img90DescLeft .desc .careerS,
.img90DescLeft .desc .careerA  {
	position: absolute;
	top: 1px;
	right: 1em;
}

.careerD {
	color: #cf0f31;
}
.careerS {
	color: #8E9AA5;
}
.careerA {
	color: #ea5404;
}




#listNew {
	min-height: 100px;
}

#listNew li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}


#listNew li a {
	display: block;
	margin: 0;
	padding: 0.5rem;
	
	font-size: 1.2rem;
}

#listNew li p {
	margin: 0;
	padding: 0;	
	
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
	font-size: 1.2rem;
}

#listNew li p:nth-of-type(2) {
	font-size: 0.9rem;
	color: #999;
}

#listNew li a .iPhone,
#listNew li a .Android {
	display: inline-block;
	text-align: center;
	margin: 0 0.5rem 0 0;
	padding: 1px;
	border-radius: 2px;
	font-size: .9rem;
}

#listNew li a .iPhone {
	color: #fff;
	background-color: #7c7c7e;
}

#listNew li a .Android {
	color: #fff;
	background-color: #a5ca39;
}

/*
.QAContinue {
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 10px 5px;	
	background: #fafafa;
}

.QAContinue h3 {
	text-align: center;
	font-size: 1.2rem;	
}

.listQA li {
	float: left;
	width: 50%;
	box-sizing: border-box;
}

.listQA li a {
	display: block;
	text-align: center;
    margin: 0 1.0rem;
    font-size: 1.2rem;
    padding: 0.25rem;
    border-radius: 1.7rem;
	color: #fff;
	background-color: #e8528d;
}
*/


.listQA:after, 
.listDate li:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}