@charset "utf-8";
/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #5f5f5f;
}

img {
	max-width: 100%;
	height: auto;
}

body > #contents {
	height:auto;
}

.login a:hover, a:focus {
	text-decoration: none;
}


.login {
    display: inline-block;
    width: 35%;
    margin-right: 50px;
}

.login_box {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.login.enter a {
	font-size: 40px;
    font-weight: bold;
    background: #a417a5;
    padding: 15px 50px;
    border: 1px solid #adadad;
    border-radius: 10px;
    color: #fff;
    display: block;
    text-align: center;
}

.login.exit a {
	font-size: 40px;
	font-weight: bold;
	background: #234480;
	padding: 15px 50px;
	border: 1px solid #adadad;
	border-radius: 10px;
	color: #fff;
    display: block;
    text-align: center;
}

.login.exit {
	margin-right: 0;
}

.container-fluid {
	padding: 0;
	margin: 0;

}

.bg {
	/*background: url("../images/bg.png");*/ 
	height: auto;
	min-height: 100%;
}

.basicframe {
	padding: 10px;
	margin-top:20px;
	margin-bottom: 30px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-opera-border-radius: 6px;
	/*border: solid 1px #aa3333;*/
	box-shadow: 0px 0px 5px 2px rgba(51,49,42,0.70);
	-webkit-box-shadow: 0px 0px 5px 2px rgba(51,49,42,0.70);
	-moz-box-shadow: 0px 0px 5px 2px #771010;
	background-color: #fff;
	background-color : rgba(255,255,255,0.75);
}

@media only screen and (max-width: 767px) {
	.basicframe {
		margin-top: 100px;
		margin-bottom: 30px;
	}

	.basicframe-sp {
		margin-top: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}



/*********************************/
/*           index header        */
/*********************************/


.container-bg {
	/**background: url("../images/bg.png");**/ 
}

@media only screen and (max-width: 767px) {
	.container-bg {
		padding-top: 80px;
	}
}

.container-head {
	background: url(../images/main-bg.png) top center repeat-y;
	background-size: cover;
}

#header {
	max-width: 970px;
	min-height: 560px;
	background: url(../images/main.png) top right no-repeat;
}

@media only screen and (max-width: 767px) {
	#header {
		max-width: 767px;
		min-height: 560px;
		background: url(../images/main-sp.png) top center no-repeat;
	}

}

@media only screen and (max-width: 425px) {
	#header {
		max-width: 425px;
		min-height: 494px;
		background: url(../images/main-sp2.png) top center no-repeat;
		background-size: cover;
	}
}

#header .logo{
	padding: 40px 0 10px;
}

@media only screen and (max-width: 989px) {
	#header .logo{
		padding: 40px 0 30px;
	}
}

#header .whats{
	position: relative;
	margin: 0em 0 0 0;
	padding: 0.75em 0 0 0; 
	border: solid 1px #fe0000;
	border-radius: 0px;
}

#header .title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 3px;
	line-height: 1;
	font-size: 19px;
/*	background: #ffa2ca;*/
	color: #000;
	font-weight: bold;
	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;
}

#header .text {
	width: 100%;
	height: 190px;
	background-color: rgba(0, 0, 0,0.4);
	overflow: auto;
	font-size: 14px;
	color: #fff;
}

#header dl {
	border-bottom: solid 1px #d2d2d2;
	margin: 0 5px;
}

#header dt {
	clear: left;
	float: left;
	width: 70px;
	font-weight: normal;
	margin-left: 3px;
}

#header dd {
	margin: 0 5px 0 70px;
}

#header-sp .whats{
	position: relative;
	margin: 2em 0 0 0;
	padding: 0.75em 0 0 0; 
	border: solid 1px #000;
	border-radius: 0px;
}

#header-sp .title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 3px;
	line-height: 1;
	font-size: 19px;
/*	background: #f293b4; */
	color: #000;
	font-weight: bold;
	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;
}

#header-sp .text {
	width: 100%;
	height: 170px;
	background-color: rgba(0, 0, 0,0.4);
	overflow: auto;
	font-size: 12px;
	color: #fff;
}

#header-sp dl {
	border-bottom: solid 1px #d2d2d2;
	margin: 0 5px;
}

#header-sp dt {
	clear: left;
	float: left;
	width: 70px;
	font-weight: normal;
	margin-left: 3px;
}

