/************************/
/*SmartPhoneサイト向けCSS*/
/************************/
@media only screen and (min-width: 0px) and (max-width: 480px) {

/*PC, SP common*/
/*div#body {  
	width:320px;
	margin:1em auto 0 auto;
}*/

* {
			margin: 0;
			padding: 0;
			border: 0;
			outline: 0;
			font-size: 100%;
			font-weight: normal;
			vertical-align: baseline;
		}

div#contents_main{
	width:375px;
	margin:0em auto 0em auto;
	padding:0;
	text-align:center;
}

div#contents_family{
	diaplay:none;
	width:320px;
	margin:0em auto 1em auto;
	text-align:center;
}
	
div#page_top {
	width:320px;
	/*width:100%;*/
	height:80px;
	margin:10px auto 0px auto;
	text-align:center;
}	
	
div#page_top_left {
	width:320px;
	height:80px;
	/*width:100%;*/
	margin:0px 0px 0 0;
	float:left;
}	
	
/*div#page_top_image1 {
	width:80px;
	height:80px;
	margin:0 0px 0 5px;
	text-align:left;	
	float:left;
}	
	
div#page_top_image1 img{
	width:80px;
	height:80px;
	text-align:left;	
	border:solid #A9A9A9 1px;
}		
	
div#page_top_message1 {
	width:235px;
	height:80px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	float:right;	
}
	
div#page_top_message1 h1{
	font-family: sans-serif;
	line-height:1.8em;
	font-size: 7pt;
	color: #333333;
	text-align: left;
	margin: 0 0px 0 5px;
	text-shadow:2px 2px 2px #ffffff;
}	*/	
	
div#page_top_right {
	display:none;
	width:100%;
	height:80px;
	/*width:100%;*/
	margin:0 0 0 0;
	float:left;
}	
	

div#contents_title {
	display:none;
	width:310px;
	margin:0;
	padding-left:5px;
	text-align:left;
}

div#contents_title h3{
	border-bottom: 5px #000066 solid;
	padding-bottom: 5px;
 	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
	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;
}

/*For PC display:none*/
#contents_family ul {
    margin: 0 auto;
    /*width: 1120px;*/
	width:100%;
    text-align: left;
	padding:0;
	display:none;
}
 
#contents_family ul li {
    margin: 5px 5px 5px 5px;
    width: 150px;
    text-align: left;
    float: left;
    display: none;
    overflow: hidden;
	padding:0;
	display:none;
}
 
#contents_family ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
	display:none;
}
 
#contents_family ul {
    display: inline-block;
    overflow: hidden;
	display:none;
}
/*おわり*/

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

figure img {
	display:none;
	width:150px;
	border:solid #A9A9A9 1px;
}

figcaption {
	display:none;
	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 {
	display:none;
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	margin: 1.5em 0em 0em 0em;
}

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

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

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

/*For SP*/
div#contents_family_sp{
	width:320px;
	margin:1em auto 1em auto;
	text-align:center;
}
	
div#cat_top_sp{
	width:320px;
	height:50px;
	margin:2em auto 1em auto;
	text-align:center;
}
	
.cat_top_sp{
	width:320px;
	height:50px;
	margin:0em auto 1em auto;
	text-align:center;
}	

div#cat_top_pad{
	display:none;
	width:1016px;
	height:50px;
	margin:0em auto 1em auto;
	text-align:center;
	float:left;
}
	
div#contents_title_sp {
	width:310px;
	margin:0em auto 0 auto;
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}

div#contents_title_sp h3{
	border-bottom: 5px #000066 solid;
	padding-bottom: 5px;
 	font-weight: normal;
	font-family:"ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
	font-size: 13pt;
	color: #333333;
	text-align: left;
	margin: 0em 0em 0em 0em;
}

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

#float {
    width: 320px;
	height:110px;
    text-align: left;
	padding:0;
    margin:0 auto 0 auto;
}

#float img {
	margin:4px;
	width:150px;
	height:100px;
	border:solid #A9A9A9 1px;
	float:left;
}

#caption {
	width:150px;
	height:100px;
	margin:4px;
	float:left;
	background: rgba(0,0,0,.6);
	opacity: 1;
}

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

#caption h3:hover {
	color: #FF0000;
} 

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

#caption h5:hover {
	color: #FF0000;
} 

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

#caption p:hover {
	color: #FF0000;
} 
 
#float {
    display: inline-block;
    overflow: hidden;
}

}