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

/* SampleSite
-----------------------------------------------------*/
#contents h3{
	text-align: center;
	margin-bottom: 40px;
}
#contents #subtitle{
	text-align: center;
	margin-bottom: 12px;
}

#contents #back_link{
	display: block;
	margin-left: auto;
	margin-right: 0;
	width: 250px;
	margin-bottom: 26px;
}
.margin_frame.tenjin #contents #back_link{
	margin-bottom: 35px;
}

#contents #contents_top_link{
	letter-spacing: -.40em;
	text-align: right;
	margin-bottom: 30px;
}
#contents #contents_top_link li{
	display: inline-block;
  letter-spacing: normal;
	vertical-align: top;
}
#contents #contents_top_link li:nth-child(1n+2){
	margin-left: 5px;
}

#contents #contents_artist{
	margin-bottom: 30px;
}
#contents #contents_artist ul{
	list-style-type: none;
	letter-spacing: -.40em;
}
#contents #contents_artist ul li{
	display: inline-block;
  letter-spacing: normal;
	width: 467px;
	vertical-align: top;
	margin-bottom: 40px;
}
#contents #contents_artist ul li:nth-child(odd){
	margin-right: 66px;
}
#contents #contents_artist ul li img{
	float: left;
}
#contents #contents_artist ul li .text_right{
	float: right;
	width: 290px;
}
#contents #contents_artist ul li .text_right strong{
	font-size: 20px;
	color: #85c14b;
	line-height: 1em;
	display: block;
	margin-bottom: 10px;
}
#contents #contents_artist ul li .text_right p{
	font-size: 18px;
	color: #2e2e2e;
	line-height: 1.2em;
}

#contents .contents_products .products_frame{
	margin-bottom: 60px;
}
#contents .contents_products h4{
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.25em;
	text-align: center;
	margin-bottom: 20px;
}
.margin_frame.hina #contents .contents_products h4{
	color: #d32837;
}
.margin_frame.gogatsu #contents .contents_products h4{
	color: #107100;
}
.margin_frame.tenjin #contents .contents_products h4{
	color: #223cb6;
}
#contents .contents_products h4 span{
	padding-left: 85px;
	padding-right: 75px;
	background-repeat: no-repeat;
	background-position: left 14.5px, right 14.5px;
}
.margin_frame.hina #contents .contents_products h4 span{
	background-image: url(image/double_line_red.gif), url(image/double_line_red.gif);
}
.margin_frame.gogatsu #contents .contents_products h4 span{
	background-image: url(image/double_line_green.gif), url(image/double_line_green.gif);
}
.margin_frame.tenjin #contents .contents_products h4 span{
	background-image: url(image/double_line_blue.gif), url(image/double_line_blue.gif);
}
#contents .contents_products h5{
	font-size: 18px;
	font-weight: normal;
	color: #d32837;
	background-color: #fceeef;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 9px;
}
#contents .contents_products .description{
	font-size: 18px;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 20px;
}
#contents .contents_products ul{
	list-style-type: none;
	letter-spacing: -.40em;
}
#contents .contents_products ul.bottom_space{
	margin-bottom: 30px;
}
#contents .contents_products ul li{
	width: 330px;
	height: 328px;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	background: #fff;
	margin-right: 5px;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-bottom: 6px;
	padding: 15px;
}
#contents .contents_products ul li:nth-child(3n+3){
	margin-right: 0;
}
#contents .contents_products ul li a{
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 298px;
	text-align: center;
}
#contents .contents_products ul li a img{
	max-width: 300px;
	max-height: 298px;
}
#contents .contents_products .comments{
	font-size: 14px;
}
#contents .contents_products .comments.center{
	text-align: center;
}

#contents #bnr_message{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contents #btn_access{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 342px;
	margin-top: -10px;
}




/****************************************************/

@media screen and (max-width: 1000px) {
/****************************************************
    1000px未満に適用
****************************************************/

/***************************************************/
}

@media screen and (max-width: 740px) {
/****************************************************
    740px未満に適用
****************************************************/
#contents #contents_top_link{
	text-align: center;
	margin-bottom: 30px;
}
#contents #contents_top_link li{
	display: inline-block;
  letter-spacing: normal;
	vertical-align: top;
	max-width: 306px;
	width: 48%;
}
#contents #contents_top_link li:nth-child(1n+2){
	margin-left: 4%;
}
#contents #contents_top_link li img{
	width: 100%;
}

#contents #subtitle{
	max-width: 629px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#contents #subtitle img{
	width: 100%;
}

#contents #back_link{
	display: none;
}

#contents h3{
	max-width: 739px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#contents h3 img{
	width: 100%;
}

#contents #contents_artist ul li{
	display: block;
	width: 100%;
}
#contents #contents_artist ul li:nth-child(odd){
	margin-right: auto;
}
#contents #contents_artist ul li .text_right{
	width: 55%;
}
#contents #contents_artist ul li img{
	width: 40%;
}

#contents .contents_products ul li,
#contents .contents_products ul li:nth-child(3n+3){
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

#contents #bnr_message{
	max-width: 740px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#contents #btn_access{
	max-width: 471px;
	width: 75%;
	margin: 10px auto 20% auto;
	display: block;
}
#contents #btn_access img{
	width: 100%;
}

/***************************************************/
}
}
