@charset "UTF-8";

img{
max-width: 100%;
height: auto;
width /***/:auto;
}

html {
	width: 100%;
}
body {
	-webkit-text-size-adjust: 100%;
	line-height: 1.8em;
	font-size: 14px;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	min-width: initial;
	min-width: auto;
	background: #CABFA0;
	background-size: contain;
	margin-left: 0
}

/*==================================================================
	Link
===================================================================*/
a {
	font-weight: bold;
	text-decoration: none;
	outline: none;
	color: #EC6F89;
}
a:hover {
	text-decoration: none;
}
a:visited {
}
a:active {
}

/* WEBフォント関連
*******************************/
:after, :before {
	font-weight: normal;
}

/* FontAwesome
----------------------------------*/
@font-face {
	font-family: 'FontAwesome';
	src: url('./font/fontawesome-webfont.eot?v=3.2.0');
	src: url('./font/fontawesome-webfont.eot?#iefix&v=3.2.0') format('embedded-opentype'), url('./font/fontawesome-webfont.woff?v=3.2.0') format('woff'), url('./font/fontawesome-webfont.ttf?v=3.2.0') format('truetype'), url('./font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.0') format('svg');
	font-weight: normal;
	font-style: normal;
}
ul.list01 li:before {
	content: "\f054";
	font-family: FontAwesome;
	padding-right: 5px;
}

/*******************************
/* 基本レイアウト
*******************************/
.container {
	width: 100%;
	height: auto;
	background: url(../sp/image/body_back.jpg) repeat-y) no-repeat;
	background-size: cover;
	margin: 0 auto;
	text-align: center;
	display: block;
	overflow: hidden;
}
.content {
	padding: 0;
	position: relative
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.topbar {
	text-align: right;
	padding-right: 10px;
	margin-top: -2px
}
.topbar ul {
	margin: 4px 2px 2px 2px;
	padding: 0;
	float: right
}
.topbar ul li {
	float: left;
	list-style: none;
	margin-left: 10px;
	margin-top: 5px
}
.topbar ul li.ml25 {
	margin-left: 25px
}
#spMenu {
	float: right;
}
.spLogo {
	float: left;
}
tbody {
	margin: 0;
	padding: 0;
	/* 横スクロールバーを表示させないためにMust */
	overflow: hidden;
}
#open_menu {
	display: block;
	text-align: center;
	cursor: pointer;
	margin: 0;
	position: absolute;
	top: 3px;
	right: 4px;
}
#open_menu img {
	width: 50px;
	height: 50px;
}
#close_menu {
	display: block;
	cursor: poiner;
	margin: 0;
	font-size: 24px;
	padding: 0 12px 6px 12px;
	background: #cec;
}
#close_menu span {
	font-size: 16px;
	font-weight: bold
}
#toggle_menu_slide {
	display: none;
}
#menu_content {
	position: absolute;
	top: 0;
	border-left: 1px solid #666;
	margin: 0;
	padding: 0;
	background: rgba(33, 33, 33, 0.4);
	height: 100%;
	width: 180px;
	/* width + 横padding + 横border の合計の負の値を指定する */
	right: -181px;
	/* Windows7のChrome35.0, Firefox30.0, IE11.0 で動作確認。
	   ベンダープレフィックスは不要。 */
	transition: all 0.3s ease 0s;
	z-index: 11
}
#toggle_menu_slide:checked + #menu_content {
	right: 0px;
}
#menu_slide ul {
	margin: 0;
	padding: 0;
}
#menu_slide li {
	color: #fff;
	padding-left: 0;
}
#menu_slide li a {
	display: block;
	text-decoration: none;
	background: #333;
	padding: 7px 10px;
	font-size: 16px;
}
#menu_slide li a:hover, #menu_slide li a:avtive {
	display: block;
	background: #F66
}
#menu_content ul {
	width: 200px;
	padding-left: 5px
}
#menu_content ul li {
	display: block;
	float: none;
	text-align: left;
	padding-left: 5px;
}
#menu_slide li a:link, #menu_slide li a:visited {
	color: #fff;
}
#menu_slide li a:hover, #menu_slide li a:active {
	background: #F66;
}

