@charset "utf-8";

/*================================

mt調整

================================*/

.mt-image-none{
	margin:10px 0;
	}

/*================================

news

================================*/

.news{
	width: 100%;
	height: auto;
	margin:0 auto;
	}
@media screen and (max-width: 480px) {
.news{
	width: 90%;
	}
	}


/*================================

contentstitle

================================*/

.news .inner .contentstitle{
	width: 100%;
	height: 140px;
	margin: 0 auto;
	text-align: center;
	line-height: 140px;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: .2em;
	text-indent: .2em;
	}
@media screen and (max-width: 480px) {
.news .inner .contentstitle{
	font-size: 21px;
	height: 100px;
	line-height: 100px;
	}
	}

/*================================

select

================================*/

.news .inner .categoly-tab{
	margin-bottom: 3em;
	}
@media screen and (max-width: 480px) {
.news .inner .categoly-tab{
	margin-top: 1em;
	margin-bottom: 2em;
	}
	}

.news .inner .categoly-tab ul{
	text-align: center;
	}

.news .inner .categoly-tab ul li{
	display: inline-block;
	padding: 0 .5em;
	font-size: 1.2em;
	}
@media screen and (max-width: 480px) {
.news .inner .categoly-tab ul li{
	padding: 0 .3em;
	font-size: 1.1em;
	}
	}

.news .inner .categoly-tab ul li a{
	display: inline-block;
	padding: .5em 2em;
	border: 1px solid #dedede;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	letter-spacing: .1em;
	text-indent: .1em;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 480px) {
.news .inner .categoly-tab ul li a{
	padding: .5em 1.3em;
	}
	}

.news .inner .categoly-tab ul li a.stay{
	color: #fff;
	background-color: #222;
	}

#NEWS .news .inner .categoly-tab ul li:nth-child(2) a{
	color: #fff;
	background-color: #222;
	}

#FOCUS .news .inner .categoly-tab ul li:nth-child(3) a{
	color: #fff;
	background-color: #222;
	}

.news .inner .categoly-tab ul li a:hover{
	color: #fff;
	background-color: #222;
	}


/*================================

block

================================*/

.news .block{
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	position: relative;
	}
.news .block {
	display: inline-table;
	}
* html .news .goods {
	height: 1%;
	}
.news .block {
	display: block;
	}
.news .block:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
@media screen and (max-width: 480px) {
.news .block{
	width: 85%;
	height: auto;
	margin: 0 auto 0;
	position: relative;
	}
	}

.news .block .box{
	float: left;
	width: 320px;
	height: 300px;
	margin: 0 40px;
	padding-top: 30px;
	position: relative;
	border-bottom:1px solid #ccc;
	}
@media screen and (max-width: 480px) {
.news .block .box{
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 20px;
	padding-bottom: 40px;
	}
	}

.news .block .box p{
	margin-top:5px;
	font-size: 12px;
	line-height: 1.8;
	}
@media screen and (max-width: 480px) {
.news .block .box p{
	margin-top:5px;
	font-size: 11px;
	line-height: 1.8;
	text-align: justify;
	text-justify: inter-ideograph;
	}
	}

.news .block .box p.categoly{
	position: absolute;
	font-size:11px;
	bottom: 10px;
	left: 0;
	background-color: #222;
	color: #fff;
	padding: 0 .5em;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	letter-spacing: .05em;
	text-indent: .05em;
	}

.news .block .box.FOCUS p.categoly{
	background-color: #aaa;
	}

.news .block .box p.day{
	position: absolute;
	font-size:11px;
	bottom: 10px;
	right: 0;
	}

.news .block .box .photo{
	display: table-cell;
	vertical-align: middle;
	width: 320px;
	height: auto;
	overflow: hidden;
	text-align: center;
	overflow: hidden;
	position: relative;
	background-color:#000;
	}
@media screen and (max-width: 480px) {
.news .block .box .photo{
	width: 100%;
	height: auto;
	}
	}

.news .block .box .photo img{
	width: 100%;
	height: auto;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}
@media screen and (max-width: 480px) {
.news .block .box .photo img{
	width: 100%;
	height: auto;
	}
	}

.news .block .box p.newstitle{
	margin:20px 0 10px;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	}
@media screen and (max-width: 480px) {
.news .block .box p.newstitle{
	font-size: 14px;
	text-align: left;
	text-justify: normal;
	}
	}

.news .inner .more{
	width: 1120px;
	height: 20px;
	margin: 20px auto 0;
	text-align : right;
	}
@media screen and (max-width: 480px) {
.news .inner .more{
	width: 100%;
	margin: 20px auto 0;
	padding-top: 10px;
	text-align : left;
	}
	}

.news .inner .more img{
	width: auto;
	height: 40%;
	}
@media screen and (max-width: 480px) {
.news .inner .more img{
	width: auto;
	height: 55%;
	}
	}


/*================================

archivetitle

================================*/

.news .inner .archivetitle{
	border-top: 1px solid #ccc;
	width: 1120px;
	margin: 0 auto 10px;
	padding: 40px 0 0;
	font-size: 14px;
	}
@media screen and (max-width: 480px) {
.news .inner .archivetitle{
	border-top: none;
	width: 100%;
	padding: 20px 0 0;
	font-size: 14px;
	text-align :center;
	}
	}


/*================================

詳細ページ

================================*/

.power{
	width: 1120px;
	height: auto;
	margin: 0 auto;
	padding: 40px 0;
	border-top: 1px solid #ccc;
	}
@media screen and (max-width: 480px) {
.power{
	width: 100%;
	padding: 20px 0 0;
	}
	}

.product{
	width: 700px;
	height: auto;
	margin: 0 auto;
	padding: 0 0;
	}
@media screen and (max-width: 480px) {
.product{
	float: none;
	width: 100%;
	}
	}

.product p{
	font-size: 13px;
	line-height: 2;
	margin: 20px 0 20px;
	}
@media screen and (max-width: 480px) {
.product p{
	font-size: 11px;
	line-height: 1.8;
	/* text-align: justify; */
	word-break: break-all;
	/* text-justify: inter-ideograph;*/
	}
	}

.product p.dayarea{
	font-size: 12px;
	margin-top: 0;
	}
@media screen and (max-width: 480px) {
.product p.dayarea{
	font-size: 11px;
	}
	}

.product p.title{
	font-size: 28px;
	line-height: 1.8;
	margin-top: 20px;
	}
@media screen and (max-width: 480px) {
.product p.title{
	font-size: 21px;
	line-height: 1.5;
	margin-top: 10px;
	text-align: left;
	text-justify: normal;
	}
	}

.product img{
	width: auto;
	}
@media screen and (max-width: 480px) {
.product img{
	width: 100%;
	height: auto;
	}
	}

.product p.info{
	margin: 0;
	font-size: 11px;
	line-height: 2;
	}

.product ul{
	padding: 0;
	margin: 10px 0 0;
	}


/*================================

recent

================================*/

.recent{
	}
@media screen and (max-width: 480px) {
.recent{
	display: none !important;
	}
	}