@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: #007ebe;
}

.square_btn
{
	display: inline-block;
	padding: 1em;
	text-decoration: none;
	border: solid 2px #000000;
	transition: .4s;
	margin: 1em 0 0 5em;
	text-align: center;
	background: crimson;
}

a.square_btn
{
	color: white !important;
}

.square_btn:hover
{
	background: #90102e;
}

@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;
	}
	
	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;
	}
	
	#main
	{
		float: right;
		width: 82%;
	}
	
	#main-2
	{
	}
	
	.toplogo
	{
	}
	
	.topimg
	{
	}
	
	.topimg img
	{
		width: 100%;
	}
	
	#main h2, #main-2 h2
	{
		font-size: 18px;
		margin-bottom: 10px;
		padding: 1em;
		background-color: crimson;
		color: white;
	}
	
	#container
	{
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	.sidebar
	{
		width:17%;
	}
	
	.sidebar a
	{
		text-decoration: none;
	}
	
	.sidebar h3
	{
		font-size: 12px;
		margin-bottom: 13px;
	}
	
	.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: 0 -10px 20px 0;
		overflow: hidden;
		_zoom: 1;
	}
	
	#photoList li
	{
		float: left;
		list-style: none;
		width: 18%;
		padding: 6px;
	}
	
	#photoList .thumbnail
	{
		margin-bottom: 5px;
		height: auto;
	}
	
	#photoList .thumbnail img
	{
		width: 100%;
		height: auto;
	}
	
	#photoList .thumbnail a
	{
		vertical-align: middle;
		display: table-cell;
	}
	
	#photoList .date
	{
		width:100%;
		height:45px;
		font-size: 11px;
	}
	
	#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: 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 .description
	{
	}
	
	table
	{
	}
	
	table tr ,table th
	{
		display: block;
	}
	
	table th
	{
		font-weight: bold;
		color: crimson;
		text-align: left;
	}
	
	#photoDetail .freefield
	{
		border-collapse: collapse;
	}
	
	#photoDetail .freefield th,
	#photoDetail .freefield td
	{
		padding: 5px 5px 5px 10px;
	}
	
	#photoDetail .freefield th
	{
		width: 120px;
	}
	
	#photoDetail .freefield td
	{
	}
	
	#photoDetail .freefield tr
	{
	}
	
	#photoRelation
	{
	}
	
	#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;
	}

	.torioki
	{
		border: 1px dashed black;
		font-size: 1.1em;
	}
}

@media screen and (min-width:901px)/*PC*/ 
{
	.square_btn
	{
		width: 25%;
	}

	#wrapper
	{
		width: 65%;
		margin: 0 auto;
	}
	
	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;
	}
	
	#main
	{
		float: right;
		width: 82%;
	}
	
	#main-2
	{
		width: 65%;
		float: left;
	}
	
	.toplogo
	{
	}
	
	.topimg
	{
		margin: 1em auto;
	}
	
	.topimg img
	{
		width: 100%;
	}
	
	#main h2, #main-2 h2
	{
		font-size: 18px;
		margin-bottom: 10px;
		padding: 1em;
		background-color: crimson;
		color: white;
	}
	
	#container
	{
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
	}
	
	.sidebar
	{
		width:17%;
	}
	
	.sidebar a
	{
		text-decoration: none;
	}
	
	.sidebar h3
	{
		font-size: 12px;
		margin-bottom: 13px;
	}
	
	.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: 0 -10px 20px 0;
		overflow: hidden;
		_zoom: 1;
	}
	
	#photoList li
	{
		float: left;
		list-style: none;
		width: 18%;
		padding: 3px;
	}
	
	#photoList .thumbnail
	{
		margin-bottom: 5px;
		height: auto;
	}
	
	#photoList .thumbnail img
	{
		width: 100%;
		height: auto;
	}
	
	#photoList .thumbnail a
	{
		vertical-align: middle;
		display: table-cell;
	}
	
	#photoList .date
	{
		width:100%;
		height:45px;
		font-size: 11px;
	}
	
	#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
	{
	}
	
	#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: 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 .description
	{
	}
	
	table
	{
		float: right;
		width: 30%;
		margin-top: 50px;
		font-size:12px;
	}
	
	table tr ,table th
	{
		display: block;
	}
	
	table th
	{
		font-weight: bold;
		color: crimson;
		text-align: left;
	}
	
	#photoDetail .freefield
	{
		border-collapse: collapse;
	}
	
	#photoDetail .freefield th,
	#photoDetail .freefield td
	{
		padding: 5px 5px 5px 10px;
	}
	
	#photoDetail .freefield th
	{
		width: 120px;
	}
	
	#photoDetail .freefield td
	{
	}
	
	#photoDetail .freefield tr
	{
	}
	
	#photoRelation
	{
	}
	
	#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;
	}

	.torioki
	{
		margin-left: 65.5em;
		border: 1px dashed black;
		font-size: 1.1em;
	}
}






/*==================================================	
/ デザイン設定
/=================================================*/

/* 背景色 */
body{
	background-color: #f9f9f9;
}

/* 背景イメージ */

/* 文字色 */
body{
	color: #666666;
}

/* リンク色 */
a{
	color: #007ebe;
}

/* エラー色 */
#errorMess{
	color: #ff0000;
}

/* メインタイトル文字色 */
#main h2{
	color: #666666;
}
/* メインタイトル背景色 */
#main h2{
	background-color: #f9f9f9;
}
#main h3{
	border-left-color: #f9f9f9;
}

/* サブタイトル文字色 */
.sidebar h3{
	color: #000000;
}
/* サブタイトル背景色 */
.sidebar h3{
	background-color: #f9f9f9;
}