/* footernaviArea
----------------------------------*/
/*#footernavi { border-top:1px solid #c4c4c4; border-bottom:1px solid #c4c4c4; }*/
#footernaviArea {
	padding: 0;
	clear: both;
	margin-bottom: 30px;
	padding: 10px 0;
	overflow: hidden;
}
#footernaviArea h2:before {
	content: "\f02e";
	font-family: FontAwesome;
	padding-right: 5px;
}
#footernaviArea ul {
	margin: 0 0 0 -20px;
 	padding:0
}
#footernaviArea li {
	list-style: none;
	white-space: nowrap;
	float: left;
	margin: 0;
	width: 50%;
	text-align: center;
}
#footernaviArea li.col1 {
	width: 100%;
}
#footernaviArea li a {
	background: #fff;
	display: block;
	padding: 15px 5px;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	line-height: 1;
	text-decoration: none
}
#footernaviArea li.terms a{
	padding: 8px 5px;
}
#footernaviArea li a:hover {
	background: #09C;
	color: #fff
}
#footernaviArea li.bt a {
	border-top: 1px solid #999;
}
#footernaviArea li.bl a {
	border-left: 1px solid #999;
}
#footernaviArea li a:after {
	padding-right: 3px;
}

@media only screen and (min-width:541px) {
	ul.list02 li a:before {
		content: "\f0da";
		color: #069;
		font-family: FontAwesome;
		padding-right: 5px;
		font-size: 1.2em;
	}
}

@media only screen and (max-width:540px) {
	ul.list02 li a:after {
		content: "\f054";
		font-family: FontAwesome;
		padding-left: 10px;
		font-size: 1.2em;
		vertical-align: middle;
	}
}

@media only screen and (max-width:339px) {
	.topbar {
		padding-right: 10px;
		margin-top: -2px
	}
	.topbar ul {
		margin: 2px 0;
	}
	.topbar ul li {
		margin-left: 5px;
		margin-top: 5px
	}
	.topbar ul li.ml25 {
		margin-left: 13px
	}
	#open_menu {
		top: 40px;
		right: 6px;
	}
}

@media only screen and (max-width:240px) {
	#footernaviArea {
		font-size: 13px;
	}
	#footernaviArea ul {
		margin: 0;
		padding: 0
	}
	#footernaviArea li {
		padding: 0;
		margin: 3px;
		width: 90%;
		border-bottom: dotted 1px #666666;
		list-style: none
	}
}

.bottom {
	clear: both;
	width: 80%;
	margin: -30px auto 50px 10px;
	padding-bottom: 40px;
}
.bottom p.topright {
	position: fixed;
	bottom: 50px;
	right: 20px;
	/* margin: -30px 0 20px 0;
	padding: 0 0 30px 0;
	text-align: right;
	float: right */
}
.bottom p.topright img {
	width: 40px;
	height: 40px;
}
.bottom p.topright a:hover img {
	filter: alpha(opacity=70)\9;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.70;
	opacity: 0.7;
}
.bottom p.pcsite a {
	float: left;
	color: #000;
	font-size: 0.9;
}
.bottom p.pcsite a:hover {
	color: #F63
}
.copy {
	/* position: fixed;
	top: 100%;
	left: 0;*/
	width: 100%;
	height: 27px;
	margin: -50px auto 0px auto;
	display: block;
	z-index: 9999;
	background: #000;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*******************************
/* トップページ
*******************************/
/* トップページ  ヘッダー */
#main {
	width: 100%;
	height: auto;
	display: inline-block;
}
#main .main_img {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 430px;
	background: url(../sp/image/sumaho_top.jpg) no-repeat;
	background-size: cover;
}
#main .main_img h1.logo2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 80px;
}

/* 一言ニュース */
#top_news {
	width: 100%;
	height: 34px;
	position: absolute;
	bottom: 10px;
	left: 0;
	z-index: 1;
	display: block;
	text-align: center
}
#top_news .top_news_innder {
	color: #fff
}
#top_news .top_news_innder .sound {
	width: 94%;
	margin: -20px auto 0 auto;
	text-align: center
}
#top_news .top_news_innder .sound a {
	display: block;
	font-size: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none
}
#top_news .top_news_innder .sound a:hover {
	display: block;
	background: #9C9
}