#header-sp dd {
	margin: 0 5px 0 70px;
}

#header dd a{color: #fff;}
#header dd a:hover{color: #ee9fff;}
#header-sp dd a{color: #fff;}
#header-sp dd a:hover{color: #ee9fff;}

.container-head {
	position: relative;
}

.mu_image {
	position: absolute;
    top: 350px;
    left: 55%;
    width: 160px;
}

@media screen and (max-width: 767px){
	.mu_image {
	  top: 250px;
      left: 30%;
      transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    }
}

/*********************************/
/*           index menu          */
/*********************************/

#menu {
	height: 60px;
	background: linear-gradient(0deg,#000000 20%,#fe0000 60%,#fe0000 50%,#000000 50%);


}

#menu .row {
	padding: 0;
	margin: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-top: 3px;
}

#menu li {
	list-style-type: none;
	width: 16.6%;;
	height: 54px;
	float: left;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing:0px;
	border-left: 2px solid #fe0000;
	border-right: 2px solid #fe0000;
	background-color: #000000;
}

#menu li+ li {
	border-left: 0;
	border-right: 2px solid #fe0000;
}

#menu li a{
	width: 100%;
	height: 100%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

#menu li a:hover{
	text-decoration: none;
	background-color:  rgba(255,255,255,0.25);
}

.active {
	background-color:  rgba(255,255,255,0.25);
}

@media only screen and (max-width: 991px) {
	#menu li{
		font-size: 18px;
	}
}


#menu .none ruby{
	color:#666;
}

#menu .none {
	background-color:rgba(0,0,0,0.25);
}

/*********************************/
/*           index banner        */
/*********************************/

#ban .row {
	padding: 0;
	margin: 0;
}

#ban .col-xs-12 {
	padding-top: 20px;
}

#ban {
	background: #000000;
}



/*********************************/
/*           index etc           */
/*********************************/

#etc {
	background: #000000;
}


#etc .twitter {
	position: relative;
	margin: 2em 0 0 0;
	padding: 0.75em 0 0 0; 
	border: solid 1px #fe0000;
	border-radius: 0px;
	padding-bottom: 3px;
}

#etc .spec {
	position: relative;
	margin: 2em 0 0 0;
	padding: 0.75em 0 0 0; 
	border: solid 1px #fe0000;
	border-radius: 0px;
	padding-bottom: 3px;
}

#etc .title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 3px;
	line-height: 1;
	font-size: 20px;
/*	background: #f293b4; */
	color: #fe0000;
	font-weight: bold;
	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;
}

#etc .text {
	width: 98%;
	min-height: 150px;
	background-color: #fff;
	font-size: 14px;
	color: #fff;
	padding: 0;
	margin: 0 auto;
}

#etc .spec .text {
	font-size: 12px;
	line-height: 24px;
	height: 100%;
	display: table;
	margin: 0 auto;
	padding: 0;
	color: #333;
}

#etc tr {
	width: 100%;
	height: 100%;
	background-color: #dcdcdc;
	margin: 0;
	padding: 0;
}

#etc .head {
	width: 15%;
	background-color: #fe0000;
	color: #fff;
	font-weight: bold;

}

#etc .list {
	width: 35%;
}

#etc td {
	border-bottom: solid 1px #fff;
	padding-left: 5px;
}

/*********************************/
/*           index footer        */
/*********************************/

#footer {
	border-top: solid 1px #fff;
	color: #fff;
	font-weight: bold;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #5f5f5f;
}




/*********************************/
/*           navbar              */
/*********************************/

.navbar-default{
	position:absolute !important;
	z-index:200;
	width: 100%;
	background-color: transparent !important;
	border: none !important;
}

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
	margin: 0;
}

.navbar-brand {
	padding: 0;
}

.navbar-toggle {
    z-index: 2;
}

.navbar-brand-center {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align:center;
    margin: auto;
}

