@charset "UTF-8";
/*-----------------------------------------------------------------*/
/*グリッド背景画像*/
.wrapper {
	position: relative;
	background: url(_image/bg.png);
	background-size: 138px;
}
/**/
.wrapper.lineup {
	padding: 12px 12px 18px;
}
/*画像の基本設定*/
.padmm img {
	display: block;
	max-width: 100%;
	height: auto;
	width/***/
    : auto;
	/*IE8用ハック*/
	margin: 0 auto;
}
/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
/*---------------------------------------------スマホ用ページ用設定*/
@media screen and (max-width: 767px) {
/*-----------------------------------------------------------------*/
/*スマホ用 767px以下の場合*/
/*-----------------------------------------------------------------*/
/*スマホで見た際にPC用記述を非表示に*/
.pc {
	display: none;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------ページトップへ*/
.padmm #page_top {
	position: fixed;
	width: 101px;
	height: 110px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	right: -10px;
	bottom: 68px;
	z-index: 999;
	cursor: pointer;
}
/*ID contentsを上書き*/
#contents {
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c9fd9+0,0080cd+78,1e5799+100 */
	background: #1c9fd9; /* Old browsers */
	background: -moz-linear-gradient(top, #1c9fd9 0%, #0080cd 78%, #1e5799 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1c9fd9 0%, #0080cd 78%, #1e5799 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1c9fd9 0%, #0080cd 78%, #1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9fd9', endColorstr='#1e5799', GradientType=0 ); /* IE6-9 */
}
/*-----------------------------------------------------------------*/
/*フッター*/
.padmm footer {
	margin: 0 auto;
	padding: 0 18px 18px;
	color: #FFF;
	text-align: left;
}
.padmm footer ul {
	margin: 0;
	text-align: center;
	font-size: 0;
}
/*バナーレイアウト*/
.padmm footer ul li {
	display: inline-block;
	width: 50%;
	margin: 0 auto 4%;
	font-size: 0;
}
.padmm footer ul li:last-child {
	margin: 0 auto 8%;
}
/*バナーサイズ*/
.padmm footer ul li img.bnr1 {
	display: block;
	width: auto;
	height: 70px;
	margin: 0 atuo;
}
/*ボーダー付き*/
.padmm footer ul li img.bnr2 {
	width: auto;
	height: 70px;
	margin: 0 atuo;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
/*-----------------------------------------------------------------*/
/*ブロック基本*/
.padmm section {
	position: relative;
	margin: 0 auto;
	padding: 0;
	zoom: 1;
}
/*回り込みクリア*/
.padmm section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*Youtube設定*/
.padmm .youtube {
	position: relative;
	width: 82%;
	height: auto;
	margin: 0 auto;
	padding-top: 56.25%;
	border-top: 12px solid #000;
	border-bottom: 12px solid #000;
	border-left: 12px solid #000;
	border-right: 12px solid #000;
	background: #000;
}
.padmm .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/*-------------------------------------------------------end@media*/
}

/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
/*---------------------------------------------------PC用ページ用設定*/

@media screen and (min-width: 768px) {
/*-----------------------------------------------------------------*/
/*PC用 768px以上の場合*/
/*-----------------------------------------------------------------*/
/*PCで見た際にスマホ用記述を非表示に*/
.sp {
	display: none;
}
body {
	min-width: 980px;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------ページトップへ*/
.padmm #page_top {
	position: fixed;
	width: 129px;
	height: 142px;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	right: 34px;
	bottom: 64px;
	z-index: 999;
	cursor: pointer;
}
.padmm #page_top:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*ID contentsを上書き*/
#contents {
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1c9fd9+0,0080cd+78,1e5799+100 */
	background: #1c9fd9; /* Old browsers */
	background: -moz-linear-gradient(top, #1c9fd9 0%, #0080cd 78%, #1e5799 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1c9fd9 0%, #0080cd 78%, #1e5799 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1c9fd9 0%, #0080cd 78%, #1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c9fd9', endColorstr='#1e5799', GradientType=0 ); /* IE6-9 */
}
/*-----------------------------------------------------------------*/
/*フッター*/
.padmm footer {
	margin: 0 auto;
	padding: 0 18px 18px;
	color: #FFF;
	text-align: center;
}
/*バナーレイアウト*/
.padmm footer ul li {
	display: inline-block;
	margin: 0 2px 12px;
}
/*バナーサイズ*/
.padmm footer ul li img.bnr1 {
	display: block;
	height: 90px;
}
/*ボーダー付き*/
.padmm footer ul li img.bnr2 {
	display: block;
	height: 90px;
	border: 1px solid #CCC;
	box-sizing: border-box;
}
/*-----------------------------------------------------------------*/
/*ブロック基本*/
.padmm section {
	position: relative;
	margin: 0 auto;
	padding: 0;
	zoom: 1;
}
/*回り込みクリア*/
.padmm section:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*Youtube設定*/
.padmm .youtube {
	position: relative;
	width: 560px;
	height: 315px;
	margin: 0 auto;
	border: 12px solid #000;
}
.padmm .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/*-------------------------------------------------------end@media*/
}
/*-----------------------------------------------------------------*/
/*--------------------------------------------------------その他設定*/
/*------------------------------------------------------------文字色*/
/*文字色*/
a:link, a:visited {
	overflow: hidden;
	/*リンクの点線消去*/
	outline: none;
	color: #FFF;
	text-decoration: none;
}
a:hover, a:active {
	overflow: hidden;
	/*リンクの点線消去*/
	outline: none;
	color: #CCC;
	text-decoration: none;
}
/*------------------------------------------------------フロート解除*/
/*フロート解除*/
.clear {
	zoom: 1;
}
/*フロート解除:回り込みクリア*/
.clear:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}
/*--------------------------------------------------------その他設定*/
/*------------------------------------------------------フォント指定*/

html {
	font-size: 62.5%;/* sets the base font to 10px for easier math */
}
body {
	/*ゴシック系フォント*/
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	/*-----------------------------------------------------------------*/
	font-size: 11px;
	font-size: 1.1rem;
	color: #333;
	line-height: 1.8;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