/* 新着情報 */
.whatsnew {
	display: block;
	height: 410px;
	border: solid 8px #BFA57D;
	text-align: center;
	padding: 5px;
	margin-bottom: 20px;
	background: #fff
}
.whatsnew h2 {
	margin: 0 auto
}
.whatsnewTrans {
	height: 360px;
	color: #000;
	border: solid 1px #BFA57D;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
	padding: 0 0 10px 7px;
}
.whatsnewTrans dl {
	margin-bottom: 10px
}
.whatsnewTrans dl dt {
	font-weight: bold
}
.whatsnewTrans dl dd p {
	margin: 0 0 7px 0
}
.whatsnew .more {
	margin: 8px auto;
	text-align: center
}
#sub_ft {
	margin: 10px auto;
	padding: 0 5px;
	display: block;
	text-align: center;
}
#sub_ft .sub_ft_innder {
	border-radius: 10px;
	background: #333;
	filter: alpha(opacity=70)\9;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.70;
	opacity: 0.7;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 5px 20px 5px 5px;
}
#sub_ft .sub_ft_innder h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #F33;
	margin: 20px 0 0 0;
	text-shadow: #000 2px 2px 2px, #fff 3px 3px 5px
}
#sub_ft .sub_ft_innder a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
#sub_ft ul.cd {
	padding: 10px 0 0 20px;
	float: left;
}
#sub_ft ul.cd li {
	clear: both;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0;
	list-style: none;
}
#sub_ft ul.cd li .cdimg {
	float: left;
	width: 28%
}
#sub_ft ul.cd li .cdimg img {
	width: 100%;
	height: auto;
	padding-bottom: 20px
}
#sub_ft ul.cd li .cdright {
	float: right;
	margin-left: 7px;
	width: 68%;
	line-height: 120%;
	text-align: left;
	color: #fff
}
#sub_ft ul.cd li .cdright .cdtitle {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 5px;
}
#sub_ft ul.cd li .cdright .text {
	font-size: 1em
}
#sub_ft ul.cd li .cdright .shosai1 {
	text-align: right
}

/*******************************
/* サブページ
*******************************/
/* サブページ  ヘッダー */
#sub_main {
	width: 100%;
	height: auto;
	position: relative;
	display: inline-block;
	background: #CABFA0 url(../sp/image/sumaho_sub.jpg) no-repeat;
	background-size: contain;
}
#sub_main h1.logo2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 80px;
}
#sub_main h2 {
	margin: 60px 0 100px -20px;
	text-align: left
}
#sub_main .main {
	display: inline-block;
	margin: 0 auto 30px -4px;
	width: 89%;
	height: auto;
	padding: 10px;
	background: #fff;
	background: rgba(255,255,255, 0.6);
	border-radius: 20px;
	-webkit-box-shadow: 0 0 17px 0 #918B5E; /* Safari, Chrome用 */
	-moz-box-shadow: 0 0 17px 0 #918B5E; /* Firefox用 */
	box-shadow: 0 0 17px 0 #918B5E; /* CSS3 */
}

/* PROFILE */
.main p.profileimg {
	margin: 20px auto;
	text-align: center
}
.main .text p {
	padding: 0;
	margin: 0;
	line-height: 160%;
	margin-bottom: 20px;
	font-size: 15px;
	text-align: left;
	text-justify: inter-word
}
.main .text p.right {
	margin-top: -15px;
	text-align: right
}

/*  DISCOGRAPHY  */
#discography {
	width: 100%;
	text-align: left;
	font-size: 15px;
	line-height: 140%;
	display: inline-block;
}
#discography ol {
	padding-bottom: 0;
	width: 100%;
}
#discography ol li {
	list-style-type: decimal;
}
#discography h2.dai {
	clear: both;
	position: relative;
	padding-top: 50px;
	margin-top: 50px;
	margin-bottom: -20px;
	font-size: 26px;
	color: #933;
	line-height: 130%;
	padding-top: 20px;
	border-top: solid 8px #933
}
#discography h4 {
	color: #933;
	margin-top: 15px;
	font-size: 18px
}
#discography .cd {
	width: auto;
	float: left;
	margin: 10px auto 10px -5px;
	display: inline-block;
}
#discography .cd span {
	text-align: center;
}
#discography .cd span img {
	margin: 20px 0 0 81px;
	width: 88px;
	height: 32px
}
#discography .cd0 {
	padding: 10px;
	border: dotted 1px #66CC66;
	margin: 15px 10px 10px 10px;
	background: #fff;
	filter: alpha(opacity=70)\9;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.70;
	opacity: 0.7;
	line-height: 150%
}
#discography .cd1 {
	text-align: right;
}
#discography .cd2 {
	width: 90%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px
}
#discography .cd3 {
	width: 280px;
	float: left;
	margin-bottom: 30px
}
#discography p.cd4 {
	width: 58%;
	float: left;
	margin-right: 10px;
	clear: both;
	padding-bottom: 30px
}
#discography p.cd5 {
	width: 40%;
	float: right;
}
#discography p.cd6 {
	clear: both;
	margi-bottom: 30px
}

