@charset "utf-8";

/*=====================================

	smartphone - スマートフォン用定義

=====================================*/

@media (max-width:640px){

/*#####################################
	global
#####################################*/

img {
	max-width: 100%;
	height: auto;
}

/*-------------------------------------
	layout
-------------------------------------*/

.container,
.inner,
.main .inner,
.contents,
.supplement,
.supplement-main,
.contents-full {
	min-width: 240px;
	width: auto;
}

.contents,
.supplement {
	float: none !important;
}

/*-------------------------------------
	box
-------------------------------------*/

.box {
	padding: 0;
	margin-bottom: 0;
	border-bottom: none;
	box-shadow: none;
}

/*-------------------------------------
	h2
-------------------------------------*/

.contents h2,
.contents-full h2,
.supplement h2 {
	position: relative;
	font-size: 18px;
	height: auto;
	margin: 0;
	padding: 7px 7px 7px 20px;
	line-height: 1.25;
	vertical-align: middle;
	border-top: #d4d4d4 3px solid;
	border-bottom: #696969 3px solid;
	background-image: none;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 65%, #d5d5d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(65%,#ffffff), color-stop(100%,#d5d5d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 65%,#d5d5d5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 65%,#d5d5d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 65%,#d5d5d5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 65%,#d5d5d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
}

/*#####################################
	header
#####################################*/

.header {
	height: auto;
	padding-bottom: 2%;
	background-size: 100% 100%;
}

.header .inner {
	display: table;
	width: 100%;
}

.header h1 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: static;
	/* ▼ menu x5 */
	/*width: 40%;*/
	/* ▼ menu x4 */
	width: 33%; 
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}

.header h1 img {
	width: 100%;
	height: auto;
}

.menu {
	position: static;
	display: table-cell;
	/* ▼ menu x5 */
	/*width: 60%;*/
	/* ▼ menu x4 */
	width: 66%;
	top: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 4px 4px 4px 0;
}

.menu li {
	box-sizing: border-box;
	width: 49%;
	margin: 0;
	padding: 2px;
	background-color: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: none;
}

.menu li img {
	width: 100%;
	height: auto;
	box-shadow: rgba(0,0,0,.3) 1px 1px 1px;
}

.submenu {
	display: none;
}

/*#####################################
	catch
#####################################*/

body.top .catch {
	height: auto;
}

.main-slide {
    padding-top: 13px;
}

.main-slide .slick-slide {
	margin: 0;
}

.main-slide .slick-dots {
	bottom: -23px;
}

.main-slide .slick-dots li {
    width: 12px;
    height: 12px;
	margin: 0 2px;
}

.main-slide .slick-dots li button {
    width: 12px;
    height: 12px;
}

/*#####################################
	main
#####################################*/

.main {
	padding: 0;
	background-color: #fff;
	background-image: none;
}

/*-------------------------------------
	only1-banner
-------------------------------------*/

.only1-banner {
	margin: 0;
	padding: 8px 0;
}

/*#####################################
	contents, contents-full
#####################################*/

.contents table,
.contents tbody,
.contents tr,
.contents th,
.contents td {
	/*display: block;*/
	box-sizing: border-box;
	max-width: 100%;
}

.contents .box {
	padding: 0 16px;
	border-bottom: #c8c8c8 1px solid;
}

/*-------------------------------------
	h2
-------------------------------------*/

.contents h2 {
	margin: 0 -16px 24px;
}

.contents h2,
.contents-full h2,
.supplement h2 {
	font-size: 14px;
	padding: 4px 4px 4px 12px;
	border-top-width: 2px;
	border-bottom-width: 2px;
}

.contents h2:before,
.contents-full h2:before,
.supplement h2:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	border-top: transparent 13px solid;
	border-bottom: transparent 13px solid;
	border-right: transparent 6px solid;
	border-left: #b90053 6px solid;
}

.contents h2:first-child {
	margin-top: 0;
}

/*-------------------------------------
	information-table
-------------------------------------*/

.information-table {
	border-bottom: #ccc 1px solid;
}

.information-table th,
.information-table td {
	border-bottom: none;
}

.information-table th {
	white-space: normal;
	text-align: left;
}

.information-table td {
	padding-left: 24px;
}

/*-------------------------------------
	news-list
-------------------------------------*/

.news-list {
	margin: -24px -16px 0;
}

.news-list a {
	font-size: 14px;
}

.news-list .date {
	width: 88px;
	text-align: left;
}

