@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: #000000;
}

div,
p
{
	font-size: 12px;
	line-height: 150%;
}

a:visited
{
	color: #CCCCCC;
}

.square_btn
{
    display: inline-block;
    padding: 1em;
    text-decoration: none;
    color: #CCCCCC;
    border: solid 2px #CCCCCC;
    transition: .4s;
	margin-bottom: 1em;
	text-align: center;
	background: #bd1a69;
}

.square_btn:hover
{
    background: #96094e;
}

@media screen and (min-width: 0px) and (max-width: 480px)/*スマホ*/ 
{

}

@media screen and (min-width:481px) and (max-width: 900px) 
{
	.square_btn
	{
		width: 45%;
	}
	
	#wrapper
	{
		width: 95%;
		margin: 0 auto;
	}
	
	#header
	{
	}
	
	.toplogo
	{
	}
	
	.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
	{
		width: 80%;
		float: right;
	}
	
	#main h2
	{
		font-size: 15px;
		margin: 10px 0;
	}
	
	#main h2, #main-2 h2
	{
		font-size: 15px;
		margin-bottom: 20px;
	}
	
	#main h3
	{
		font-size: 14px;
		margin-bottom: 20px;
		padding: 0 0 5px 10px;
		border-left: 5px solid black;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.side-menu li::after 
	{
		content: "\f105";
		font-family: FontAwesome;
		float: right;
	}
	
	.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
	{
		width: 23%;
		float: left;
		list-style: none;
		padding: 5px;
	}
	
	#photoList .thumbnail
	{
		margin-bottom: 5px;
		width: 100%;
	}
	
	#photoList .thumbnail a
	{
		vertical-align: middle;
	}
	
	#photoList .date
	{
		width:100%;
		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
	{
		margin-bottom: 20px;
	}
	
	#photoSub img
	{
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		width: auto;
		height: 700px;
		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*/ 
{
	.square_btn
	{
		width: 25%;
	}
	
	#wrapper
	{
		width: 65%;
		margin: 0 auto;
	}
	
	#header
	{
	}
	
	.toplogo
	{
	}
	
	.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
	{
		width: 80%;
		float: right;
	}
	
	#main h2
	{
		font-size: 15px;
		margin: 10px 0;
	}
	
	#main h2, #main-2 h2
	{
		font-size: 15px;
		margin-bottom: 20px;
	}
	
	#main h3
	{
		font-size: 14px;
		margin-bottom: 20px;
		padding: 0 0 5px 10px;
		border-left: 5px solid black;
		border-bottom: 1px solid #CCCCCC;
	}
	
	.side-menu li::after 
	{
		content: "\f105";
		font-family: FontAwesome;
		float: right;
	}
	
	.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
	{
		width: 18%;
		float: left;
		list-style: none;
		padding: 5px;
	}
	
	#photoList .thumbnail
	{
		margin-bottom: 5px;
		width: 100%;
	}
	
	#photoList .thumbnail a
	{
		vertical-align: middle;
		display: table-cell;
	}
	
	#photoList .date
	{
		width:100%;
		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
	{
		margin-bottom: 20px;
	}
	
	#photoSub img
	{
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		width: auto;
		height: 700px;
		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: #000000;
}

/* 背景イメージ */

/* 文字色 */
body{
	color: #FFFFFF;
}

/* リンク色 */
a{
	color: #CCCCCC;
}

/* エラー色 */
#errorMess{
	color: #ff0000;
}

/* メインタイトル文字色 */
#main h2{
	color: #FFFFFF;
}
/* メインタイトル背景色 */
#main h2{
	background-color: #000000;
}
#main h3{
	border-left-color: #000000;
}

/* サブタイトル文字色 */
.sidebar h3{
	color: #FFFFFF;
}
/* サブタイトル背景色 */
.sidebar h3{
	background-color: #000000;
}