/*  video  */
#video {
	margin-: 10px auto;
	text-align: center
}
#video .video {
	text-align: center;
	margin: 20px auto 50px auto
}

div.message {
	text-align: left;
	font-size: 15px;
	padding: 10px 5px;
	margin: 10px 7px 10px 7px;
	text-align: left;
	border: dotted 2px #99A;
	line-height: 120%;
	background: #fff;
	filter: alpha(opacity=70)\9;
	-moz-opacity: 0.7;
	-khtml-opacity: 0.70;
	opacity: 0.7;
}
div.message p {
 margin-right -10px;
	margin-bottom: 15px
}
div.message2 {
	text-align: left;
	font-size: 14px;
	padding: 10px;
	margin: 10px auto;
	border: dotted 2px #99A;
	line-height: 120%;
	background: #ffe;
}

/* cart program */
table.cart {
	width: 100%;
	margin: 20px auto;
	text-align: center;
	border-collapse: separate;
	background: url(../image/cut/30off.png) no-repeat right middle;
	border-radius: 5px;
	border: solid 2px #ffffff;
	box-shadow: 1px 1px 7px #999; /*CSS3*/
	-moz-box-shadow: 1px 2px 7px #999; /* Firefox用*/
	-webkit-box-shadow: 1px 2px 7px #999; /* Google Chrome, Safari用*/
}
table.cart th {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 3px 2px;
	background-color: #C5F5DD;
	color: #000000;
	border: solid 1px #ffffff;
	line-height: 100%
}
table.cart td {
	color: #000000;
	font-size: 13px;
	text-align: center;
	border-collapse: 4px;
	background-color: #fff;
	padding: 3px 2px;
	margin: 4px;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
table.cart th.th1 {
	width: 10%
}
table.cart th.th2 {
	width: 60%
}
table.cart th.th3 {
	width: 15%
}
table.cart th.th4 {
	width: 10%
}
table.cart td.br0 {
	border-right: 0
}
table.cart td.bb0 {
	border-bottom: 0
}
table.cart td.left {
	text-align: left;
	padding-left: 5px
}
table.cart td.right {
	text-align: right;
	padding-right: 5px
}
table.cart td.cd_total {
	background: #E4D7CD;
	border: solid 2px #999;
	border-bottom: solid 1px #999;
	text-align: right;
	margin-top: 7px;
	font-weight: bold;
	padding: 6px;
	padding-right: 15px;
	font-size: 14px
}
table.cart td.shipping_charge {
	background: #F1E6AD;
	border: solid 2px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	text-align: right;
	margin-top: 7px;
	font-weight: bold;
	padding: 6px;
	padding-right: 15px;
	font-size: 14px
}
table.cart td.amount {
	background: #E2EBE8;
	border: solid 2px #999;
	border-top: solid 1px #999;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	font-size: 14px
}
table.cart td.amount2 {
	background: #E2EBE8;
	border: solid 2px #999;
	border-top: solid 1px #999;
	text-align: right;
	font-weight: bold;
	padding: 6px;
	padding-right: 15px;
	font-size: 15px;
}
table.cart td.charge {
	 paddint-top:10px;
	 border-right:0;
	 border-bottom:0;
	 text-align: left;
	 font-weight: normal
}
table.cart td.total_num {
	padding: 10px;
	border: none;
	text-align: center;
	font-size: 15px
}
table.cart td.nothing {
	color: #C03;
	font-weight: bold;
	font-size: 18px;
	margin: 20px auto;
	padding: 20px 20px 0 20px;
	text-align: center;
	border: 0;
}
table.login, table.table04 {
	width: 100%;
	margin: 20px auto 10px auto;
	text-align: center;
	border-collapse: separate;
	background: url(../image/cut/30off.png) no-repeat right middle;
	border-radius: 10px;
	border: solid 3px #ffffff;
	box-shadow: 1px 1px 7px #999; /*CSS3*/
	-moz-box-shadow: 1px 2px 7px #999; /* Firefox用*/
	-webkit-box-shadow: 1px 2px 7px #999; /* Google Chrome, Safari用*/
}
table.cart input[type="text"], table.cart input[type='number'] {
	width:30px
}
table.login th {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding: 10px 7px;
	color: #000000;
	border: solid 2px #ffffff;
	background: #FC9;
	width: 120px;
	white-space: nowrap
}
table.login td {
	color: #000000;
	font-size: 14px;
	text-align: center;
	border-collapse: 4px;
	background-color: #fff;
	padding: 4px;
	margin: 4px 4px 10px 4px;
	border-bottom: solid 1px #ccc;
}
input[type="submit"], input[type="button"] {
	font-size: 12x;
	padding: 10px 2px;
	margin: 10px auto;
	text-align: center;
	font-weight: bold
}
table.cart input[type="submit"].input3 {
	padding: 10px 2px;
	font-size: 11px;
	height: 30px;
}
input[type="submit"].input4 {
	margin: 3px; padding: 2px 4px
}
input[type="button"].button4 {
	padding: 10px;
	font-size: 18px;
	margin: 10px auto;
}
table.login td.kakunin {
	padding: 6px
}
table.login th.th1 {
	width: 10%
}
table.login th.th2 {
	width: 60%
}
table.login th.th3 {
	width: 15%
}
table.login th.th4 {
	width: 10%
}
img.cago {
	vertical-align:middle; 
	box-shadow: #666 1px 1px 2px	
}

form#mailformpro {
	padding: 10px 0px;
}
form#mailformpro dl {
	width: 102%;
}
form#mailformpro dl dt {
	float: none;
	font-size: 100%;
	width: 90%;
	line-height: 1;
	float: none;
	text-align: left;
	padding: 10px;
}
form#mailformpro dl dd {
	margin: 0px 30px 0 7px;
	padding: 10px;
	line-height: 1.5em;
	border: none;
	font-size: 100%;
	line-height: 1.5em;
	text-align: left
}
form#mailformpro dl dd ul, form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li, form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
textarea #mfp_element_28 {
	width: 95%
}
form#mailformpro input {
	padding: 3px;
	vertical-align: middle;
}
form#mailformpro textarea {
	width: 92%;
	padding: 3px;
	vertical-align: middle;
}
form#mailformpro select {
	vertical-align: middle;
}
div#mfp_phase_confirm h4 {
	font-size: 20px;
}
table#mfp_confirm_table tr th {
	word-break: break-all;
	width: 90px;
	padding-right: 0;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
