


body {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/* font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
	font-weight: normal;
	background-image: url(../img/bg.jpg);
	background-position: center top;
}
img {
	vertical-align: bottom;
}

h2 {
	display: block;
	text-align: center;
	width: 100%;
	max-width: 700px;
	margin: auto auto 5% auto;
}
h2 img {
	width: 100%;
}

h3 {
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/h3_bg.jpg);
	margin-bottom: 15px;
}


footer {
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	text-align: center;
	background-image: url(../img/bg_footer.jpg);
	width: 100%;
	max-width: 1200px;
	padding: 3% 3% 55px 3%;
	margin: auto;
	border-top: solid 10px #000;
	border-right: solid 10px #000;
	border-left: solid 10px #000;
}
footer #toolBox img {
	width: 30px;
}
footer #snsBox {
	margin-top: 20px;
	margin-bottom: 20px;
}
footer #snsBox div,
footer #snsBox a,
footer #snsBox a img {
	vertical-align: top;
}
footer #snsBox a {
	display: inline-block;
	margin: 5px 10px;
}
footer #snsBox div {
	padding: 0;
	margin-top: -1px;
}
footer a:hover {
	opacity: 0.7;
}
footer .hardLogo {
	display: block;
	width: 100%;
	max-width: 70px;
	margin: 20px auto auto auto;
}
footer .notice {
	display: block;
	width: 100%;
	max-width: 382px;
	margin: 10px auto;
}


#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}
#pagetop img {
	width: 100%;
	max-width: 45px;
}



#all {
	box-sizing: border-box;
	display: table;
	width: 100%;
	max-width: 1200px;
	border-right: solid 10px #000;
	border-left: solid 10px #000;
	margin: auto;
}
#all #navBox,
#all #content {
	display: table-cell;
	vertical-align: top;
}
#all #navBox {
	width: 25%;
}
#all #content {
	width: 75%;
	background: #eec69e;
	background-image: url(../img/icon_lt.png), url(../img/icon_rt.png), url(../img/icon_lb.png), url(../img/icon_rb.png), url(../img/bg_cont.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
	background-position: left top, right top, left bottom, right bottom, center top;
	background-size: 30% auto, 30% auto, 30% auto, 30% auto, auto auto;
}
#all #content .pdd {
	padding: 5% 10% 10% 10%;
}





/* nav
-------------------------------------------------- */
#navBox {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	background-color: #000;
	background-image: url(../img/nav/bg_nav.png);
	border-right: solid 10px #000;
}
#navBox #logo {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	margin: auto;
}
#navBox #logo:hover {
	opacity: 0.7;
}
nav {
}
nav a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	background-color: #f5ba7e;
	width: 45%;
	margin: 0px 3px;
	border: solid 3px #683731;
}
nav a:hover:not(.non) {
	color: #c00;
}
nav a.select {
	border: solid 2px #a2322a;
}
nav a span {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
	vertical-align: text-top;
	color: #fff;
	font-size: 1vw;
	text-shadow: none;
	background: #c00;
	padding: 3px;
}
nav a.non {
	opacity: 0.2;
	cursor: default;
}
#navBox a img {
	display: block;
	width: 100%;
}




/* subNum
-------------------------------------------------- */
#subNum {
	text-align: center;
	margin-bottom: 1.5em;
}
#subNum a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background-color: #f8cd98;
	background-image: url(../img/nav/off.png);
	background-size: 100% 100%;
	padding: 3px 7px;
	margin: 3px 5px;
	border: solid 1px #6d3c36;
	text-shadow: #6d3c36 2px 0px,  #6d3c36 -2px 0px,
				#6d3c36 0px -2px, #6d3c36 0px 2px,
				#6d3c36 2px 2px , #6d3c36 -2px 2px,
				#6d3c36 2px -2px, #6d3c36 -2px -2px,
				#6d3c36 1px 2px,  #6d3c36 -1px 2px,
				#6d3c36 1px -2px, #6d3c36 -1px -2px,
				#6d3c36 2px 1px,  #6d3c36 -2px 1px,
				#6d3c36 2px -1px, #6d3c36 -2px -1px;
}
#subNum a:hover {
	background: #ef935d;
	background-image: url(../img/nav/off.png);
	background-size: 100% 100%;
}
#subNum a.select{
	background: #ef935d;
	background-image: url(../img/nav/on.png);
	background-size: 100% 100%;
}
#subNum a span {
	display: inline-block;
	vertical-align: text-top;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background: #c00;
	padding: 2px 5px;
	margin-right: 5px;
}