@media screen and (max-width: 767px){
	nav.navbar.navbar-default{
		/*height:100%;*/
	}
	nav.navbar.navbar-default > div{
		/*height:100%;*/
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
		background-color:rgba(255,255,255,0.8) !important;
	}
	nav.navbar.navbar-default div.navbar-header{
		background-color:rgba(255,255,255,1);
	}
	nav.navbar.navbar-default div.navbar-collapse{
		height:100%;
		border:0;
		background-color:rgba(199,85,16,0.8);
	}

	.navbar-default .navbar-nav>li>a{
    		color: #fff !important;
		font-weight:bold;
	}

	.navbar-default .navbar-nav>li>a:hover{
    		color: #a5270b !important;
		font-weight:bold;
	}

	.navbar-default .navbar-nav>li>em{
		color:#333 !important;
		font-weight:bold;
		padding-top: 10px;
		padding-bottom: 10px;
    		line-height: 20px;
		position: relative;
    		display: block;
    		padding: 15px 15px;
	}

	.navbar-nav{
		margin: 0 auto;
		padding-top: 10px;
		display: table;
		table-layout: fixed;
		float: none;
		text-align: center;
	}

    .navbar-brand-center {
        margin-left: 0 !important;
    }
}


#menu-sp .none ruby{
	color:#666;
}

#menu-sp .none {
		padding-top: 10px;
		padding-bottom: 10px;
    		line-height: 20px;
}



/*********************************/
/*           button              */
/*********************************/

.btn-warning {
	background-color: #ab8afb;
	border-color: #5f5f5f;
}


.btn-warning:hover, .btn-warning:focus, 
.btn-warning:active, .btn-warning:active:focus, .btn-warning:active:hover, .btn-warning:active.focus,
.btn-warning.active, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning, 
.open > .dropdown-toggle.btn-warning:hover,
.open > .dropdown-toggle.btn-warning:focus, 
.open > .dropdown-toggle.btn-warning.focus,
.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background: #1f0e48;
    color: #fff; 
}

.btn-warning.outline {
    border: 3px solid #ae2155;
    color: #fff;
}

.btn-success {
	background-color: #830000;
	border-color: #5f5f5f;
}


.btn-success:hover, .btn-success:focus, 
.btn-success:active, .btn-success:active:focus, .btn-success:active:hover, .btn-success:active.focus,
.btn-success.active, .btn-success.active:focus, .btn-success.active:hover, .btn-success.active.focus,
.open > .dropdown-toggle.btn-success, 
.open > .dropdown-toggle.btn-success:hover,
.open > .dropdown-toggle.btn-success:focus, 
.open > .dropdown-toggle.btn-success.focus,
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background: #4a1616;
    color: #fff; 
    border-color: #5f5f5f;
}

.btn-success.outline {
    border: 3px solid #ae2155;
    color: #fff;
}

@media screen and (max-width: 420px){
	.btn-sm {
		padding: 3px 5px;
		font-size: 10px;

	}
}

/*********************************/
/*           contents       */
/*********************************/

#contents h1{
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	padding-left: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	background:-webkit-gradient(linear, left top, right top, from(#000000), to(transparent));
	background:-webkit-linear-gradient(left, #000000, transparent);
	background:-moz-linear-gradient(left, #000000, transparent);
	background:-o-linear-gradient(left, #000000, transparent);
	background:linear-gradient(to right, #000000, transparent);
	float: left;
}

#contents .title {
	border-left-style: solid;
	border-left-color: #fe0000;
	border-left-width: 2px;
	padding-left: 5px;
}

@media screen and (max-width: 425px){
	#contents h1{
	font-size: 16px;
	}
}

#contents .top-margin{
	margin-top: 20px;
}

/*********************************/
/*           contents story      */
/*********************************/

#contents .story-sp {
	background: url(../images/story/story_bg.jpg) top center no-repeat;
	background-size: cover;
	font-size: 14px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	text-shadow:
		#464849 2px 0px,  #464849 -2px 0px,
		#464849 0px -2px, #464849 0px 2px,
		#464849 2px 2px , #464849 -2px 2px,
		#464849 2px -2px, #464849 -2px -2px,
		#464849 1px 2px,  #464849 -1px 2px,
		#464849 1px -2px, #464849 -1px -2px,
		#464849 2px 1px,  #464849 -2px 1px,
		#464849 2px -1px, #464849 -2px -1px;
}

/*********************************/
/*           contents character  */
/*********************************/

#character ul{
	width: 100%;
	height: auto;
	list-style-type: none;
	text-align:left;
	padding: 0;
	margin: 0;
	display: table;
	text-align: center;
	position:relative;
}

#character li{
	margin: 0;
	padding: 0 3px;
	display: table-cell;
	vertical-align: bottom;
}

#character .c1 {
	width: 100%;
	background: url(../images/character/c1.png) top center no-repeat;
	background-size: contain;
}