#cd_web_shop dl dd.kazu {
	font-size: 16px;
	font-weight: bold
}
#kanryou {
	text-align: left;
	background: #fff;
	margin: 10px;
	padding: 0 10px 20px 10px
}
#kanryou p {
	margin-bottom: 20px
}
.must {
	display: block;
	background-color: #C00;
	padding: 1px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: -1px 10px -1px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
}

form#mailformpro input {
	padding-left: 10px
}
form#mailformpro form#mailformpro dl.mailform { width: 92%; margin: 0 0 20px 5px; padding: 7px; border: solid 1px #FF9900; background: #FFF }
form#mailformpro form#mailformpro dl.mailform dt.mfp, form#mailformpro form#mailformpro dl.mailform dd.mfp {
	font-size: 14px
}
form#mailformpro dl.mailform dt { clear: left; float: none; margin: 0; text-align: left; line-height: 19px; font-weight: bold; width: 96%; padding: 6px 0 4px 0; background: #DAC2E7}
form#mailformpro dl.mailform dt:before { content: "\f101"; font-family: FontAwesome; padding-right:5px; vertical-align: baseline;}
form#mailformpro dl.mailform dd { margin: 0 0 0 -7px; padding: 6px; width:100%; text-align: left; line-height: 1.6; border-bottom: dotted 1px #DAD3C6;  white-space: normal }
form#mailformpro dl.mailform dd p { margin-bottom:10px}
form#mailformpro dl.mailform dd p.center { margin-bottom:10px}
form#mailformpro dl.mailform hr { color: #F63; size: 1px }

