@charset "utf-8";


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

mt調整

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

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


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

select

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

.news .inner .select{
	position: absolute;
	top: 5px;
	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: 20px auto 20px;
	padding-top:10px;
	border-top: 1px solid #333;
	}

.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;
	font-weight: normal;
	font-weight: 300;
	}
@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: #555;
	}



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

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;
	font-weight: normal;
	font-weight: 300;
	}
@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: #555;
	}


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

selectform

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

.news .inner .select .selectform{
	display: none;
	}
@media screen and (max-width: 480px) {
.news .inner .select .selectform{
	display: block;
	float: left;
	position: relative;
	width: 47%;
	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: 47%;
	height: 100%;
	}
.formstyle{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 25px;
	font-weight: 300;
	background-color: #333;
	color: #dedede;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-image: url(../images/arrowfff.svg);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	}
	}


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

archivetitle

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

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


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

詳細ページ

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

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

.product{
	float: left;
	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;
	margin: 20px 0 20px;
	line-height: 2;
	font-weight: normal;
	font-weight: 400;
	}
@media screen and (max-width: 480px) {
.product p{
	font-size: 11px;
	line-height: 1.8;
	}
	}

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

.product p.title{
	font-size: 21px;
	margin-top: 20px;
	line-height: 1.8;
	font-weight: bold;
	font-weight: 700;
	}
@media screen and (max-width: 480px) {
.product p.title{
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.5;
	}
	}

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

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

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

.product p.share{
	font-size: 12px;
	margin: 30px 0 30px;
	}

.product p.share img{
	width: 30px;
	height: auto;
	margin: 10px 5px 0 0;
	border: none;
	}

.product p.back{
	width:100%;
	padding-top:30px;
	border-top: 1px solid #555;
	}

.product p.back img{
	width: 60px;
	height: auto;
	border: none;
	}


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

recent

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

.recent{
	float: right;
	width: 320px;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 0 0;
	border-top: 1px solid #555;
	}
@media screen and (max-width: 480px) {
.recent{
	display: none;
	}
	}

.recent p.recenttitle{
	font-size: 12px;
	}

.recent .box{
	width: 100%;
	height: auto;
	margin:20px 0;
	}

.recent .box p.photo{
	margin:10px 0;
	width: 300px;
	height: 176px;
	overflow: hidden;
	border: 10px solid #333;
	background-color:#333;
	}

.recent .box p.photo img{
	width: 300px;
	height: auto;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-o-transition: all .6s;
	-ms-transition: all .6s;
	transition: all .6s;
	}


.recent .box p{
	font-size: 10px;
	line-height: 1.8;
	color:#333;
	}

.recent .box p.ttl{
	font-size: 12px;
	font-weight: bold;
	font-weight: 700;
	}