@charset "utf-8";

/*==================================================	
/ HTML
/=================================================*/

*{
	margin: 0px;
	padding: 0px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

body{
	background-color: #eeeeee;
}

div,
p{
	font-size: 13px;
	line-height: 150%;
}

a:visited
{
	color: #666666;
}

/*==================================================	
/ レイアウト
/=================================================*/

#wrapper{
	width: 65%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
}

/* ヘッダー */
#header{
}
.topimg
{
	width: 25%;
	margin: 5em auto;
}
.topimg img
{
	width: 100%;
}

/* フッター */
#footer{
	padding: 50px 0;
}
#obj_copyright_box
{
	width:100%;
	height:50px;
	color:#444;
	font-size:12px;
	text-align:center;
	margin:0 auto;
}
#obj_copyright_box p
{
	padding-top:10px;
}
.yume-logo
{
	width:20%;
	margin:0 auto;
}
.yume-logo img
{
	width:100%;
}
.to-home
{
	text-align:center;
	font-size:15px;
}

/* コンテンツ */
#container{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}

/* ページタイトル */
#container h1{
	margin: 10px 0 25px 0;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid black;
	padding-bottom: 30px;
}
#container h1 a{
	text-decoration: none;
}

/* メイン */
#main{
	float: right;
	width: 82%;
}

#main-2{
	width: 90%;
	margin: 0 auto;
}

#main h2, #main-2 h2{
	font-size: 16px;
	margin-bottom: 20px;
	padding: 5px;
	font-weight: normal;
}

#main h3{
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 10px;
	border-left-width: 5px;
	border-left-style: solid;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight:normal;
}

/* サイドバー */
.sidebar{
	float: left;
	width: 16%;
}
.side-menu li::after 
{
    content: "\f105";
    font-family: FontAwesome;
    float: right;
}

/*==================================================	
/ サイドバー
/=================================================*/

.sidebar a{
	text-decoration: none;
}

/* タイトル */
.sidebar h3{
	font-size: 14px;
	margin-bottom: 13px;
	font-weight: normal;
}

/* 一覧に戻る */
.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-bottom: 20px;
	overflow: hidden;
 	margin-right: -10px;
	_zoom: 1;
}

#photoList li {
	float: left;
	padding: 18px;
	list-style: none;
}

#photoList .thumbnail{
        margin-bottom: 5px;
	width: 130px;
	height: 130px;
}

#photoList .thumbnail a{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 130px;
	width: 130px;
}

#photoList .date{
	width:130px;
	height:30px;
}

#photoList .end{
	margin-right: 0px;
}

/* 絞り込み解除 */
#main .searchRelease{
	font-size: 10px;
	text-align: right;
	margin-top: -10px;
	margin-bottom: 10px;
}

/* ページナビゲーション
--------------------------------------------------*/
.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 .next{
}

/*==================================================	
/ 写真詳細
/=================================================*/

/* 説明 */
#photoDetail .description{
	margin-bottom: 8em;
        float: left;
}

/* フリー項目 */
#photoDetail .freefield{
	border-collapse: collapse;
	margin:40px 0;
}
#photoDetail .freefield th,
#photoDetail .freefield td{
	padding: 5px 5px 5px 10px;
}
#photoDetail .freefield th{
	width: 120px;
	border-left: 5px solid;
}
#photoDetail .freefield td{
}

#photoDetail .freefield tr{
}

/* 関連写真
--------------------------------------------------*/
#photoRelation{
	margin-bottom: 100px;
}
#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-right: auto;
	margin-left: auto;
	object-fit: contain;
}

/* サブ写真（一覧）
--------------------------------------------------*/
#photoSubList {
	margin-bottom: 20px;
}

#photoSubList ul {
	overflow: hidden;
	width: 100%;
}

#photoSubList li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	cursor: pointer;
}

#photoSubList .thumbnail {
	display: block;
	width: 120px;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#photoSubList .thumbnail img {
	position:absolute;
}


/*==================================================	
/ デザイン設定
/=================================================*/

/* 背景色 */
body{
	background-color: #FFFFFF;
}

/* 背景イメージ */

/* 文字色 */
body{
	color: #999999;
}

/* リンク色 */
a{
	color: #666666;
}

/* エラー色 */
#errorMess{
	color: #ff0000;
}

/* メインタイトル文字色 */
#main h2{
	color: #333333;
}
/* メインタイトル背景色 */
#main h2{
	background-color: #FFFFFF;
}
#main h3{
	border-left-color: #FFFFFF;
}

/* サブタイトル文字色 */
.sidebar h3{
	color: #CC3333;
}
/* サブタイトル背景色 */
.sidebar h3{
	background-color: #FFFFFF;
}