/* top
-------------------------------------------------- */
#keyImg {
	position: relative;
}
#keyImg img {
	display: block;
	width: 100%;
}

#newsTwiBox {
	box-sizing: border-box;
	display: table;
	border-collapse: collapse;
	color: #fff;
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
#newsTwiBox .newsTwi {
	position: relative;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	background-image: url(../img/top/bg_news.jpg);
	width: 50%;
	padding: 3%;
	border-top: solid 10px #000;
	border-right: solid 10px #000;
	border-left: solid 10px #000;
}
#newsTwiBox .newsTwi dl {
	overflow: auto;
	height: 300px;
}
#newsTwiBox .newsTwi dt {
	font-weight: bold;
}
#newsTwiBox .newsTwi dd {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #000;
}
#newsTwiBox .newsTwi dd p:before {
	content:"◆";
}
#newsTwiBox .newsTwi dd p {
	text-indent: -1em;
	padding-left: 1em;
}
#newsTwiBox .newsTwi dd a {
	color: #fff;
	text-decoration: none;
}
#newsTwiBox .newsTwi dd a:hover {
	color: #fff;
	background: #000;
}
.twitter-timeline {
	height: 300px;
}
#banaBox {
	box-sizing: border-box;
	text-align: center;
	background-image: url(../img/bg_footer.jpg);
	width: 100%;
	max-width: 1200px;
	padding: 3%;
	margin: auto;
	border-top: solid 10px #000;
	border-right: solid 10px #000;
	border-left: solid 10px #000;
}
#banaBox a {
	display: inline-block;
	width: 24%;
	margin: 2px;
	box-sizing: border-box;
	border: solid 2px #000;
}
#banaBox a:hover {
	opacity: 0.7;
}
#banaBox a img {
	display: block;
	width: 100%;
}





/* story
-------------------------------------------------- */
#storyBox {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; 
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	background-image: url(../img/icon_lt.png), url(../img/icon_rt.png), url(../img/icon_lb.png), url(../img/icon_rb.png), url(../story/img/bg.png);
	background-repeat: no-repeat;
	background-position: left top, right top, left bottom, right bottom, center bottom;
	background-size: 30% auto, 30% auto, 30% auto, 30% auto, 100% auto;
	padding: 5% 10% 10% 10%;
}





/* chara
-------------------------------------------------- */
#charaBox {
	padding: 5% 0 0 0;
}
#charaThum {
	text-align: center;
	padding: 0 10%;
	margin-bottom: 1.5em;
}
#charaThum a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	text-decoration: none;
	background-color: #f8cd98;
	background-image: url(../img/nav/off.png);
	background-size: 100% 100%;
	width: 9%;
	max-width: 70px;
	margin: 2px;
	border: solid 1px #6d3c36;
}
#charaThum a:hover {
	background: #ef935d;
	background-image: url(../img/nav/off.png);
	background-size: 100% 100%;
}
#charaThum a.select {
	background: #ef935d;
	background-image: url(../img/nav/on.png);
	background-size: 100% 100%;
}
#charaThum a span {
	position: absolute;
	bottom: 0;
	right: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 8px;
	background: #c00;
	width: 100%;
	padding: 0px 3px;
}
#charaThum a img {
	display: block;
	width: 100%;
}
#charaMain {
	position: relative;
}
#charaMain img,
#charaSub img {
	width: 100%;
}
#charaMain #charaImg {
	position: relative;
}
#charaMain #charaTxt {
	position: absolute;
	top: 0;
	right: 10%;
	width: 40%;
	padding-top: 10%;
}
#charaMain #charaTxt #charaName {
	margin-bottom: 30px;
}

/*-- サブ --*/
#charaSub {
	position: relative;
	padding: 0 10% 10% 10%;
}
#charaSub li {
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #000;
}
#charaSub #charaTxt {
	padding-left: 50%;
}
#charaSub #charaTxt #charaName {
	margin-bottom: 15px;
}

