@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;
	}
@media screen and (max-width: 480px) {
.news .inner .contentstitle{
	font-size: 21px;
	height: 100px;
	line-height: 100px;
	}
	}

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

select

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

.news .inner .select{
	position: absolute;
	top: 55px;
	right: 40px;
	width: 320px;
	height: 25px;
	z-index:2;
	}
.news .inner .select {
	display: inline-table;
	}
* html .news .inner .select {
	height: 1%;
	}
.news .inner .select {
	display: block;
	}
.news .inner .select:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

@media screen and (max-width: 480px) {
.news .inner .select{
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	height: 25px;
	margin: 0 auto 20px;
	}

.post .news .inner .select{
	display: none;
	}
	}


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

dropdown

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

.news .inner .select .dropdown{
	float: left;
	position: relative;
	width: 155px;
	height: 100%;
	color: #dedede;
	font-size:11px;
	line-height: 25px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	background-color:#333;
	}
@media screen and (max-width: 480px) {
.news .inner .select .dropdown{
	display: none;
	}
	}

.news .inner .select .dropdown ul{
	display: block;
	width: 100%;
	height: 100%;
	margin:0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	overflow: hidden;
	background-color:#333;
	}

.news .inner .select .dropdown ul li{
	width:100%;
	height:25px;
	line-height:25px;
	float: none;
	cursor: pointer;
	border-bottom: 1px solid #555;
	}

.news .inner .select .dropdown ul li.def{
	width:100%;
	height:25px;
	line-height:25px;
	float: none;
	cursor: pointer;
	color: #dedede;
	border-bottom: 1px solid #555;
	background-image: none;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

.news .inner .select .dropdown ul li.def:hover{
	background-color: #000;
	}



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

dropdown-archive

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

.news .inner .select .dropdown-archive{
	float: right;
	position: relative;
	width: 155px;
	height: 100%;
	color: #dedede;
	font-size:11px;
	line-height: 25px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	background-color:#333;
	}
@media screen and (max-width: 480px) {
.news .inner .select .dropdown-archive{
	display: none;
	}
	}

.news .inner .select .dropdown-archive ul{
	display: block;
	width: 100%;
	height: 100%;
	margin:0;
	padding: 0;
	text-align: center;
	list-style-type: none;
	overflow: hidden;
	background-color:#333;
	}

.news .inner .select .dropdown-archive ul li{
	width:100%;
	height:25px;
	line-height:25px;
	float: none;
	cursor: pointer;
	border-bottom: 1px solid #555;
	}

.news .inner .select .dropdown-archive ul li.def{
	width:100%;
	height:25px;
	line-height:25px;
	float: none;
	cursor: pointer;
	color: #dedede;
	border-bottom: 1px solid #555;
	background-image: none;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}

.news .inner .select .dropdown-archive ul li.def:hover{
	background-color: #000;
	}


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

selectform

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

.news .inner .select .selectform{
	display: none;
	}
@media screen and (max-width: 480px) {
.news .inner .select .selectform{
	display: block;
	float: left;
	position: relative;
	width: 48%;
	height: 100%;
	}
	}

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

selectform-archive

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

.news .inner .select .selectform-archive{
	display: none;
	}
@media screen and (max-width: 480px) {
.news .inner .select .selectform-archive{
	display: block;
	float: right;
	position: relative;
	width: 48%;
	height: 100%;
	}
.formstyle{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 25px;
	background-color: #333;
	color: #dedede;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-image: url(../images/arrowform.png);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	}
	}


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

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.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;
	}
	}