.news-list .category {
	width: 128px;
}

.news-list .title {
	width: auto;
	float: none;
	clear: both;
}

.news-list .date,
.news-list .category {
	margin-bottom: 8px;
}

/*-------------------------------------
	pickup-banner
-------------------------------------*/

.pickup-banner {
	padding: 0;
	margin: 0 auto;
}

.pickup-banner-item {
	text-align: center;
}

.pickup-banner-item li {
}

.pickup-banner-item li.separator {
	display: block;
}

/*-------------------------------------
	products-slide
-------------------------------------*/

.products-slide {
	width: auto;
	margin-right: 24px;
}

/*-------------------------------------
	products-top
-------------------------------------*/

.products-top .products-slide {
	padding: 0;
}

.products-top .products-slide-item {
	text-align: center;
}

.products-top .products-slide-item > div {
	float: none;
	display: inline-block;
	margin: 0 4px 8px;
}

.products-top .products-slide-item a {
	padding: 8px;
}

.products-top .products-slide-item a:hover {
	background-color: #f0f0f0;
	opacity: 1;
}

.products-top .products-slide-item a img {
	margin-bottom: 6px;
}

.products-top .products-slide-item a .title{
	color: #000;
	position: static;
	top: auto;
}

/*-------------------------------------
	twitter-list
-------------------------------------*/

.twitter-list-container {
	text-align: left;
	margin-right: 0;
}

.twitter-list-menu {
	display: none;
}

.twitter-list-container h3 {
	margin: 16px 0;
}

.twitter-list-container h4 {
	margin: 0;
}

.twitter-list-container h4.category {
	position: relative;
	margin: 8px 0;
}

.twitter-list-single {
	display: block;
}

.twitter-list-single h4.category {
	margin: 8px 0;
}

.twitter-list-item {
	width: auto;
	display: block;
	margin: 0 0 4px 0;
}

.twitter-list-item .twitter-timeline {
	display: none;
}

/*-------------------------------------
	tv-list
-------------------------------------*/

.tv-table {
	width: 100%;
	display: table;
}

.tv-table tr {
	display: table-row;
}

.tv-table th,
.tv-table td {
	display: table-cell;
}

/*#####################################
	supplement
#####################################*/

/*-------------------------------------
	supplement-submenu
-------------------------------------*/

.supplement-submenu {
	padding: 8px 0;
}

.supplement-submenu .sitemap li li {
	box-shadow: none;
}

.supplement-submenu .sitemap li li.category {
	margin: 8px 0;
}

/*-------------------------------------
	information-list
-------------------------------------*/

.information-list {
	margin: -24px -16px 0;
}

.information-list a {
	font-size: 14px;
}

/*-------------------------------------
	tv-banner
-------------------------------------*/

.box.tv {
	text-align: center;
	display: none;
}

body.top .box.tv {
	display: block;
}

/*-------------------------------------
	twitter-widget
-------------------------------------*/

.box.twitter {
	display: none;
}

/*-------------------------------------
	sns-banner
-------------------------------------*/

.box.sns {
	text-align: center;
	display: none;
}

body.top .box.sns {
	display: block;
}

.sns-banner {
	font-size: 0;
	text-align: center;
}

.sns-banner li {
	margin: 0;
	padding: 0 2px;
	font-size: 12px;
	display: inline-block;
	width: 32%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.sns-banner img {
	width: 100%;
}


/*#####################################
	footer
#####################################*/

/*-------------------------------------
	footer-menu
-------------------------------------*/

.footer-menu {
	margin: 8px 8px 24px;
	text-align: left;
}

.footer-menu li {
	text-align: left;
	font-size: 14px;
	border: none;
	width: 100%;
	box-sizing: border-box;
}

.footer-menu a {
	white-space: nowrap;
	padding-left: 24px;
	display: block;
	background-image: url(images/arrow_m.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	box-sizing: border-box;
}

/*-------------------------------------
	footer-submenu
-------------------------------------*/

.footer-submenu {
	margin: 8px 8px 32px;
	text-align: left;
}

.footer-submenu li {
	margin: 0;
	text-align: left;
	font-size: 14px;
	width: 50%;
	box-sizing: border-box;
}

.footer-submenu a {
	white-space: nowrap;
	font-weight: normal;
	padding: 6px 6px 6px 24px;
	background-position: 8px center;
	display: block;
	box-sizing: border-box;
}

}