#cd_web_shop input[type="text"], #cd_web_shop textarea {
	width: 95%;
	padding-left: 10px
}
#cd_web_shop input[type="submit"] {
	padding: 7px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
form#mailformpro dl.mailform dd input[type="text"], form#mailformpro dl.mailform dd input[type="tel"] { width: 92% }
#cd_web_shop dl dt {
	background: #9CC url(../sp/image/sub/arrows.gif) no-repeat 5px 10px;
	padding-left: 12px;
	font-weight: bold;
	margin-top: 10px;
	width: 96%;
}
#discography div.cart span.price {
	font-size: 18px;
	font-weight: bold;
	color: #C03;
	margin: 20px auto;
	padding-top: 20px
}
#discography div.cart input[type="text"] {
	font-size: 18px;
	text-align: center;
	margin: 7px auto;
}
#discography div.cart {
	clear: both;
	width: 100%;
	display: inline-block;
	text-align: center;
	margin: 20px auto;
	padding-bottom: 20px;
	border-bottom: dotted 1px #000
}
#discography div.cart .kounyuu input[type="number"] {
	width: 40px;
	padding: 5px;
	margin: 5px;
	text-align: center
}
#inquiry {
	background: #fff;
	padding-bottom: 30px
}
.privacy2 {
	margin-top : 30px;
	font-size: 14px;
	border: solid 1px #CCCC99;
	padding: 15px;
	margin: 10px;
	background: #fff;
	text-align: left
}
.privacy2 p{
	margin: 0;
	padding: 0	
}
form#mailformpro dl.mailform dd.address1 {
	margin: 0px 0 0 7px;
	padding: 0 5px 0 170px;
	line-height: 1em;
}
form#mailformpro dl.mailform dd dl.address {
	clear: both;
}
form#mailformpro dl.mailform dd dl.address dt {
	border:0;
	background: none;
	float: none;
	padding: 0 0 3px 20px;
	width: 90%;
}
form#mailformpro dl dd dl.address dd {
	border:0;
	width: 94%;
	margin-left: 10px;	
	padding: 0 0 7px 0;
}
form#mailformpro dl dd dl.address dd input {
	padding-left: 10px	
}


/* live_schedule */
#live_schedule {
	text-align: left;
	margin-top: -20px
}
.main #live_schedule h3 {
	border: 0;
	background: #fff;
	margin-bottom: 10px;
	color: #963
}
#live_schedule dl.live_schedule {
	margin: 0 0 20px 0;
}
#live_schedule dl.live_schedule dt {
	float: left;
	clear: both;
	width: 70px;
	background: url(../image/sub/arrows.gif) no-repeat 0 10px;
	padding-left: 12px
}
#live_schedule dl.live_schedule dd {
	margin-left: 80px;
	margin-right: 10px;
	border-bottom: dotted 1px #333
}
#live_schecule .page {
	margin: 20px auto;
	text-align: center
}

/* タイトルの背景色や枠の色の変更はここで！(#000000 と色を指定) */
.main h3 {
	clear: both;
	font-size : 19px;
	color: #000;
	padding: 6px 10px;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: left;
	background: #CC9
}
.main #discography h3 {
	border: solid 4px #7F6000;
	margin-bottom: 10px
}
.main #video h3 {
	border: solid 4px #7C7C7C;
}
.main #lesson h3 {
	border: solid 4px #548235;
}
.main #live_schedule h3 {
	border: solid 4px #548235;
}