#character .c2 {
	width: 100%;
	background: url(../images/character/c2.png) top center no-repeat;
	background-size: contain;
}

#character .c3 {
	width: 100%;
	background: url(../images/character/c3.png) top center no-repeat;
	background-size: contain;
}


@media screen and (max-width: 767px){
	#character .c1 {
		width: 100%;
		background: url(../images/character/c1-sp.png) top center no-repeat;
		background-size: contain;
	}
	#character .c2 {
		width: 100%;
		background: url(../images/character/c2-sp.png) top center no-repeat;
		background-size: contain;
	}
	#character .c3 {
		width: 100%;
		background: url(../images/character/c3-sp.png) top center no-repeat;
		background-size: contain;
	}
	#character .c4 {
		width: 100%;
		background-size: contain;
	}
}

#character .chara {
	position: relative;
	width: 100%;
	height: 100%;
}

#character .voice {
	position: absolute;
	width: 52%;
	height: 50px;
	top: 21%;
	left: 44.5%;
	font-weight: bold;
	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;
}

#character .voice ul{
	width: 100%;
	height: auto;
	list-style-type: none;
	text-align:left;
	padding: 0;
	margin: 0;
	display: flex;
	text-align: left;
	position:relative;
}

#character .voice li{
	margin: 0;
	padding: 0 3px;
	display: table-cell;
	vertical-align: bottom;
}

.btn-sm, .btn-group-sm > .btn {
	padding: 5px 5px;
}

#character .text {
	position: absolute;
	width: 52%;
	min-height: 70%;
	top: 28%;
	left: 44.5%;
	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;
}

@media screen and (max-width: 1199px){
	#character .text {
		font-size: 14px;
	}
}


@media screen and (max-width: 991px){
	#character .text {
		font-size: 12px;
		top: 30%;
	}
}

@media screen and (max-width: 767px){
	#character .voice {
		position: relative;
		width: 100%;
		height: 50px;
		top: 0;
		left: 0;
	}

	#character .text {
		width: 100%;
		top: 15px;
		left: 0;
		position: relative;
	}
}

/*********************************/
/*           contents graphic    */
/*********************************/

.graphic_bg {
	background: url(../images/graphic-bg.png) top center;
    background-size: cover;
    background-position-y: center;
}

#graphic ul{
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}


#graphic li{
	width: 32%;
	display: block;
	float: left;
	text-align: center;
	margin: 0 0% 20px 1%;
}


@media screen and (max-width: 1200px){
	#graphic li{
		width: 31.3%;
		display: block;
		float: left;
		text-align: center;
		margin: 0 1% 20px 1%;
	}
}

@media screen and (max-width: 768px){
	#graphic li{
		width: 48%;
		display: block;
		float: left;
		text-align: center;
		margin: 0 1% 20px 1%;
	}
}

@media screen and (max-width: 425px){
	#graphic li{
		width: 100%;
		display: block;
		float: left;
		text-align: center;
		margin: 0 0 20px 0;
	}
}

#graphic a{-webkit-filter:brightness(50%); -moz-filter:brightness(50%); filter:brightness(50%);}
#graphic a:hover{filter:brightness(100%);}


/*********************************/
/*           contents download   */
/*********************************/

#contents .movie {
	margin-top: 20px;
	margin-bottom: 20px;
}

#contents .movie video{
	width: 100%;
	max-width: 768px;
	height: 100%;
	max-height: 432px;
}

#top .movie video{
	width: 100%;
	max-width: 768px;
	height: 100%;
	max-height: 432px;
}



/*********************************/
/*           contents special    */
/*********************************/

.special_bg {
	background: url(../images/special-bg.png) top center;
    background-size: cover;
    background-position-y: center;
}

#special ul{
	width: 100%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
	float: left;
}

#special li{
	text-align: center;
	margin: 10px 0;
	padding: 10px;
}

#special-sk ul{
	width: 100%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
	float: left;
}


#special-sk li{
	width: 31.2%;
	text-align: center;
	margin: 5px 1%;
	padding: 10px;
	display: inline-block;
	float: left;
	border: solid 1px #fe0000;
}

.col4#special-sk li{
	width: 23%;
	text-align: center;
	margin: 5px 1%;
	padding: 10px;
	display: inline-block;
	float: left;
	border: solid 1px #fe0000;
}

