@charset "utf-8";

a:hover text
{
	transition:0.5s;
	color: #666666;
}

body
{
	background-color: #f9f9f9;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0.8em;
	line-height: 150%;
}

@media screen and (min-width: 0px) and (max-width: 480px)/*スマホ*/ 
{

}

@media screen and (min-width:481px) and (max-width: 900px) 
{
	h1
	{
		margin: 2em 0;
		font-size: 20px;
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		padding: 2em;
		text-align: center;
	}
	
	h1 a
	{
		text-decoration: none;
	}
	
	.kimono-nav
	{
		margin-bottom: 2em;
	}
	
	.kimono-nav li a
	{
		float:left;
		padding: 0.2em;
		background-color: #b1221a;
		color: #ffffff;
		text-decoration: none;
		margin-right: 0.5em;
		width: 80px;
		text-align: center;
	}
	
	.kimono-nav li a:before
	{
		content: "\f105";
		font-family: FontAwesome;
		padding-right: 5px;
	}
	
	.kimono-nav li a:hover
	{
		background-color: #70140f;
		transition:0.5s;
		padding: 0.2em;
	}
	
	#wrapper
	{
		width: 95%;
		margin: 0 auto;
		text-align: left;
		background-color: #f9f9f9;
	}
	
	#container
	{
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	#main-2
	{
		width: 90%;
		margin: 2em auto 0 auto;
	}
	
	#main h2, #main-2 h2
	{
		font-size: 15px;
		margin-bottom: 1em;
	}
	
	#main h3
	{
		font-size: 14px;
		margin-bottom: 20px;
		padding: 0 0 5px 10px;
		border-left: 5px solid;
		border-bottom: 1px solid #cccccc;
		font-weight:normal;
	}
	
	.side-menu li::after 
	{
		content: "\f105";
		font-family: FontAwesome;
		float: right;
	}
	
	.sidebar a
	{
		text-decoration: none;
	}
	
	.sidebar h3
	{
		font-size: 13px;
		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: 5em;
	}
	
	.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
	{
		overflow: hidden;
		_zoom: 1;
	}
	
	#photoList li
	{
		float: left;
		padding: 1em;
		list-style: none;
		width: 16%;
	}
	
	#photoList .thumbnail
	{
        margin-bottom: 5px;
	}
	
	#photoList .thumbnail img
	{
		width: 100%;
		object-fit: cover;
	}
	
	#photoList .date
	{
		width:100%;
		height:30px;
		font-size: 0.9em;
	}
	
	#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 a
	{
		margin-right: 5px;
		text-decoration: none;
	}
	
	.pageNavi .numbers span.current
	{
		font-weight: bold;
		margin-right: 5px;
	}
	
	.pageNavi .back
	{
		margin-right: 5px;
	}
	
	#photoDetail .description
	{
		margin-bottom: 20px;
	}
	
	#photoDetail .freefield
	{
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 20px;
	}
	
	#photoDetail .freefield th,
	#photoDetail .freefield td
	{
		padding: 5px;
	}
	
	#photoDetail .freefield th
	{
		width: 200px;
	}
	
	#photoRelation
	{
		margin-bottom: 100px;
	}
	
	#photoRelation ul
	{
		width: 100%;
		overflow: hidden;
	}
	
	#photoRelation li
	{
		float: left;
		margin: 0 10px 10px 0;
		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
	{
		font-size: 0.8em;
	}
	
	.panList a
	{
		text-decoration: underline;	
	}
	
	#photoSub
	{
		background-color: #ffffff;
		margin-bottom: 20px;
	}
	
	#photoSub img
	{
		text-align: center;
		margin: 0 auto;
		width: auto;
		height: 600px;
		object-fit: contain; 
	}
	
	#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;
	}
	
	#photoSubList .thumbnail img
	{
		position:absolute;
	}
	
	#footer
	{
		padding-bottom: 50px;
	}
	
	#obj_copyright_box
	{
		width:100%;
		height:50px;
		color:#444;
		font-size:12px;
		text-align:center;
		margin:5em auto 0 auto;
	}
	
	.side-banner
	{
		display: none;
	}
}

@media screen and (min-width:901px)/*PC*/ 
{
	h1
	{
		margin: 2em 0;
		font-size: 20px;
		border-bottom: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
		padding: 2em;
		text-align: center;
	}
	
	h1 a
	{
		text-decoration: none;
	}
	
	.kimono-nav
	{
		margin-bottom: 2em;
	}
	
	.kimono-nav li a
	{
		float:left;
		padding: 0.2em;
		background-color: #b1221a;
		color: #ffffff;
		text-decoration: none;
		margin-right: 0.5em;
		width: 80px;
		text-align: center;
	}
	
	.kimono-nav li a:before
	{
		content: "\f105";
		font-family: FontAwesome;
		padding-right: 5px;
	}
	
	.kimono-nav li a:hover
	{
		background-color: #70140f;
		transition:0.5s;
		padding: 0.2em;
	}
	
	#wrapper
	{
		width: 80%;
		margin: 0 auto;
		text-align: left;
		background-color: #f9f9f9;
	}
	
	#container
	{
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	#main
	{
		float: right;
		width: 82%;
	}
	
	#main-2
	{
		width: 90%;
		margin: 2em auto 0 auto;
	}
	
	#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;
		border-bottom: 1px solid #cccccc;
		font-weight:normal;
	}
	
	.sidebar
	{
		float: left;
		width: 13%;
	}
	
	.side-menu li::after 
	{
		content: "\f105";
		font-family: FontAwesome;
		float: right;
	}
	
	.sidebar a
	{
		text-decoration: none;
	}
	
	.sidebar h3
	{
		font-size: 13px;
		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: 5em;
	}
	
	.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: 0 -10px 20px 0;
		overflow: hidden;
		_zoom: 1;
	}
	
	#photoList li
	{
		float: left;
		padding: 1em;
		list-style: none;
		width: 10%;
	}
	
	#photoList .thumbnail
	{
        margin-bottom: 5px;
	}
	
	#photoList .thumbnail img
	{
		width: 100%;
		object-fit: cover;
	}
	
	#photoList .date
	{
		width:100%;
		height:30px;
		font-size: 0.9em;
	}
	
	#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 a
	{
		margin-right: 5px;
		text-decoration: none;
	}
	
	.pageNavi .numbers span.current
	{
		font-weight: bold;
		margin-right: 5px;
	}
	
	.pageNavi .back
	{
		margin-right: 5px;
	}
	
	#photoDetail .description
	{
		margin-bottom: 20px;
	}
	
	#photoDetail .freefield
	{
		width: 100%;
		border-collapse: collapse;
		margin-bottom: 20px;
	}
	
	#photoDetail .freefield th,
	#photoDetail .freefield td
	{
		padding: 5px;
	}
	
	#photoDetail .freefield th
	{
		width: 200px;
	}
	
	#photoRelation
	{
		margin-bottom: 100px;
	}
	
	#photoRelation ul
	{
		width: 100%;
		overflow: hidden;
	}
	
	#photoRelation li
	{
		float: left;
		margin: 0 10px 10px 0;
		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
	{
		font-size: 0.8em;
	}
	
	.panList a
	{
		text-decoration: underline;	
	}
	
	#photoSub
	{
		background-color: #ffffff;
		margin-bottom: 20px;
	}
	
	#photoSub img
	{
		text-align: center;
		margin: 0 auto;
		width: auto;
		height: 700px;
		object-fit: contain; 
	}
	
	#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;
	}
	
	#photoSubList .thumbnail img
	{
		position:absolute;
	}
	
	#footer
	{
		padding: 50px 0;
	}
	
	#obj_copyright_box
	{
		width:100%;
		height:50px;
		color:#444;
		font-size:12px;
		text-align:center;
		margin:5em auto 0 auto;
	}
}


/*==================================================	
/ デザイン設定
/=================================================*/

/* 背景色 */
body{
	background-color: #f9f9f9;
}

/* 背景イメージ */

/* 文字色 */
body{
	color: #666666;
}

/* リンク色 */
a{
	color: #000000;
}

/* エラー色 */
#errorMess{
	color: #ff0000;
}

/* メインタイトル文字色 */
#main h2{
	color: #333333;
}
/* メインタイトル背景色 */
#main h2{
	background-color: #f9f9f9;
}
#main h3{
	border-left-color: #f9f9f9;
}

/* サブタイトル文字色 */
.sidebar h3{
	color: #333333;
}
/* サブタイトル背景色 */
.sidebar h3{
	background-color: #f9f9f9;
}