/*-- 共通 --*/
#charaTxt .charaTxtBg {
	text-shadow: #eec7a0 2px 0px,  #eec7a0 -2px 0px,
				#eec7a0 0px -2px, #eec7a0 0px 2px,
				#eec7a0 2px 2px , #eec7a0 -2px 2px,
				#eec7a0 2px -2px, #eec7a0 -2px -2px,
				#eec7a0 1px 2px,  #eec7a0 -1px 2px,
				#eec7a0 1px -2px, #eec7a0 -1px -2px,
				#eec7a0 2px 1px,  #eec7a0 -2px 1px,
				#eec7a0 2px -1px, #eec7a0 -2px -1px;
}
#charaTxt #charaProf {
	font-size: 14px;
	background: rgba(255,255,255,0.8);
	padding: 3%;
	margin-top: 30px;
	border: double 3px #66352f;
	text-shadow: #fff 2px 0px,  #fff -2px 0px,
				#fff 0px -2px, #fff 0px 2px,
				#fff 2px 2px , #fff -2px 2px,
				#fff 2px -2px, #fff -2px -2px,
				#fff 1px 2px,  #fff -1px 2px,
				#fff 1px -2px, #fff -1px -2px,
				#fff 2px 1px,  #fff -2px 1px,
				#fff 2px -1px, #fff -2px -1px;
}
#charaTxt #charaProf td:first-child {
	text-align: right;
}
#charaTxt #charaProf td:last-child:before {
	content:"：";
}
#voice {
	position: relative;
	text-align: center;
	margin-top: 5%;
}
#voice span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	background: #c00;
	padding: 2px 5px;
}
#voice a {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	width: 30%;
	max-width: 100px;
	margin: 2px;
	cursor: pointer;
}
#voice .play-bt {
}
#voice .stop-bt {
	opacity: 0.5;
}
#voice a img {
	display: block;
	width: 100%;
}




/* gallery
--------------------------------------------------------------------- */
#galleryBox {
	box-sizing: border-box;
	width: 100%;
	max-width: 1100px;
	padding: 0 5% 8% 5%;
	margin: auto;
}
#galleryThum {
	text-align: center;
	margin-bottom: 1.5em;
}
#galleryThum a {
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 9%;
	max-width: 150px;
	margin: 2px;
	border: double 2px #683731;
}
#galleryThum a:hover {
	opacity: 0.7;
}
#galleryThum a.select {
	border: double 2px #a2322a;
}
#galleryThum a span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 8px;
	text-align: center;
	background: #c00;
}
#galleryThum a img {
	box-sizing: border-box;
	display: block;
	width: 100%;
}
#galleryIn {
	width: 100%;
	max-width: 1100px;
	margin: auto;
}
#galleryIn img {
	display: block;
	width: 100%;
	border: double 1px #a2322a;
}
#galleryIn ul {
}
#galleryIn ul li {
	margin-top: 0.5em;
	background: rgba(0,0,0,0.1);
	padding: 10px;
}
#galleryIn ul li.non {
	background: none;
	padding: 10px;
}
#galleryIn ul li span {
	display: block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; 
	font-weight: bold;
	margin-bottom: 5px;
}
#galleryIn .cgName0 {/**/
	background: rgba(222,114,34,0.1);
}
#galleryIn .cgName0 span {/**/
	color: #de7222;
}
#galleryIn .cgName1 {/**/
	background: rgba(120,110,126,0.2);
}
#galleryIn .cgName1 span {/**/
	color: #444444;
}
#galleryIn .cgName2 {/**/
	background: rgba(159,181,160,0.3);
}
#galleryIn .cgName2 span {/**/
	color: #205120;
}
#galleryIn .cgName3 {/**/
	background: rgba(234,104,162,0.1);
}
#galleryIn .cgName3 span {/**/
	color: #ea68a2;
}
#galleryIn .cgName4 {/**/
	background: rgba(28,93,161,0.1);
}
#galleryIn .cgName4 span {/**/
	color: #1c5da1;
}
#galleryIn .cgName5 {/**/
	background: rgba(140,84,46,0.1);
}
#galleryIn .cgName5 span {/**/
	color: #8c542e;
}
#galleryIn .cgName6 {/**/
	background: rgba(96,55,125,0.1);
}
#galleryIn .cgName6 span {/**/
	color: #60377d;
}





/* system
-------------------------------------------------- */
#systemBox {
	
}
#systemBox ul {
	display: table;
	border-collapse: separate;
	border-spacing: 10px 5px;
}
#systemBox li {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding: 10px;
	border: solid 1px #000;
	border-radius: 10px;
}
#systemBox li img {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
#systemBox li p {
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: dotted 2px #000;
}
#systemBox li small {
	display: block;
	color: #c00;
	line-height: 1.2;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 10px;
}





