@charset "utf-8";

*
{
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

body
{
	background-color: #f9f9f9;
}

div,p
{
	font-size: 12px;
	line-height: 150%;
}

a:visited
{
	color: #666666;
}

@media screen and (min-width: 0px) and (max-width: 480px)/*スマホ*/ 
{

}

@media screen and (min-width:481px) and (max-width: 900px) 
{
	#wrapper
	{
		width: 95%;
		margin: 0 auto;
	}
	
	#header
	{
	}
	
	.topimg img
	{
		width: 100%;
	}
	
	h1{
		font-size: 20px;
		margin: 10px 0;
		border-bottom: 1px solid black;
		padding: 15px 0;
	}
	
	h1 a
	{
		text-decoration: none;
	}
	
	#footer
	{
		width: 95%;
		margin: 0 auto;
		padding: 50px 0;
	}
	
	.kimono-nav li
	{
		float:right;
		padding: 5px;
		color:#666666;
	}
	
	.kimono-nav li::after
	{
		content: "\f105";
		font-family: FontAwesome;
		padding-right: 5px;
		float: left;
	}
	
	.kimono-nav li a
	{
		text-decoration: underline;
	}
	
	.kimono-nav li a:hover
	{
		text-decoration: none;
	}
	
	#container
	{
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	#main
	{
	}
	
	#main h2
	{
		font-size: 15px;
		margin: 10px 0;
	}
	
	.sidebar
	{
		width:17%;
	}
	
	.sidebar a
	{
		text-decoration: none;
	}
	
	.sidebar h3
	{
		font-size: 12px;
		margin-bottom: 13px;
	}
	
	.sidebar .backlink
	{
		margin-bottom: 10px;
		border: 1px solid #CCCCCC;
	}
	
	.sidebar .backlink a
	{
		padding: 5px;
		background-color: #eeeeee;
		display: block;
	}
	
	.sidebar .category
	{
		margin-bottom: 20px;
	}
	
	.sidebar .category li
	{
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #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: 0 -10px 20px 0;
		overflow: hidden;
		_zoom: 1;
	}
	
	#photoList li
	{
		float: left;
		padding: 10px;
		list-style: none;
		width: 22%;
	}
	
	#photoList img
	{
		width: 100%;
		height: auto;
	}
	
	#photoList .thumbnail
	{
		margin-bottom: 5px;
	}
	
	#photoList .thumbnail a
	{
		text-align: center;
		vertical-align: middle;
		display: table-cell;
	}
	
	#photoList .date
	{
		width:100%;
		height: 35px;
	}
	
	#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;
        float: left;
	}
	
	#photoDetail .freefield
	{
		width: 55%;
		border-collapse: collapse;
		margin-top: 40px;
	}
	
	#photoDetail .freefield th,
	#photoDetail .freefield td
	{
		padding: 5px;
		border: 1px solid #CCCCCC;
	}
	
	#photoDetail .freefield th
	{
		width: 120px;
		font-weight: normal;
	}
	
	#photoDetail .freefield td
	{
	}
	
	#photoRelation
	{
		margin-bottom: 20px;
	}
	
	#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-bottom: 5px;
		font-size: 10px;
	}
	
	.panList a
	{
		text-decoration: underline;	
	}
	
	#photoSub
	{
		background-color: #ffffff;
		margin-bottom: 20px;
	}
	
	#photoSub img
	{
		text-align: center;
		margin: 0 auto;
		width: 45%;
		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;
	}
}

@media screen and (min-width:901px)/*PC*/ 
{
	#wrapper
	{
		width: 65%;
		margin: 0 auto;
	}
	
	#header
	{
	}
	
	.topimg img
	{
		width: 100%;
	}
	
	h1{
		font-size: 20px;
		margin: 10px 0;
		border-bottom: 1px solid black;
		padding: 15px 0;
	}
	
	h1 a
	{
		text-decoration: none;
	}
	
	#footer
	{
		width: 65%;
		margin: 0 auto;
		padding: 50px 0;
	}
	
	.kimono-nav li
	{
		float:right;
		padding: 5px;
		color:#666666;
	}
	
	.kimono-nav li::after
	{
		content: "\f105";
		font-family: FontAwesome;
		padding-right: 5px;
		float: left;
	}
	
	.kimono-nav li a
	{
		text-decoration: underline;
	}
	
	.kimono-nav li a:hover
	{
		text-decoration: none;
	}
	
	#container
	{
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	#main
	{
	}
	
	#main h2
	{
		font-size: 15px;
		margin: 10px 0;
	}
	
	.sidebar
	{
		width:17%;
	}
	
	.sidebar a
	{
		text-decoration: none;
	}
	
	.sidebar h3
	{
		font-size: 12px;
		margin-bottom: 13px;
	}
	
	.sidebar .backlink
	{
		margin-bottom: 10px;
		border: 1px solid #CCCCCC;
	}
	
	.sidebar .backlink a
	{
		padding: 5px;
		background-color: #eeeeee;
		display: block;
	}
	
	.sidebar .category
	{
		margin-bottom: 20px;
	}
	
	.sidebar .category li
	{
		margin-bottom: 5px;
		padding-bottom: 5px;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #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: 0 -10px 20px 0;
		overflow: hidden;
		_zoom: 1;
	}
	
	#photoList li
	{
		float: left;
		padding: 33px;
		list-style: none;
	}
	
	#photoList .thumbnail
	{
		margin-bottom: 5px;
		width: 180px;
		height: 243px;
	}
	
	#photoList .thumbnail a
	{
		text-align: center;
		vertical-align: middle;
		display: table-cell;
		height: 180px;
		width: 243px;
	}
	
	#photoList .date
	{
		width:180px;
		height:30px;
	}
	
	#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;
        float: left;
	}
	
	#photoDetail .freefield
	{
		width: 55%;
		border-collapse: collapse;
		margin-top: 40px;
	}
	
	#photoDetail .freefield th,
	#photoDetail .freefield td
	{
		padding: 5px;
		border: 1px solid #CCCCCC;
	}
	
	#photoDetail .freefield th
	{
		width: 120px;
		font-weight: normal;
	}
	
	#photoDetail .freefield td
	{
	}
	
	#photoRelation
	{
		margin-bottom: 20px;
	}
	
	#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-bottom: 5px;
		font-size: 10px;
	}
	
	.panList a
	{
		text-decoration: underline;	
	}
	
	#photoSub
	{
		background-color: #ffffff;
		margin-bottom: 20px;
	}
	
	#photoSub img
	{
		text-align: center;
		margin: 0 auto;
		width: 45%;
		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;
	}
}




/* 背景色 */
body{
	background-color: #fffef2;
}

/* 背景イメージ */

/* 文字色 */
body{
	color: #000000;
}

/* リンク色 */
a{
	color: #000000;
}

/* エラー色 */
#errorMess{
	color: #ff0000;
}

/* メインタイトル文字色 */
#main h2{
	color: #000000;
}
/* メインタイトル背景色 */
#main h2{
	background-color: #fffef2;
}
#main h3{
	border-left-color: #fffef2;
}

/* サブタイトル文字色 */
.sidebar h3{
	color: #000000;
}
/* サブタイトル背景色 */
.sidebar h3{
	background-color: #fffef2;
}