/*--------- CSS MENU ---------*/
/*------------------------------
/*  01.  main
/*  02.  content - about
/*  03.  content - new item
/*  04.  content - recommend
/*  05.  content - news
--------------------------------
------------------------------*/

/*  01.  main
------------------------------*/
/*  pc  */
@media screen and (min-width: 960px) {
/*  main  */
#main_wrap,
#main {
	float: left;
	width: 100%;
	height: auto;
}

/*  main  *//*  image  */
.main {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}

.main .slides {
	zoom: 1;
}

.main .slides li {
	display: none;
}
  
.main .slides img {
	display: block;
	float: left;
	width: 50%;
	height: auto;
}

.main .slides:after {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.main .slides li:first-child {
	display: block;
}

.flex-direction-nav a,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	display: none;
}

.flex-nav-prev,
.flex-nav-next  {
	list-style: none;
}

.flex-control-thumbs {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 50%!important;
	height: auto;
	top: 0;
	right: 0;
}
  
.flex-control-thumbs li {
	display: block;
	float: left;
	width: 50%;
	height: auto;
}

.flex-control-thumbs img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #FFF;
	box-sizing: border-box;
	opacity: 1;
}

.flex-control-thumbs img:hover,
.flex-control-thumbs .flex-active {
	border: 1px solid #000;
	box-sizing: border-box;
	opacity: 1;
}
}

/*  sp  */
@media screen and (max-width: 959px) {
/*  main  */
#main_wrap {
	float: left;
	width: 100%;
	height: auto;
}

#main {
	float: left;
	width: 100%;
	height: auto;
}

/*  main  *//*  image  */
.main {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	text-align: center;
}

.main .slides {
	zoom: 1;
}

.main .slides li {
	display: none;
}
  
.main .slides img {
	display: block;
	float: left;
	width: 100%;
	height: auto;
}

.main .slides:after {
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.main .slides li:first-child {
	display: block;
}

.flex-direction-nav a,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
	display: none;
}

.flex-nav-prev,
.flex-nav-next  {
	list-style: none;
}

.flex-control-thumbs {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%!important;
	height: auto;
	top: 0;
	right: 0;
}
  
.flex-control-thumbs li {
	display: block;
	float: left;
	width: 25%;
	height: auto;
}

.flex-control-thumbs img {
	display: block;
	width: 100%;
	height: auto;
	cursor: pointer;
	opacity: 0.8;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
}
}

/*  02.  content - about
------------------------------*/
/*  pc  */
@media screen and (min-width: 960px) {
/*  content  *//*  aboutl  */
#content_about {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#content_about_body {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 50px;
}

#content_about_body img {
	float: left;
	width: 80%;
	height: auto;
	margin-left: 10%;
	margin-right: 10%;
	vertical-align: top;
}

#content_about_body p.title {
	float: left;
	width: 100%;
	height: auto;
	line-height: 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}

#content_about_body p.text {
	clear: both;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
}

/*  sp  */
@media screen and (max-width: 959px) {
/*  content  *//*  about  */
#content_about {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

#content_about_body {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 40px;
}

#content_about_body img {
	float: left;
	width:100%;
	height: auto;
	vertical-align: top;
}

#content_about_body p.title {
	float: left;
	width: 100%;
	height: auto;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#content_about_body p.text {
	clear: both;
	line-height: 30px;
	padding: 40px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
}

/*  03.  content - new item
------------------------------*/
/*  pc  */
@media screen and (min-width: 960px) {
/*  content  *//*  new item  */
#content_newitem {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#content_newitem_body {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
}

/*  sp  */
@media screen and (max-width: 959px) {
/*  content  *//*  new item  */
#content_newitem {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

#content_newitem_body {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 40px;
}
}

/*  04.  content - recommend
------------------------------*/
/*  pc  */
@media screen and (min-width: 960px) {
/*  content  *//*  recommend  */
#content_recommend {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

#content_recommend_body {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 50px;
}
}

/*  sp  */
@media screen and (max-width: 959px) {
/*  content  *//*  recommend  */
#content_recommend {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

#content_recommend_body {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 40px;
}
}

/*  05.  content - news
------------------------------*/
/*  pc  */
@media screen and (min-width: 960px) {
/*  content  *//*  news  */
#content_news {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 50px;
	padding-bottom: 0px;
}

#content_news_body_wrap {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 50px;
}

#content_news_body {
	width: 600px;
	margin: auto;
 }

#content_news_body dl {
	float: left;
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #EEEEEE;
}

#content_news_body dl dt {
	float: left;
	width: 140px;
	height: auto;
	line-height: 30px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}

#content_news_body dl dd {
	width: auto;
	height: auto;
	line-height: 30px;
	margin-left: 140px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
}

/*  sp  */
@media screen and (max-width: 959px) {
/*  content  *//*  news  */
#content_news {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 0px;
}

#content_news_body_wrap {
	float: left;
	width: 100%;
	height: auto;
	margin-top: 40px;
}

#content_news_body {
	float: left;
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
}

#content_news_body dl {
	float: left;
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #EEEEEE;
}

#content_news_body dl dt {
	float: left;
	width: 100%;
	height: auto;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

#content_news_body dl dd {
	width: 100%;
	height: auto;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
}

/*  ex. animation
----------------------------*/
/*  animation  */
.flex-control-thumbs li,
.flex-control-thumbs img {transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s;}