/* sound
-------------------------------------------------- */
#songBox {
	text-align: center;
	line-height: 1.8;
}
#songBox small {
	text-align: center;
}
#songBox strong {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; 
	font-size: 30px;
	font-weight: bold;
}
.songProf {
	display: table;
	line-height: 1.5;
	width: 100%;
	padding-top: 30px;
	margin-top: 30px;
	border-top: dotted 1px #000;
}
.songProf div {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}
.songProf div.txt {
	width: 60%;
}
.songProf div.img {
	box-sizing: border-box;
	width: 40%;
	padding-right: 15px;
}
.songProf img {
	display: block;
	width: 100%;
}
.songProf div.txt small {
	text-align: left;
}
.songProf div.txt p {
	font-size: 24px;
	font-weight: bold;
}
.songProf div.txt a {
	color: #fff;
	text-decoration: none;
	background: #683731;
	padding: 3px 7px;
}
.songProf div.txt a:hover {
	background: #a2322a;
}
.songProf div.txt a.inline {
	font-size: 14px;
	margin-left: 10px;
}
#oda_prof ,
#shimotuki_prof {
	padding: 20px;
}





/* special
-------------------------------------------------- */
#movieBox {
	text-align: center;
}
#movieBox a {
	box-sizing: border-box;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	background: #683731;
	width: 48%;
	margin: 4px 2px;
	border: solid 3px #683731;
}
#movieBox a:hover {
	background: #a2322a;
	border: solid 3px #a2322a;
}
#movieBox a img {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
#movieBox a span {
	line-height: 1;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
	vertical-align: text-top;
	color: #fff;
	text-shadow: none;
	background: #c00;
	padding: 3px;
	margin-right: 5px;
}
#dlTwIcon {
	text-align: center;
}
#dlTwIcon img {
	display: inline-block;
	width: 30%;
	margin: 5px 2px;
}





/* info
-------------------------------------------------- */

#specBox {
	
}
#specBox img {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
#specBox table {
	border-collapse: collapse;
	width: 100%;
	margin: auto;
	border-top: solid 1px #333;
}
#specBox td {
	padding: 5px;
	border-bottom: solid 1px #333;
}
#specBox td:first-child {
	text-align: center;
	color: #fff;
	background: #6d3c36;
	width: 25%;
	border-right: solid 1px #333;
}
#specBox a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #000;
	padding: 5px;
	margin-top: 10px;
	border-radius: 5px;
}
#specBox a:hover {
	background: #6d3c36;
}
#specBox a span {
	line-height: 1;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: inline-block;
	vertical-align: text-top;
	color: #fff;
	text-shadow: none;
	background: #c00;
	padding: 3px;
	margin-right: 5px;
}
#specBox dt {
	color: #ba2a1e;
	font-size: 20px;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
	border-bottom: double 3px #ba2a1e;
}
#specBox dt:before {
	content:"◆";
}
#specBox dd {
	margin-bottom: 1.5em;
}
#specBox dd strong {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; 
	font-size: 24px;
	font-weight: bold;
}
.specAtt {
	display: block;
	color: #c00;
	line-height: 1.3;
}

.shopBox {
	display: table;
	border-collapse: separate;  /* セルの間隔を空ける */
    border-spacing: 10px 5px;  /* 左右 上下で記述 */
	width: 100%;
}
.shopBox .shopTd {
	box-sizing: border-box;
	display: table-cell;
	width: 50%;
	padding: 10px;
	border: solid 1px #000;
	border-radius: 10px;
}
.shopBox img {
	display: block;
	width: 100%;
}
.shopBox .shopName {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	border-bottom: double 3px #000;
}
.shopBox .shopSet {
	font-weight: bold;
	color: #fff;
	background: #261815;
	padding: 2px 5px;
	margin-top: 1em;
}
.shopBox .shopSet:before {
	content:"★";
}
.shopBox dl {
	
}
.shopBox dt {
	font-weight: bold;
	background: rgba(255,255,255,0.5);
	padding: 2px 5px;
	margin-top: 5px;
}
.shopBox dt:before {
	content:"◆";
}
.shopBox dd {
	font-size: 12px;
	margin-top: 5px;
}
.shopBox small {
	display: block;
	color: #c00;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 5px;
}
.shopBox a {
	box-sizing: border-box;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #000;
	padding: 10px;
	margin: 1.5em auto auto auto;
}
.shopBox a:hover {
	background: #be4d51;
}