/* SITEMAP　index
--------------------------------------------*/
#sitemap {
	margin: 20px auto;
}
#sitemap ul {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0 0 0;
	text-align: center;
	overflow : hidden;
}
#sitemap ul li {
	width: 98%;
	border: solid 1px #999999;
	margin: 0 auto 20px auto;
	padding: 10px 0 10px 20px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	background: #9C6
}
#sitemap ul li a {
	color: #000000;
	padding: 15px 0 15px 20px;
	margin: -10px 0 -10px -20px;
	text-decoration: none
}
#sitemap ul li a:hover {
	display: block;
	background: #5CDDF3;
	color: #F36;
	padding-top: 10px;
	padding-bottom: 10px
}
#sitemap ul li ul {
	clear: left;
	padding: 0;
	margin: 10px auto 30px -10px;
}
#sitemap ul li ul li {
	float: left;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	width: 34%;
	height: 30px;
	vertical-align: middle;
	margin: 10px 13px 0 10px;
	padding: 15px 10px 0 10px;
	line-height: 120%;
	text-align: center;
	background: #999999;
	background: -webkit-gradient(linear, left top, left bottom, from(#cacaca), color-stop(50%, #E7E7E7), color-stop(51%, #E7E7E7), to(#cacaca));
	background: -moz-linear-gradient(top, #cacaca, #E7E7E7 50%, #E7E7E7 51%, #cacaca);
	vertical-align: middle;
	box-shadow: 1px 1px 5px #666;
	border: solid 2px #ffffff;
	box-shadow: 1px 1px 5px #999; /*CSS3*/
	-moz-box-shadow: 1px 1px 5px #999; /* Firefox用*/
	-webkit-box-shadow: 1px 1px 5px #999; /* Google Chrome, Safari用*/
}
#sitemap ul li ul li.double {
	padding: 8px 10px 7px 10px;
}
#sitemap ul li ul li a {
	color: #000000;
	width: 100%;
	height: 30px;
	margin: -15px -10px 0 -10px;
	padding: 9px 10px 6px 10px;
}
#sitemap ul li ul li a:hover {
	display: inline-block;
	background: #5CDDF3;
	color: #F36;
	padding-top: 14px;
	height: 21px
}
#sitemap ul li ul li.double a {
	padding: 7px 10px 8px 10px
}
#sitemap ul li ul li.double a:hover {
	display: inline-block;
	background: #5CDDF3;
	color: #F36;
	padding-top: 7px;
	margin-top: -7px;
	height: 29px
}
img.ya {
	width: 40px
}
/* privacy */
#privacy {
	padding: 10px 0
}
#privacy h4 {
	text-align: left;
	margin: 25px 10px 10px 15px;
	background: #fff;
	padding: 3px 10px;
	border-left: solid 8px #F99;
	border-right: solid 8px #F99;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}
#privacy p {
	text-align: left;
	margin-right: -10px;
	margin-bottom: 20px
}
#torihiki {
	padding: 10px 0
}
#torihiki table.table01 {
	width: 100%
}
#torihiki table.table01 th {
	width: 150px;
	padding: 7px 5px;
	white-space: normal
}
#torihiki table.table01 td {
	padding: 7px 5px;
}
#torihiki table.table01 td p {
	margin-bottom: 20px
}
table.table02 th, table.table03 th {
	text-align: center
}
table.table02 td {
	text-align: center
}
table.table03 td {
	text-align: left;
	padding-left: 8px
}
/*ピンク文字のキャッチ*/
.leadTx {
	font-size: 1.3em;
	margin-bottom: 0.4em;
	font-weight: bold;
	color: #EB6D87;
	line-height: 1.5;
	letter-spacing: 1px;
}
.leadTx img {
	vertical-align: middle;
	width: 20px!important;
	height: 20px!important;
}

/*ページ内セクションhrごとの見出し*/
.sectionTtl {
	margin-bottom: 1.5em;
	text-align: center;
	font-size: 1.4em;
	margin-bottom: 1em;
	letter-spacing: 2px;
}

/*各コンテンツの見出し*/
.contentTtl {
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 0.5em;
	line-height: 1.5;
	letter-spacing: 1px;
}

/*通常テキストのマージン*/
.tx {
	margin-bottom: 40px;
}
hr {
	border: 0;
	border-bottom: 1px solid #CCC;
	height: 1px;
	margin-top: 40px;
	margin-bottom: 40px;
}

/*==================================================================
	Style
===================================================================*/

#page-top {
	display: none;
}
#spLogo img {
	width: 130px;
}
#spLogo {
	width: 130px;
	margin: 0 auto;
}
.pcHeader {
	display: none;
}
.spHeader {
	background: #FFF;
	padding: 10px 10px 5px 10px;
}
.spHeader ul li {
	float: left;
}
#spMenu {
	float: right;
}
.spLogo {
	float: left;
}
#spNavi {
	display: none;
	background: rgba(236,111,137,0.9);
	position: absolute;
	width: 100%;
	z-index: 10000000;
}
#spNavi a {
	padding: 12px;
	text-align: center;
	color: #FFF;
	display: block;
	border-bottom: solid #FFF 1px;
}
.menuBtn {
	cursor: pointer;
}
