@charset "utf-8";

a:hover img
{
	opacity:0.7;
}

*
{
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

div,p
{
	font-size: 12px;
	line-height: 150%;
}

a:visited
{
	color: #cc4466;
}

hr
{
	border:1px dotted #CFCFCF;
	margin:8px 0 5px 0;
}

/* ソーシャルボタン
--------------------------------------------------*/
.icn-twitter, .icn-facebook, .icn-hatena, .icn-google
{
  width: 64px;
  height: 64px;
  display: inline-block;
  background-image: url(img/icn_sns.jpg);
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  text-align: center;
  vertical-align: top;
}

.sns-buttons
{
  margin-bottom: 20px;
}

.sns-buttons li
{
  display: inline-block;
  list-style: none;
}

.sns-buttons li span
{
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.sns-buttons li a
{
  display: inline-block;
  vertical-align: middle;
  color: #fff;
	text-decoration: none;
  font-size: 12px;
}

.sns-buttons__twitter
{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #00B0EC;
  padding: 0 10px 0 5px;
}

.sns-buttons__facebook
{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #3B5999;
  padding: 0 10px 0 5px;
}

.sns-buttons__facebook span
{
  background-position: -24px 0;
}

.sns-buttons__hatena
{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #2A6DBE;
  padding: 0 10px 0 5px;
}

.sns-buttons__hatena span
{
  background-position: -48px 0;
}

.sns-buttons__google
{
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #DF4A32;
  padding: 0 10px 0 5px;
}

.sns-buttons__google span
{
  background-position: -72px 0;
}

@media screen and (min-width: 0px) and (max-width: 480px)/*スマホ*/ 
{

}

@media screen and (min-width:481px) and (max-width: 900px) 
{
	#wrapper
	{
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		background-color: #f7f7f7;
	}
	
	h1{
		margin-bottom: 20px;
		font-size: 20px;
		border-bottom: 3px double #CCCCCC;
		padding: 10px 0;
	}
	
	h1 a
	{
		text-decoration: none;
	}
	
	#footer
	{
		width: 95%;
		margin: 0 auto;
	}
	
	#main
	{
		float: right;
		width: 80%;
	}
	
	#main-2
	{
		width: 100%;
	}
	
	.toplogo
	{
		width: 17%;
		margin: 0 auto;
	}
	
	.toplogo img
	{
		width: 100%;
	}
	
	.topimg
	{
		margin: 1em auto;
	}
	
	.topimg img
	{
		width: 100%;
	}
	
	#main h2, #main-2 h2
	{
		font-size: 16px;
		padding: 5px;
	}
	
	#container
	{
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
		background: #f8f7f7;
	}
	
	.sidebar
	{
		float: left;
		width: 18%;
	}
	
	.sidebar h3
	{
		text-align: center;
		padding: 5px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	
	.sidebar img
	{
		width: 100%;
	}
	
	.sidebar .category
	{
		margin-bottom: 20px;
	}
	
	.sidebar .category li
	{
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #CCCCCC;
        list-style:none;
	}
	
	.sidebar .tag
	{
		margin-bottom: 20px;
	}
	
	.sidebar .tag li
	{
		display: inline;
		margin-right: 5px;
	}
	
	.sidebar .tag li a
	{
		text-decoration: underline;
	}
	
	.sidebar .searchKeyword
	{
		margin-bottom: 20px;
	}
	
	.sidebar form
	{
		overflow: hidden;
	}
	
	.sidebar .inputSearchKeyword
	{
		float: left;
		width: 145px;
		margin-right: 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.sidebar .btnSearch
	{
		width: 50px;
	}
	
	.sidebar .searchCategory
	{
		margin-bottom: 20px;
	}
	
	.sidebar .searchCategoryField
	{
		margin-bottom: 10px;
	}
	
	.sidebar .searchCategoryField select
	{
		width: 100%;
	}
	
	.sidebar .searchCategorySubmit
	{
		text-align: right;
	}
	
	#photoList
	{
		margin-bottom: 20px;
		overflow: hidden;
		margin-right: -10px;
		_zoom: 1;
	}
	
	#photoList li
	{
		float: left;
		list-style: none;
		width: 25%;
		height: 300px;
	}
	
	#photoList .thumbnail
	{
		padding: 10px;
	}
	
	#photoList .thumbnail img
	{
		width: 100%;
		height: auto;
	}
	
	#photoList .thumbnail a
	{
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}
	
	#photoList .date
	{
		width: 90%;
		height: auto;
		margin: 0 auto;
	}
	
	#photoList .date a
	{
		text-decoration: none;
	}
	
	#photoList .end
	{
		margin-right: 0px;
	}
	
	#main .searchRelease
	{
		font-size: 10px;
		text-align: right;
		margin: -10px 0 10px 0;
	}
	
	.pageNavi
	{
		
		overflow: hidden;
		position: relative;
		text-align: center;
	}
	
	.pageNavi div
	{
		display: inline-block;
	}
	
	.pageNavi .numbers
	{
	}
	
	.pageNavi .numbers a
	{
		margin-right: 5px;
		text-decoration: none;
	}
	
	.pageNavi .numbers span.current
	{
		font-weight: bold;
		margin-right: 5px;
	}
	
	.pageNavi .back
	{
		margin-right: 5px;
	}
	
	.pageNavi .nex
	{
	}
	
	#photoDetail .description
	{
		margin-bottom: 20px;
	}
	
	#photoRelation
	{
	}
	
	#photoRelation ul
	{
		width: 100%;
		overflow: hidden;
	}
	
	#photoRelation li
	{
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		list-style-type: none;
	}
	
	#photoRelation li:last-child
	{
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
	.lookuser
	{
		float:right;
		width: 55%;
		margin-top: -215px;
	}
	
	#photoTag
	{
		margin-bottom: 20px;
	}
	
	#photoTag li
	{
		display: inline;
		margin-right: 5px;
	}
	
	.panList
	{
		margin-top: -10px;
		margin-bottom: 10px;
		font-size: 10px;
	}
	
	.panList a
	{
		text-decoration: underline;	
	}
	
	#photoSub
	{
		background-color: #ffffff;
		margin-bottom: 20px;
	}
	
	#photoSub img
	{
		text-align: center;
		margin: 0 auto;
		width: 100%;

		object-fit: contain;
	}
	
	#photoSubList
	{
		margin-bottom: 20px;
	}
	
	#photoSubList ul
	{
		overflow: hidden;
		width: 100%;
	}
	
	#photoSubList li
	{
		float: left;
		margin: 0 5px 5px 0;
		list-style-type: none;
		cursor: pointer;
	}
	
	#photoSubList .thumbnail
	{
		display: block;
		width: 60px;
		height: 60px;
		overflow: hidden;
		position: relative;
		z-index: 1;
		margin-right: 5px;
	}
	
	#photoSubList .thumbnail img
	{
		position:absolute;
	}

	#photoDetail .freefield
	{
		width: 50%;
		border-collapse: collapse;
		float:right;
		margin-top: 6em;
		font-size:12px;
	}
	
	#photoDetail .freefield th,
	#photoDetail .freefield td
	{
		padding: 10px;
	}
	
	#photoDetail .freefield th
	{
		width: 105px;
	}
	
	#photoDetail .freefield td
	{
	}
	
	.stylist
	{
		width:40%;
		float:left;
	}
	
	.stylist img
	{
		float:left;
		margin-right:10px;
		width:100px;
	}
}

@media screen and (min-width:901px)/*PC*/ 
{
	#wrapper
	{
		width: 52%;
		margin: 0 auto;
		padding: 20px;
		background-color: #f7f7f7;
	}
	
	h1{
		margin-bottom: 20px;
		font-size: 20px;
		border-bottom: 3px double #CCCCCC;
		padding: 10px 0;
	}
	
	h1 a
	{
		text-decoration: none;
	}
	
	#footer
	{
		width: 65%;
		margin: 0 auto;
		padding: 50px 0;
	}
	
	#main
	{
		float: right;
		width: 80%;
	}
	
	#main-2
	{
		width: 100%;
	}
	
	.toplogo
	{
		width: 17%;
		margin: 0 auto;
	}
	
	.toplogo img
	{
		width: 100%;
	}
	
	.topimg
	{
		margin: 1em auto;
	}
	
	.topimg img
	{
		width: 100%;
	}
	
	#main h2, #main-2 h2
	{
		font-size: 16px;
		margin-bottom: 20px;
		padding: 5px;
	}
	
	#container
	{
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
		background: #f8f7f7;
	}
	
	.sidebar
	{
		float: left;
		width: 18%;
	}
	
	.sidebar h3
	{
		text-align: center;
		padding: 5px;
		margin-bottom: 10px;
		font-weight: normal;
	}
	
	.sidebar img
	{
		width: 100%;
	}
	
	.sidebar .category
	{
		margin-bottom: 20px;
	}
	
	.sidebar .category li
	{
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #CCCCCC;
        list-style:none;
	}
	
	.sidebar .tag
	{
		margin-bottom: 20px;
	}
	
	.sidebar .tag li
	{
		display: inline;
		margin-right: 5px;
	}
	
	.sidebar .tag li a
	{
		text-decoration: underline;
	}
	
	.sidebar .searchKeyword
	{
		margin-bottom: 20px;
	}
	
	.sidebar form
	{
		overflow: hidden;
	}
	
	.sidebar .inputSearchKeyword
	{
		float: left;
		width: 145px;
		margin-right: 5px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.sidebar .btnSearch
	{
		width: 50px;
	}
	
	.sidebar .searchCategory
	{
		margin-bottom: 20px;
	}
	
	.sidebar .searchCategoryField
	{
		margin-bottom: 10px;
	}
	
	.sidebar .searchCategoryField select
	{
		width: 100%;
	}
	
	.sidebar .searchCategorySubmit
	{
		text-align: right;
	}
	
	#photoList
	{
		margin-bottom: 20px;
		overflow: hidden;
		margin-right: -10px;
		_zoom: 1;
	}
	
	#photoList li
	{
		float: left;
		margin-bottom: 10px;
		list-style: none;
		width: 25%;
	}
	
	#photoList .thumbnail
	{
		padding: 10px;
		margin-bottom: 5px;
		width: 100%;
	}
	
	#photoList .thumbnail img
	{
		width: 100%;
		height: auto;
	}
	
	#photoList .thumbnail a
	{
		text-align: center;
		vertical-align: middle;
		display: table-cell;
		height: 205px;
	}
	
	#photoList .date
	{
		width: 90%;
		height: 105px;
		margin: 0 auto;
	}
	
	#photoList .date a
	{
		text-decoration: none;
	}
	
	#photoList .end
	{
		margin-right: 0px;
	}
	
	#main .searchRelease
	{
		font-size: 10px;
		text-align: right;
		margin: -10px 0 10px 0;
	}
	
	.pageNavi
	{
		
		overflow: hidden;
		position: relative;
		text-align: center;
	}
	
	.pageNavi div
	{
		display: inline-block;
	}
	
	.pageNavi .numbers
	{
	}
	
	.pageNavi .numbers a
	{
		margin-right: 5px;
		text-decoration: none;
	}
	
	.pageNavi .numbers span.current
	{
		font-weight: bold;
		margin-right: 5px;
	}
	
	.pageNavi .back
	{
		margin-right: 5px;
	}
	
	.pageNavi .nex
	{
	}
	
	#photoDetail .description
	{
		margin-bottom: 20px;
	}
	
	#photoRelation
	{
	}
	
	#photoRelation ul
	{
		width: 100%;
		overflow: hidden;
	}
	
	#photoRelation li
	{
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		list-style-type: none;
	}
	
	#photoRelation li:last-child
	{
		margin-right: 0px;
		margin-bottom: 0px;
	}
	
	.lookuser
	{
		float:right;
		width: 55%;
		margin-top: -215px;
	}
	
	#photoTag
	{
		margin-bottom: 20px;
	}
	
	#photoTag li
	{
		display: inline;
		margin-right: 5px;
	}
	
	.panList
	{
		margin-top: -10px;
		margin-bottom: 10px;
		font-size: 10px;
	}
	
	.panList a
	{
		text-decoration: underline;	
	}
	
	#photoSub
	{
		background-color: #ffffff;
		margin-bottom: 20px;
	}
	
	#photoSub img
	{
		text-align: center;
		margin: 0 auto;
		width: 100%;
		object-fit: contain;
	}
	
	#photoSubList
	{
		margin-bottom: 20px;
	}
	
	#photoSubList ul
	{
		overflow: hidden;
		width: 100%;
	}
	
	#photoSubList li
	{
		float: left;
		margin: 0 5px 5px 0;
		list-style-type: none;
		cursor: pointer;
	}
	
	#photoSubList .thumbnail
	{
		display: block;
		width: 60px;
		height: 60px;
		overflow: hidden;
		position: relative;
		z-index: 1;
		margin-right: 5px;
	}
	
	#photoSubList .thumbnail img
	{
		position:absolute;
	}

	#photoDetail .freefield
	{
		width: 50%;
		border-collapse: collapse;
		float:right;
		margin-top: 6em;
		font-size:12px;
	}
	
	#photoDetail .freefield th,
	#photoDetail .freefield td
	{
		padding: 10px;
	}
	
	#photoDetail .freefield th
	{
		width: 105px;
	}
	
	#photoDetail .freefield td
	{
	}
	
	.stylist
	{
		width:40%;
		float:left;
	}
	
	.stylist img
	{
		float:left;
		margin-right:10px;
		width:100px;
	}
}






/*==================================================	
/ デザイン設定
/=================================================*/

/* 背景色 */
body{
	background-color: #EEEEEE;
}

/* 背景イメージ */

/* 文字色 */
body{
	color: #333333;
}

/* リンク色 */
a{
	color: #cc4466;
}

/* エラー色 */
#errorMess{
	color: #ff0000;
}

/* メインタイトル文字色 */
#main h2{
	color: #333333;
}
/* メインタイトル背景色 */
#main h2{
	background-color: #f7f7f7;
}
#main h3{
	border-left-color: #f7f7f7;
}

/* サブタイトル文字色 */
.sidebar h3{
	color: #FFFFFF;
}
/* サブタイトル背景色 */
.sidebar h3{
	background-color: #791f35;
}