/* ウィンドウ幅が0-767pxの場合に適用するCSS */
@media screen and (max-width:767px){

	#all {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
	#all #navBox,
	#all #content {
		display: block;
		width: 100%;
		vertical-align: top;
	}
	#all #navBox {
		border-right: none;
		border-bottom: solid 10px #000;
	}
	#all #content .pdd {
		padding: 5% 5% 10% 5%;
	}
	





	/* nav
	-------------------------------------------------- */
	#navBox #logo {
		box-sizing: border-box;
		width: 100%;
		max-width: 100px;
		padding: 10px;
	}
	nav a {
		box-sizing: border-box;
		position: relative;
		display: inline-block;
		background-color: #f5ba7e;
		width: 10%;
		margin: 0px 3px;
		border: solid 2px #683731;
	}




	/* subNum
	-------------------------------------------------- */
	#subNum {
		font-size: 14px;
	}





	/* top
	-------------------------------------------------- */
	#keyImg {
		position: relative;
	}
	#keyImg img {
		display: block;
		width: 100%;
	}

	#newsTwiBox {
		display: block;
		width: 100%;
	}
	#newsTwiBox .newsTwi {
		display: block;
		width: 100%;
		border-top: solid 10px #000;
		border-right: solid 10px #000;
		border-left: solid 10px #000;
	}
	#newsTwiBox .newsTwi dl {
		overflow: auto;
		height: 300px;
	}
	#newsTwiBox .newsTwi dt {
		font-weight: bold;
	}
	#newsTwiBox .newsTwi dd {
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: dotted 1px #000;
	}
	.twitter-timeline {
		height: 300px;
	}
	#banaBox a {
		display: inline-block;
		width: 48%;
		margin: 2px;
		box-sizing: border-box;
		border: solid 2px #000;
	}





	/* story
	-------------------------------------------------- */
	#storyBox {
		font-size: 14px;
		line-height: 1.5;
	}





	/* chara
	-------------------------------------------------- */
	#charaBox {
		font-size: 14px;
		line-height: 1.3;
	}
	#charaThum a {
		width: 15%;
		max-width: 70px;
	}
	#charaMain {
		position: relative;
	}
	#charaMain #charaImg {
		display: block;
		position: relative;
		width: 100%;
		max-width:767px;
		overflow: hidden;
	}
	#charaMain #charaImg img {
		width: 200%;
	}
	#charaMain #charaTxt {
		box-sizing: border-box;
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		padding: 5% 5% 10% 5%;
	}
	#charaMain #charaTxt #charaName {
		margin-bottom: 15px;
	}

	/*-- サブ --*/
	#charaSub li {
		background-size: 200% auto;
		padding: 0;
	}
	#charaSub #charaTxt {
		background-image: url(../img/bg_cont.jpg);
		padding: 10px;
		margin-top: 100%;
	}
	#charaSub #charaTxt #charaName {
		margin-bottom: 15px;
	}

	/*-- 共通 --*/
	#charaTxt #charaProf {
		font-size: 12px;
		margin-top: 15px;
	}




	/* gallery
	--------------------------------------------------------------------- */
	#galleryThum a {
		width: 15%;
	}





	/* system
	-------------------------------------------------- */
	#systemBox ul,
	#systemBox li {
		box-sizing: border-box;
		display: block;
		width: 100%;
	}
	#systemBox li {
		margin-bottom: 10px;
	}






	/* sound
	-------------------------------------------------- */
	#songBox {
		text-align: center;
		line-height: 1.8;
	}
	#songBox small {
		text-align: center;
	}
	#songBox strong {
		font-size: 24px;
	}
	.songProf {
		display: block;
	}
	.songProf div,
	.songProf div.txt, 
	.songProf div.img {
		display: block;
		width: 100%;
		padding: auto;
	}
	.songProf img {
		display: block;
		width: 50%;
		max-width: 300px;
		margin: auto auto 15px auto;
	}





	/* special
	-------------------------------------------------- */
	#movieBox a {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}




	/* info
	-------------------------------------------------- */

	#specBox {

	}
	#specBox dt {
		font-size: 14px;
	}
	#specBox dd strong {
		font-size: 16px;
	}

	.shopBox {
		display: block;
		width: 100%;
	}
	.shopBox .shopTd {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.shopBox .shopName {
		font-size: 18px;
	}
	
	
}