@media screen and (max-width: 768px){
	#special-sk li{
		width: 48%;
	}
	.col4#special-sk li{
		width: 48%;
	}
}

#special-sk .shop {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding-top: 10px;
	text-decoration: underline;
}

#special-sk a {text-decoration: none; }
#special-sk a:link { color: #fff;}
#special-sk a:visited { color: #fff; }
#special-sk a:hover { color: #fff; }
#special-sk a:active { color: #fff; }

#special-sk .name {
	font-size: 18px;
	font-weight: bold;
}

#special-sk span {
	color: #fff;
}


#special-sk .gift {
	font-size: 14px;
}


#special-sk .pickup {
	color: red;
	font-weight: bold;
}

@media screen and (max-width: 425px){
	#special-sk .shop {
		font-size: 20px;
	}

	#special-sk .name {
		font-size: 14px;
	}

	#special-sk .gift {
		font-size: 12px;
	}
}

#special-cp {
	font-size: 14px;
}

/*
#special-cp img{
	border-style: solid;
	border-color: #f8b551;
	border-width: 3px;
}
*/

#special-cp h2{
	font-size: 22px;
	font-weight: bold;
	color: #FFCA00;
}

#special-cp h3{
	font-size: 18px;
	font-weight: bold;
}

#special-cp-shop ul{
	margin: 0 auto;
	padding: 0;
}

#special-cp-shop li{
	display: inline-block;
	table-layout: fized;
	width: 31.8%;
	margin: 5px 0.5%;
	padding: 5px;
	border: solid 1px #ccc;
	vertical-align: top;
	clear: both;
	word-wrap: break-word;
	}

#special-cp-shop .shop{
	font-weight: bold;
	width: 100%;
	float: left;
}

#special-cp-shop .address{
	font-size: 12px;
}

.low_img_wrapper {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.left_item {
	width: 55%;
}

.left_item img {
	width: 100%;
}

.right_item {
	width: 44%;
}

.right_item img {
	width: 100%;
}

.right_item img.cg_margin {
	margin: 18px 0;
}

@media screen and (min-width:767px) and (max-width:1024px) {
	.right_item {
    width: 43.5%;
}
}

@media screen and (min-width:400px) and (max-width:768px) {
.right_item img.cg_margin {
    margin: 14px 0;
}
}

@media screen and (min-width:0) and (max-width:399px) {
.low_img_wrapper {
    flex-wrap: wrap;
}
.left_item {
    width: 100%;
}
.right_item {
    width: 100%;
    margin: 12px 0;
}
.right_item img.cg_margin {
    margin: 12px 0;
}
#special-cp h2 {
    font-size: 15px;
}
}

@media screen and (max-width: 767px){
	#special-cp-shop #shop li{
		width: 100%;
		text-align: left;
		font-size: 10px;
	}

	#special-cp-shop .panel-heading h4{
		font-size:14px;
	}

	#special-cp-shop .panel-body{
		font-size:12px;
	}

	#special-cp-shop li{
		width: 48%;
		margin: 5px 0.5%;
		padding: 3px;
		}

}

#special-cp-shop .panel-title{
	text-align: center;
}

#special-cp-shop a{text-decoration: none; color: #333;}

#special-cp .btn-danger{
	background-color: #f293b4;
	border-color: #8e0e3e;
}

#special-twh ul{
	width: 100%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
	float: left;
}


#special-twh li{
	width: 97.5%;
	text-align: center;
	margin: 5px 1%;
	padding: 10px;
	display: inline-block;
	float: left;
	border: solid 1px #f2b793;
}

#special-banh ul{
	width: 100%;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	padding-bottom: 20px;
	float: left;
}


#special-banh li{
	width: 14.6%;
	text-align: center;
	margin: 5px 1%;
	padding: 10px;
	display: inline-block;
	float: left;
	border: solid 1px #f2b793;
}

@media screen and (max-width: 768px){
	#special-banh li{
//		width: 31.3%;
	}
}


.cmp_box {
	padding: 15px;
}

.cmp_center {
	text-align: center;
}

.cmp_left {
	text-align: left;

}

.cmp_box h2 {
    background-color: #858342;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.cmp_img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    box-sizing: border-box;
}

.cmp_row {
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.cmp_img img {
    max-width: 100%;
    height: auto;
    border: 2px solid #8e6c27;
}

.map {
	max-width:45%;
}

twitter-widget-wrapper iframe { width: 740px !important; }