@charset "UTF-8";
/* CSS Document */

/************************/
/*PCサイト向けCSS*/
/************************/
@media only screen and (min-width: 821px) {
	
* {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			font-weight: normal;
			vertical-align: baseline;
		}

div#contents_main{
    width:1500px;
    margin:5em auto 0em auto;
	padding:20px 10px 80px 10px;
	text-align:center;
}

div#contents_family{
	width:1500px;
    margin:0em auto 1em auto;
    padding: 0 auto 0 auto;
    text-align:center;
}
	
div#page_top {
	width:100%;
	height:150px;
	margin:0px auto 0px auto;
}	
	
div#page_top_left {
	width:560px;
	height:150px;
	/*width:100%;*/
	margin:0px 10px 0 0;
	float:right;
	background-color: rgba(255,255,255,0.5);
	/*border:solid #A9A9A9 1px;*/
}	
	
div#page_top_right {
	width:350px;
	height:200px;
	margin:0 0 0 0;
	float:left;
}		
	

div#contents_title {
	/*width:1120px;*/
	width:100%;
	margin:0em auto 0 auto;
	text-align:left;
}

div#contents_title h3{
	border-bottom: 5px #000066 solid;
	padding-bottom: 5px;
 	font-weight: normal;
	font-family: 'Utsukushi_m';
	font-size: 13pt;
	color: #333333;
	text-align: left;
	margin: 0em 0em 0em 0em;
}

div#contents_title h3 span {
  margin-left:20px;
  font-size:60%;
  color: #ccc;
  position: relative;
  top: -5px;
}

div#sort_button {
	width:310px;
	height:30px;
	margin-top:5px;
	margin-right:5px;
	padding:0;
	float:right;
}
div#sort_button_title {
	width:40px;
	height:30px;
	float:left;
}

div#sort_button_title h4{
 	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
	font-size: 10pt;
	color: #333333;
	text-align:left;
	line-height:1.5em;
}

div#sort_button input {
	width:80px;
	height:20px;
	float:left;
	background-color:#000033;
	margin-right:5px;
 	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
	font-size: 8pt;
	color:#ffffff;
	text-align:center;
	border:#a8a8a8 solid 1px;
	cursor:pointer;
}

div#sort_button input:hover {
	background-color:transparent;
	color:#333333;
}


/*フォローティングイン*/
ul {
    margin: 0 auto;
    /*width: 1120px;*/
	width:100%;
    text-align: left;
	/*padding:0;*/
    padding:0;
	margin-bottom:30px;
}
 
ul li {
    /*margin: 5px 5px 5px 5px;*/
    /*width: 150px;*/
	width: 300px;
    text-align: left;
    float: left;
    display: none;
    overflow: hidden;
	padding:0;
    margin-top: 50px;
}	

div#cat_top {
	width:300px;
	float:left;
	/*margin: 5px 5px 5px 5px;*/
}

.cat_top {
	width:250px;
	/*margin:0;*/
	/*height:190px;*/
	border-style: none;
	/*margin:10px 25px 10px 25px;*/
	margin:10px 30px 10px 30px;
	/*border:solid #A9A9A9 1px;*/
	/*background-color:rgba(255,255,255,0.1);*/
}	
 
ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
ul {
    display: inline-block;
    overflow: hidden;
}
/*おわり*/

/*caption*/
figure {
	position: relative;
	overflow: hidden;
	/*width: 150px;*/
	width: 300px;
}

figure img {
	/*width:150px;*/
	width:250px;
	margin:10px 25px 10px 25px;
    float:left;
	/*border:solid #A9A9A9 1px;*/
}

figcaption {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}

figcaption h3 {
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
	font-size: 13pt;
	color: #ffffff;
	text-align: center;
	margin: 1.5em 0em 0em 0em;
}

figcaption h5 {
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
	font-size: 7pt;
	color: #ffffff;
	text-align: left;
	margin: 0.5em 0em 0em 0.5em;
}

figcaption p {
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	margin: 1em 0em 0em 0em;
}

figure:hover figcaption {
	top: 0;
	left: 0;
}

/*For SP display:none;*/
div#contents_family_sp{
	display:none;
}

div#contents_title_sp {
	/*width:1120px;*/
	display:none;
	width:100%;
	margin:0em auto 0 auto;
	text-align:left;
}
}