@charset "utf-8";

/*------------------------------------------------------------
リセットCSS
------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{ margin:0; padding:0;}
li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

/* 共通 */
html body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	background: #FFF;
	line-height: 1.6;
	font-size: 16px;
}
img {
	border-style:none;
}
.inner {
	width: 1019px;
	margin: 0 auto;
}
.to {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
}
#wrapper {
	width: 1019px;
	margin: 0 auto;
	min-width: 1020px;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.5;
}
.thumb02 {
	display: none;
}
.chara_inner .a {
	display: block !important;
}
/* TOP font */
html body .announce,
html body #pickupArea,
html body .boxArea{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "じゅん 34", Sans-serif;
}
h2 {
	color: #FFFFFF;
	font-size: 47px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
}

/* 共通 */
.box {
	font-size: 0;
	line-height: 1.2;
	margin-bottom: 15px;
	margin-right: -15px;
}
.box a {
	display: block;
}
.thumb {
	width: 222px;
	min-height: 222px;
	line-height: 222px;
	text-align: center;
	margin-bottom: 5px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}
.thumb img {
	vertical-align: middle;
	max-height: 222px;
}
.tit {
	font-size: 18px;
	color: #792220;
	margin: 0 7px 7px 7px;
	letter-spacing: -0.1em;
}
.date {
	font-size: 14px;
	color: #d42e25;
	margin: 0 7px;
}
.movie .thumb {
	position: relative;
}
.movie .thumb:after {
	content: '';
	background: url(../images/top/icon_movie.png) no-repeat;
	width: 69px;
	height: 69px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -34px;
	margin-top: -34px;
}
#main .listbox {
	display: inline-block;
	width: 149px;
	margin: 0 15px 15px 0;
	vertical-align: top;
}
#main .listbox:last-child {
	margin-right: 0;
}
#contents {
	width: 1019px;
	margin: 0 auto 45px auto;
	overflow: hidden;
}
#contents #main {
	width: 671px;
	margin-right: 18px;
	float: left;
}
#contents #side {
	width: 330px;
	float: left;
}
h2 {
	color: #FFFFFF;
	font-size: 38px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
}
.boxArea {
	padding: 15px 0;
}
.box_inner {
	margin:0 15px;
}
.box_inner02 {
	margin:0 10px;
}
.box_inner03 {
	margin:0 30px;
}
.box_inner04 {
	margin:0 25px;
}
.box_inner05 {
	margin:0 20px;
}
.more {
	color: #FFF;
	position: absolute;
	top: 20px;
	right: 0;
	padding-right: 40px;
	display: block;
	line-height: 1;
	font-size: 23px;
}
.more:after {
	background: url(../images/top/icon_arrow.png) no-repeat;
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: -3px;
	right: 0;
}
.tc {
	text-align: center;
}
.red {
	color: #d42d25 !important;
}
.fs30 {
	font-size: 30px;
}

/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
#header {
	border-bottom: 10px solid #d42d25;
	margin-bottom: 20px;
	min-width: 1020px;
}
#header .inner {
	overflow: hidden;
}
#header #logo {
	float: left;
	margin-right: 25px;
	padding-top: 25px;
	padding-left: 20px;
	width: 197px;
}
#header #logo a {
	display: block;
	background: url(../images/common/logo.png) no-repeat;
	width: 197px;
	height: 81px;
}
#header #menu_list {
	float: left;
	margin-right: 28px;
	padding-top: 12px;
}
#header #menu_list ul {
	overflow: hidden;
	font-size: 0;
}
#header #menu_list li.nav_menu {
	float: left;
	width: 105px;
	margin-right: 3px;
}
#header #menu_list li.nav_menu > a {
	display: block;
	padding: 10px 0 0 0;
	width: 100%;
	height: 100px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 8px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: default;
}
#header #menu_list li.nav_menu > a:hover {
	opacity: 1;
}
#header #menu_list li.nav_menu.active a {
	top: 9px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#header #menu_list li#sekai > a {
	background: #d42d25;
}
#header #menu_list li#goods > a {
	background: #ff9a9a;
}
#header #menu_list li#otanoshimi > a {
	background: #ff8317;
}
#header #menu_list li#odekake > a {
	background: #50a377;
}
#header #menu_list li#digital > a {
	background: #93d1e3;
}
#header #menu_list li#other > a {
	background: #cc9aec;
}
#header #menu_list li.nav_menu a span {
	display: block;
	margin: 0 auto;
}
#header #menu_list li#sekai a span {
	background: url(../images/common/menu_logo01.png) no-repeat;
	width: 62px;
	height: 84px;
}
#header #menu_list li#goods a span {
	background: url(../images/common/menu_logo02.png) no-repeat;
	width: 51px;
	height: 84px;
}
#header #menu_list li#digital a span {
	background: url(../images/common/menu_logo03.png) no-repeat;
	width: 65px;
	height: 84px;
}
#header #menu_list li#odekake a span {
	background: url(../images/common/menu_logo04.png) no-repeat;
	width: 68px;
	height: 84px;
}
#header #menu_list li#otanoshimi a span {
	background: url(../images/common/menu_logo05.png) no-repeat;
	width: 84px;
	height: 84px;
}
#header #menu_list li#other a span {
	background: url(../images/common/menu_logo06.png) no-repeat;
	width: 50px;
	height: 84px;
}
/* メニューリスト */
#menu_list .nav_menu_inner {
	display: none;
	padding: 30px 0 20px 0;
	position: absolute;
	width: 100%;
	min-width: 1020px;
	top: 130px;
	left: 50%;
	margin-left: -50%;
	z-index: 1;
}
#menu_list .nav_menu_inner ul {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#menu_list .nav_menu_inner li {
	width: 198px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
#menu_list .nav_menu_inner li {
	background: url(../images/common/menu_line.png) repeat-y top right;
}
#menu_list .nav_menu_inner li a {
	display: block;
	color: #FFFFFF;
}
#menu_list .nav_menu_inner li p {
	font-size: 20px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	line-height: 1.2;
}
#menu_list .nav_menu_inner li img {
	margin-bottom: 7px;
}
#menu_list #sekai .nav_menu_inner {
	background: #d42d25;
}
#menu_list #goods .nav_menu_inner {
	background: #ff9a9a;
}
#menu_list #otanoshimi .nav_menu_inner {
	background: #ff8317;
}
#menu_list #odekake .nav_menu_inner {
	background: #50a377;
}
#menu_list #digital .nav_menu_inner {
	background: #93d1e3;
}
#menu_list #other .nav_menu_inner {
	background: #cc9aec;
}
#header #login {
	float: left;
}
#header #login a {
	display: block;
	background: url(../images/common/login.png) no-repeat;
	width: 95px;
	height:114px;
}

/* アンパンマンファンくらぶモーダル */
#modal_box {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f73939;
	width: 800px;
	position: absolute;
	top: 200px;
	left: 50%;
	display: none;
	z-index: 10000;
	padding-bottom: 20px;
	margin-left: -400px;
}
#panel {
	position: relative;
}
#overlay {
	display: none;
	background: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 120%;
	z-index: 1;
}
#modal_box .modal_box-inner {
	background: #FFF;
	border-radius: 10px;
	margin: 0 20px;
	padding: 20px 20px 15px 20px;
	text-align: center;
}
#modal_box .popup_tit {
	background: url(../images/top/popup_tit.png) no-repeat;
	width: 765px;
	height: 181px;
	margin: 0 auto 15px auto;
}
#modal_box .modal_box-inner .popup_txt {
	color: #a84422;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	letter-spacing: -1px;
	font-size: 30px;
	margin-bottom: 15px;
	line-height: 1.4;
}
#modal_box .btn_close {
	position: absolute;
	bottom: -70px;
	left: 50%;
	margin-left: -65px;
}
#modal_box #close-panel {
	color: #a84422;
}
#modal_box .popup_btn {
	margin: 0 0 5px 10px;
}
#modal_box .popup_btn li {
	display: inline-block;
}
#modal_box .popup_btn li a {
	display: block;
	width: 344px;
	height: 84px;
}
#modal_box .btn_detail {
	background: url(../images/top/popup_btn01.png) no-repeat;
	margin-right: 10px;
}
#modal_box .btn_login {
	background: url(../images/top/popup_btn02.png) no-repeat;
}
#modal_box .popup_btn li:hover {
	opacity: 0.5 !important;
}
#modal_box .popup_noice {
	font-size: 16px;
	text-align: center;
	color: #a84422;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
}
#modal_box .btn_close {
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
}
#modal_box .btn_close a {
	font-size: 30px;
	color: #a84422;
}

/*------------------------------------------------------------
TOPページ
------------------------------------------------------------*/
/* 告知エリア */
.announce {
	/*display: none;*/
	background: #d33124;
	padding: 10px 0 0 0;
}
.announce .announce_inner {
	width: 780px;
	margin: 0 auto;
	background: #FFF;
	-weblit-border-radius: 30px;
	border-radius: 30px;
	color: #752325;
	font-size: 17px;
	padding: 12px 20px;
	position: relative;
}
.announce .announce_inner:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -57px;
	margin-top: -23px;
	background: url(../images/top/announce_bg.png) no-repeat;
	width: 47px;
	height: 44px;
	background-position: 0 0;
}
.announce .announce_inner:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -50px;
	margin-top: -27px;
	background: url(../images/top/announce_bg.png) no-repeat;
	width: 40px;
	height: 47px;
	background-position: -47px 0;
}
.announce .announce_inner a {
	color: #752325;
}

/* ピックアップ */
#pickupArea {
	overflow: hidden;
	margin: 0 auto 10px auto;
	width: 1019px;
}
#pickupArea .pickup_main {
	float: left;
	width: 512px;
	margin-right: 26px;
	background: #fff;
    border-radius: 12px;
}
#pickupArea .pickup_main a {
	display: block;
	position: relative;
	border: 2px solid #fff294;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

/* メインピックアップにリンクが無かったら指定 */
#pickupArea .pickup_main a.nolink {
	cursor: default;
}
#pickupArea .pickup_main a.nolink:hover {
	opacity: 1;
}
#pickupArea .pickup_main .photo {
	background: url(../images/top/keyvisual.jpg) no-repeat;
	width: 508px;
	height: 508px;
	-webkit-background-size: 100%;
	background-size: 100%;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;

}
#pickupArea .pickup_main .textbox {
	position: relative;
	bottom: 0;
	left: 0;
	background: #ffde00;
	width: 100%;
	padding: 12px 0 15px 0;
/*	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;*/
}
#pickupArea .pickup_main .textbox .txt {
	color: #792220;
	font-size: 22px;
	margin: 0 20px 5px 20px;
	-webkit-text-shadow: 3px 2px 1px #fff;
	text-shadow: 3px 2px 1px #fff;
}
#pickupArea .pickup_main .textbox .date {
	color: #d42d25;
	font-size: 16px;
	margin: 0 20px;
}
#pickupArea .pickup_sub {
	float: left;
	width: 480px;
}
#pickupArea .pickup_sub .box:last-child {
	margin-bottom: 0 !important;
}
#pickupArea .pickup_sub ul {
	overflow: hidden !important;
}
#pickupArea .pickup_sub ul a {
	background: #ffde00;
	border: 2px solid #fff294;
	border-radius: 10px;
	overflow: hidden;
}
#pickupArea .pickup_sub .thumb {
	border-radius: 0;
	background: #fff6b2;
	width: 223px;
	min-height: 216px;
	line-height: 216px;
}
#pickupArea .pickup_sub li {
	float: left;
	width: 227px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	margin-bottom: 25px;
	background: #fff;
    border-radius: 11px;
}
#pickupArea .date {
	margin-bottom: 12px;
}
#pickupArea .pickup_sub li:nth-child(2n-1) {
	margin-right: 25px;
}
#pickupArea .pickup_sub .movie .movie_tit01 {
	background: url(../images/top/pickup_movie_tit.png) no-repeat;
	width: 208px;
	height: 35px;
	margin: 5px auto 10px auto;
}
#pickupArea .pickup_sub .movie .movie_tit02 {
	color: #e50000;
	font-size: 18px;
	margin-bottom: 25px;
	text-align: center;
}
#pickupArea .pickup_sub .movie a {
	border: 2px solid #993000;
	background: none;
}
#pickupArea .pickup_sub .movie .thumb {
	background: none;
	/*min-height: auto;*/
	min-height: 125px;
	line-height: 1;
}
/* 今週のキャラクター */
.week-chara .week {
	color: #9f3b0e;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	font-size: 17px;
	background: #ffde00;
	border-radius: 25px;
	text-align: center;
	padding: 7px 0;
	line-height: 1;
	margin: 10px auto 7px auto;
	width: 200px;
}
.week-chara .tit {
	color: #FFF;
	background: #9f3b0e;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.week-chara .thumb {
	background: #FFF !important;
	min-height: 195px !important;
	line-height: 195px !important;
}
.week-chara .thumb img {
	max-height: 190px !important;
}
#pickupArea .pickup_sub .week-chara a {
	border: 2px solid #993000;
	background: none;
	position: relative;
}

/* とくしゅう */
#main #special {
	background: #d42d25;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	padding-top: 5px;
}
#main #special h2 {
	background: url(../images/common/h2_special.png) no-repeat left center;
	padding-left: 55px;
	position: relative;
	margin-bottom: 10px;
}
#main #slider {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#main #slider ul {
	overflow: hidden;
	min-height: 319px;
}
#main #slider li {
	width: 321px !important;
}
#main #slider .bx-wrapper {
	position: relative;
}
#main .bx-viewport {
	padding-left: 160px;
}
#main .bx-wrapper {
	margin-bottom: 50px !important;
}
.hide {
	display:none;
}
.bx-wrapper img {
	max-width: 321px !important;
}
#main .bx-viewport a {
	display: block;
}

/* PAGER */
#main .bx-wrapper .bx-pager.bx-default-pager a {
	display: inline-block !important;
	width: 13px !important;
	height: 13px !important;
	-webkit-border-radius: 13px !important;
	border-radius: 13px !important;
	background: #FFF;
	opacity: 0.5;
	margin:0 8px 0 0 !important;
}
#main .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #FFF;
	opacity: 1;
}
#main .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -40px !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
}
#main .bx-wrapper .bx-controls-direction div.prev_wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 0;
	outline: 0;
	width: 140px;
	height: 100%;
	text-indent: -9999px;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.3);
}
#main .bx-wrapper .bx-controls-direction div.next_wrap {
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 0;
	outline: 0;
	width: 140px;
	height: 100%;
	text-indent: -9999px;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.3);
}
#main .bx-wrapper .bx-controls-direction a {
	margin-top: -40px !important;
}
#main a.bx-prev {
	background: url(../images/top/bx-prev.png) no-repeat !important;
	left: 50px !important;
	width: 36px !important;
	height: 65px !important;
}
#main a.bx-next {
	background: url(../images/top/bx-next.png) no-repeat !important;
	right: 50px !important;
	width: 36px !important;
	height: 65px !important;
}

/* news */
#main #news {
	background: #fff6b2;
	padding-bottom: 30px;
}
#main #news h2 {
	background: url(../images/top/h2_news.png) repeat;
	font-size: 23px;
	padding: 5px 10px 10px 10px;
	margin-bottom: 15px;
}
#main #news dl {
	border-bottom: 1px dashed #f43f34;
	margin-bottom: 13px;
	overflow: hidden;
	padding: 0 16px 13px 16px;
}
#main #news dl:last-child {
	margin-bottom: 0;
}
#main #news dt {
	color: #f3d827;
	font-size: 13px;
	margin: 0 15px 0 0;
	float: left;
	width: 112px;
}
#main #news dt span {
	display: inline-block;
	background: #d42d25;
	padding: 6px;
	text-align: center;
}
#main #news dd {
	color: #7a221e;
	font-size: 16px;
	line-height: 1.2;
	float: left;
	width: 480px;
	padding-top: 5px;
}
#main #news dd a {
	color: #7a221e;
}
#main #news dd a:hover {
	text-decoration: underline;
}

/* グッズ */
#main #goods {
	background: #ff9a9a;
	padding-top: 5px;
}
#main #goods h2 {
	background: url(../images/common/h2_goods.png) no-repeat left center;
	padding-left: 55px;
	position: relative;
	margin: 0 15px 10px 15px;
}
#main #goods .thumb {
	width: 149px;
	line-height: 150px;
	min-height: 150px;
	background: #FFFFFF;
}
#main #goods .thumb img {
	width: 150px;
}
#main #goods .tit {
	font-size: 16px;
}
#main #goods .date {
	font-size: 13px;
	color: #006f56;
}

/* デジタル */
#main #digital {
	background: #93d1e3;
	padding-top: 5px;
}
#main #digital h2 {
	background: url(../images/common/h2_digital.png) no-repeat left center;
	padding-left: 55px;
	position: relative;
	margin: 0 15px 10px 25px;
}
#main #digital .more_list li a {
	color: #d42d25;
}
#main #digital .thumb {
	width: 200px;
	min-height: 111px;
	background: #FFFFFF;
	border: 2px solid #de686a;
}
#main #digital .thumb img {
	max-height: 112px;
}
#main #digital .tit {
	font-size: 16px;
}
#main #digital .date {
	font-size: 13px;
}
#main #digital h3 {
	margin-bottom: 5px;
	width: 642px;
	height: 29px;
}
#main #digital h3.recommend {
	background: url(../images/top/digital_txt_tit01.png) no-repeat;
}
#main #digital h3.movie {
	background: url(../images/top/digital_txt_tit02.png) no-repeat;
}
#main #digital .sub_tit {
	font-size: 16px;
	color: #d42d25;
	margin-bottom: 15px;
}
#main #digital .movie .listbox {
	width: 204px;
}
#main #digital .movie .thumb {
	height: auto !important;
	line-height: 1 !important;
	min-height: 0 !important;
	background: none !important;
	position: relative !important;
}
#main #digital .movie .thumb:after {
	width: 44px;
	height: 44px;
	-webkit-background-size: 44px 44px;
	background-size: 44px 44px;
	margin-left: -20px;
	margin-top: -20px;
}
#main #digital .digital_btn a {
	background: url(../images/top/digital_btn.png) no-repeat;
	width: 604px;
	height: 47px;
	margin: 0 auto 15px auto;
	display: block;
}
#main #digital .movie {
	margin-bottom: 0;
}
#main #digital .recommend_list img {
	width: 100%;
}

/*　ボタンエリア　*/
#main #btn_link {
	background: #fff6b2;
	padding-bottom: 25px;
}
#main #btn_link #list_world li a {
	color: #7a221e;
}
#main #btn_link #list_enjoy li a {
	color: #792221;
}
#main #btn_link .btn_list {
	overflow: hidden;
	margin-bottom: 10px;
}
#main #btn_link .btn_list li {
	float: left;
	width: 313px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#main #btn_link .btn_list  li:nth-child(2n-1) {
	margin-right: 12px;
}
#main #btn_link a.to {
	display: block;
	width: 313px;
	height: 131px;
	position: relative;
}
#main #btn_link a.bt_world {
	background: url(../images/top/btn_link_thumb01.png) no-repeat;
}
#main #btn_link a.bt_enjoy {
	background: url(../images/top/btn_link_thumb02.png) no-repeat;
}
#main #btn_link a:after {
	content: '';
	position: absolute;
}
#main #btn_link a.bt_world:after {
	background: url(../images/top/icon_accordion.png) no-repeat 0 -60px;
	bottom: 26px;
	right: 26px;
	width: 30px;
	height: 30px;
}
#main #btn_link a.bt_enjoy:after {
	background: url(../images/top/icon_accordion.png) no-repeat 0 -90px;
	bottom: 24px;
	right: 9px;
	width: 30px;
	height: 30px;
}
#main #btn_link a.bt_world.active:after {
	background: url(../images/top/icon_accordion.png) no-repeat -30px -60px;
}
#main #btn_link a.bt_enjoy.active:after {
	background: url(../images/top/icon_accordion.png) no-repeat -30px -90px;
}
#main #btn_link #list_world {
	background: #DD342F;
}
#main #btn_link #list_world li a:after {
	background-position: -60px -48px;
}
#main #btn_link #list_enjoy {
	background: #F7801A;
}
#main #btn_link #list_enjoy li a:after {
	background-position: -60px -72px;
}

/*　おでかけ　*/
#main #odekake {
	background: #50a377;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	padding-top: 5px;
}
#main #odekake h2 {
	background: url(../images/common/h2_odekake.png) no-repeat left center;
	padding-left: 55px;
	position: relative;
	margin: 0 15px 10px 25px;
}
#main #odekake .more_list li a {
	color: #f59153;
}
#main #odekake ul.bt_list {
	overflow: hidden;
	margin-bottom: 10px;
}
#main #odekake ul.bt_list li {
	float: left;
	width: 315px;
	height: 71px;
}
#main #odekake ul.bt_list li:nth-child(2n-1) {
	margin-right: 11px;
}
#main #odekake ul.bt_list li a {
	display: block;
	width: 315px;
	height: 71px;
}
#main #odekake ul.bt_list li a.bt_event {
	background: url(../images/top/odekake_btn01.png) no-repeat;
}
#main #odekake ul.bt_list li a.bt_museum {
	background: url(../images/top/odekake_btn02.png) no-repeat;
}

/* ジャンル別にみる（アコーディオン） */
#main .trigger {
	position: absolute;
	top: 20px;
	right: 0;
	padding-right: 40px;
	line-height: 1.2;
	font-size: 23px;
	cursor: pointer;
}
#main .trigger:after {
	content: '';
	background: url(../images/top/icon_accordion.png) no-repeat;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 3px;
	top: 0;
}
#main #goods .trigger:after {
	background-position: 0 0;
}
#main #goods .trigger.active:after {
	background-position: -30px 0;
}
#main #digital .trigger:after {
	background-position: 0 -30px;
}
#main #digital .trigger.active:after {
	background-position: -30px -30px;
}
#main #odekake .trigger:after {
	background-position: 0 -120px;
}
#main #odekake .trigger.active:after {
	background-position: -30px -120px;
}
#main .more_list {
	display: none;
	padding-bottom: 15px;
}
#main .more_list ul {
	overflow: hidden;
	margin: 0 15px;
}
#main #btn_link .more_list ul {
	padding-top: 25px;
}
#main .more_list li {
	float: left;
	width: 313px;
	font-size: 18px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	margin-bottom: 10px;
}
#main .more_list li:nth-child(2n-1) {
	margin-right: 15px;
}
#main .more_list li a {
	display: block;
	padding: 13px 38px 13px 15px;
	color: #006f56;
	position: relative;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #FFFFFF;
	background: url(../images/top/more_list_bg.png) repeat;
	line-height: 1.3;
}
#main .more_list li a:after {
	content: '';
	background: url(../images/top/icon_accordion.png) no-repeat;
	width: 25px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -13px;
}
#main #goods .more_list li a:after {
	background-position: -60px 0;
}
#main #digital .more_list li a:after {
	background-position: -60px -24px;
}
#main #odekake .more_list li a:after {
	background-position: -60px -96px;
}

/*------------------------------------------------------------
第二階層共通
------------------------------------------------------------*/
#headline {
	overflow: hidden;
	margin: -10px auto 25px auto;
	width: 1019px;
}
/* パンくず */
.pankuzu {
	margin: 0 0 13px 12px;
}
.pankuzu li {
	display: inline;
	list-style-type: none;
	color: #7a221e;
	font-size: 12px;
}
.pankuzu li:before {
	content: " > ";
}
.pankuzu li:first-child:before {
	content:"";
}
.pankuzu li a {
	color: #7a221e !important;
	text-decoration: none !important;
}
.pankuzu li a:hover {
	text-decoration: underline !important;
}
.btn {
	width: 463px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	margin: 0 auto;
}
.btn:hover {
	opacity: 0.5;
}
.btn a {
	padding: 20px 0;
	display: block;
	color: #FFFFFF;
	line-height: 1;
}
.btn a:hover {
	opacity: 1;
}
.h2_box {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #FFFFFF;
	padding: 8px 0 10px 0;
}
.h2_box h2 {
	padding-left: 60px;
	margin-left: 25px;
}
.h2_box h2 span {
	font-size: 28px;
	margin-left: 25px;
	position: relative;
	top: -3px;
}
.goodsArea h3, .sekaiArea h3, .otanoshimiArea h3, .digitalArea h3, .odekakeArea h3 {
	font-size: 25px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	padding: 0 0 10px 27px;
	position: relative;
}
.goodsArea h3:before, .sekaiArea h3:before, .otanoshimiArea h3:before, .digitalArea h3:before, .odekakeArea h3:before {
	content: '';
	width: 17px;
	height: 34px;
	position: absolute;
	top: 4px;
	left: 0;
}

/* フロートボックス */
.clearfix {
	overflow: hidden;
}
.fl, .fr {
	float: left;
}

/*------------------------------------------------------------
GOODSページ
------------------------------------------------------------*/
.goodsArea .h2_box {
	background: #ff9a9a;
}
.goodsArea .h2_box h2 {
	background: url(../images/common/h2_goods.png) no-repeat left center;
}
.goodsArea #main .syohin {
	margin-right: -15px;
	margin-bottom: 0;
}
.goodsArea #main .syohin li.listbox {
	margin-right: 15px !important;
	margin-bottom: 25px;
}
.goodsArea #main .syohin .thumb {
	width: 145px;
	min-height: 146px;
	line-height: 146px;
	border: 2px solid #ff9a9a;
	background-color: #FFFFFF;
}
.goodsArea #main .syohin .thumb img {
	max-height: 146px;
}
.goodsArea #main .syohin .tit {
	font-size: 16px;
}
.goodsArea #main .syohin .date {
	font-size: 13px;
	color: #006f56;
	margin-bottom: 5px;
}
.goodsArea #main .syohin span {
	background: #d53330;
	font-size: 10px;
	padding: 4px 5px 7px 5px;
	margin: 0 0 2px 5px;
	color: #FFF;
	display: inline-block;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	line-height: 1;
}
.goodsArea #main .syohin a {
	position: relative;
}
.goodsArea #main .syohin a .badge {
	background-size: contain;
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
	position: absolute;
	right: 12px;
	top: -12px;
}
.goodsArea .btn {
	background: #ff9a9a;
	margin-top: 30px;
}
.goodsArea .loading {
	text-align: center;
	height: 65px;
	line-height: 80px;
	margin-top: 30px;
}
.goodsArea .toynav{
	font-family: "じゅん 501", Sans-serif;
}

/* 年間契約 */
.keiyaku {
	background: #dcf3fb;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 0 40px 0;
}
.goodsArea .maker_banner {
	width: 641px;
	margin: 0 auto 20px auto;
}
.goodsArea .maker_banner a {
	display: block;
}
.goodsArea h3 {
	color: #ff9a9a;
	border-bottom: 2px solid #ff9a9a;
	margin: 0 0 15px 0;
}
.goodsArea h3:before {
	background: url(../images/goods/icon01.png) no-repeat;
}
.goodsArea .pickup {
	margin-bottom: 30px;
}
.goodsArea .pickup .clearfix {
	overflow: hidden;
	margin-bottom: 20px;
}
.goodsArea .pickup .lbox {
	float: left;
	width: 312px;
	margin-right: 15px;
}
.goodsArea .pickup .lbox .thumb {
	width: 306px;
	border: 3px solid #ff9a9a;
	min-height: 294px;
	line-height: 294px;
	background: #FFF;
}
.goodsArea .pickup .rbox {
	float: left;
	width: 314px;
	padding-top: 5px;
}
.goodsArea .pickup .rbox .lead_tit {
	font-size: 22px;
	color: #ff9c9c;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
}
.goodsArea .pickup .rbox .txt {
	font-size: 15px;
	color: #7a2220;
	margin-bottom: 15px;
}
.goodsArea .pickup .rbox .btn {
	width: 290px;
	font-size: 21px;
}
.goodsArea .pickup .rbox .btn a {
	padding: 10px 0 12px 0;
}

/* 詳細ページ */
.goodsArea .detail {
	margin-bottom: 50px;
}
.goodsArea .detail .lead_tit {
	font-size: 23px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	margin-bottom: 5px;
	color: #ff9c9c;
	line-height: 1.2;
}
.goodsArea .txt_s {
	font-size: 14px;
	color: #7a2221;
	font-weight: bold;
}
.goodsArea .detail .thumb {
	width: 450px;
	min-height: 350px;
	max-height: 450px;
	margin: 30px auto 60px auto;
}
.goodsArea .detail .thumb img {
	max-height: 450px;
}
.goodsArea .detail .txt {
	font-size: 16px;
	color: #7a2220;
	margin-bottom: 18px;
}
.goodsArea .detail .detail_table {
	font-size: 16px;
	border-collapse: separate;
	border-spacing: 0px 1px;
	width: 100%;
	margin-bottom: 20px;
}
.goodsArea .detail .detail_table th {
	color: #FFF;
	background: #ff9a9a;
	padding: 9px 0 9px 12px;
	width: 100px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	text-align: left;
}
.goodsArea .detail_table td {
	color: #ff7a7a;
	padding: 9px 0 9px 12px;
	background: #ffe5e5;
}
.goodsArea .detail .btn {
	width: 290px;
	font-size: 21px;
}
.goodsArea .detail .btn:first-child {
	margin-right: 10px;
}
.goodsArea .detail .btn a {
	padding: 10px 0 12px 0;
}
.goodsArea .detail .btn span {
	font-size: 9px;
	display: block;
	margin-top: 5px;
}
.goodsArea .detail .wrap_c {
	overflow: hidden;
	position: relative;
}
.goodsArea .detail .clearfix {
	float: left;
	margin: 0 0 20px 0;
	position: relative;
	left: 50%;
	overflow: visible;
}
.goodsArea .detail .clearfix li {
	float: left;
	position: relative;
	left: -50%;
}
.goodsArea .detail .clearfix .trial {
	background: #FFF;
	border: 3px solid #d42d25;
	margin-right: 10px;
}
.goodsArea .detail .clearfix .trial a {
	color: #d42d25;
	padding: 15px 28px 15px 0;
	position: relative;
}
.goodsArea .detail .clearfix .trial a:after {
	background: url(../images/goods/icon03.png) no-repeat;
	content: "";
	width: 12px;
	height: 16px;
	position: absolute;
	top: 50%;
	right: 19%;
	margin-top: -7px;
}
.goodsArea .detail .detail_inner {
	margin: 0 25px;
}
.green {
	background: #087a60 !important;
	padding: 10px 0 !important;
	width: 465px !important;
	font-size: 25px !important;
	margin-bottom: 30px;
}

/* SNSシェア */
#main .sns {
	overflow: hidden;
	margin: 0 auto 15px auto;
	width: 642px;
}
#main .sns li {
	float: left;
}
#main .sns li:nth-child(3n-1) {
	margin:0 9px;
}
#main .sns li a {
	height: 65px;
	display: block;
}
#main .sns li a {
	background: url(../images/common/sns_page.png) no-repeat;
	width: 208px;
}
#main .sns li.fb_share a {
	background-position: 0 0px;
}
#main .sns li.line_share a {
	background-position: -217px 0;
}
#main .sns li.twitter_share a {
	background-position: -434px 0;
}


/*------------------------------------------------------------
ワールドページ
------------------------------------------------------------*/

/* やなせたかしせんせい */
.contents_box {
	margin-bottom: 20px;
}
.contents_box p.txt {
	margin-left: 10px;
	margin-right: 10px;
}
.contents_box .tit_txt {
	font-size: 23px;
	margin: 0 0 15px 10px;
}
.contents_box .inner_box {
	background: #EFEEEC;
	margin: 0 40px;
	padding: 15px;
}
.contents_box .inner_box p {
	font-size: 13px;
	color: #545454;
	margin-bottom: 25px;
	margin-left: 0;
	margin-right: 0;
}
.contents_box .inner_box .author {
	margin-bottom: 10px !important;
}
.contents_box .txt_s {
	font-size: 12px;
}
.fromAnpan {
	background: url(../images/world/index/saigai_bg.gif) no-repeat;
	height: 447px;
	width: 671px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 23px;
}
.fromAnpan .movie_play {
	height: 420px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
.attention {
	font-size: 14px;
	color: #999999;
	margin: 0 10px !important;
}
.profile {
	margin-bottom: 40px;
}
.profile .fr {
	margin: 20px 0 0 20px;
}

/* アンパンマンのれきし */
.history01 {
	background: url(../images/world/history/nenpyou_01.gif) no-repeat;
	width: 667px;
	height: 323px;
}
.history02 {
	background: url(../images/world/history/nenpyou_02.gif) no-repeat;
	width: 667px;
	height: 230px;
}
.history03 {
	background: url(../images/world/history/nenpyou_03.gif) no-repeat;
	width: 667px;
	height: 190px;
}
.history04 {
	background: url(../images/world/history/nenpyou_04.gif) no-repeat;
	width: 667px;
	height: 201px;
}
.history05 {
	background: url(../images/world/history/nenpyou_05.gif) no-repeat;
	width: 667px;
	height: 268px;
}
.history06 {
	background: url(../images/world/history/nenpyou_06.gif) no-repeat;
	width: 667px;
	height: 216px;
}
.history07 {
	background: url(../images/world/history/nenpyou_07.gif) no-repeat;
	width: 667px;
	height: 290px;
}
.history08 {
	background: url(../images/world/history/nenpyou_08.gif) no-repeat;
	width: 667px;
	height: 92px;
}
.history09 {
	background: url(../images/world/history/nenpyou_09.gif) no-repeat;
	width: 667px;
	height: 146px;
}
.history10 {
	background: url(../images/world/history/nenpyou_10.gif) no-repeat;
	width: 667px;
	height: 146px;
}
.history11 {
	background: url(../images/world/history/nenpyou_11.gif) no-repeat;
	width: 667px;
	height: 110px;
}

/* 放送・映画（仮） */
.movieArea .txt01 {
	font-size: 16px;
	color: #7a2220;
	margin: 0 24px 30px 24px;
}

/*　えほん　*/
.bookArea .txt {
	font-size: 18px;
	color: #333333;
	margin: 0 10px 20px 10px;
}
.bookArea .message {
	background: url(../images/world/book/ehon_bgimg.gif) no-repeat left top;
}

/* アンパンマンQ&A */



/*　キャラクター　*/
.sekaiArea .h2_box {
	background: #d42d25;
}
.sekaiArea .h2_box h2 {
	background: url(../images/common/h2_special.png) no-repeat left center;
}
.sekaiArea h3 {
	color: #d42d25;
	border-bottom: 2px solid #d42d25;
	margin: 0 0 20px 0;
}
.sekaiArea h3:before {
	background: url(../images/world/icon01.png) no-repeat;
}
.week_chara {
	overflow: hidden;
	margin: 0 14px 50px 14px;
}
.week_chara li {
	float: left;
	width: 205px;
}
.week_chara li:nth-child(3n-1) {
	margin: 0 14px;
}
.week_chara .thumb {
	width: 197px;
	min-height: 177px;
	line-height: 177px;
	background: #FFFFFF;
	border: 4px solid #fee101;
}
.week_chara .thumb img {
	max-height: 177px;
}
.week_chara .tit, .week_chara .detail {
	text-align: center;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
}
.week_chara .tit {
	font-size: 19px;
	color: #792220;
	margin-bottom: 10px;
	letter-spacing: -0.1em;
}
.week_chara .detail {
	background: #d42d25;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 20px;
	width: 180px;
	margin: 0 auto;
	letter-spacing: -0.1em;
}
.week_chara .detail:hover {
	opacity: .5;
}
.week_chara .detail a {
	color: #FFF;
	padding: 7px 0;
	display: block;
}
.week_chara .detail a:hover {
	opacity: 1;
}
.chara_search {
	background: url(../images/world/bg_chara_search.png) repeat;
	line-height: 1;
}
.chara_search ul {
	overflow: hidden;
	margin: 0 14px 0 20px;
	padding: 14px 0;
	width: 642px;
}
.chara_search li {
	float: left;
	width: 48px;
	border: 4px solid #d42d25;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
	text-align: center;
	background: #FFF;
	margin-right: 8px;
	margin-bottom: 0px;
	font-size: 35px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	line-height: 1.2;
}
.chara_search li a {
	display: block;
	padding: 0 0 5px 0;
	color: #d42d25;
}
.chara_deatil {
	line-height: 1;
	/*min-height: 700px;*/
}
.chara_deatil .chara_inner {
	margin: 30px -8px 18px 14px;
}
.chara_deatil .chara_inner:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chara_deatil li {
	margin-bottom: 10px;
	margin-right: 8px;
	float: left;
	position: relative;
	width: 122px;
	min-height: 122px;
}
.chara_deatil .thumb02 a {
	width: 121px;
	height: 122px;
	display: block;
	background: url(../images/world/chara_waku.png) no-repeat;
	position: relative;
	overflow: hidden;
}
.chara_deatil .thumb02 img {
	max-width: none;
	position: absolute;
	z-index: -1;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
	/*max-height: 122px;*/
	max-height: 110px;
}
.chara_deatil .mozi a {
	background: #d42d25;
	font-size: 75px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	display: block;
	height: 108px;
	line-height: 93px;
	margin: 8px 0 0 0;
	width: 115px;
}
.chara_deatil .thumb02:hover {
	opacity: 0.5;
}
.chara_deatil .thumb02 a:hover {
	opacity: 1;
}
.sekaiArea .inner_box p{
	font-family: "じゅん 501", Sans-serif !important;
}

/* キャラクター詳細 */
.sekaiArea .chara_name {
	font-size: 32px;
	text-align: center;
	color: #d42d25;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	text-shadow: 2px 2px 1px #FFF,
	-2px 2px 1px #FFF,
	2px -2px 1px #FFF,
	-2px -2px 1px #FFF;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	border: 4px solid #fee101;
	margin: 20px 14px 0 14px;
	padding: 3px 0 5px 0;
}
.sekaiArea .chara_img {
	text-align: center;
	margin: 40px 0;
}
.sekaiArea .chara_txt {
	margin: 0 30px 30px 30px;
}
.sekaiArea .chara_txt p {
	padding: 0 17px;
	font-size: 20px;
	color: #7a2220;
	line-height: 1.8;
}
.sekaiArea #main .sns li a {
	/*background: url(../images/common/sns_chara.png) no-repeat;*/
	width: 208px;
}
.sekaiArea #main .sns li.fb_share a {
	background-position: 0 0px;
}
.sekaiArea #main .sns li.line_share a {
	background-position: -217px 0;
}
.sekaiArea #main .sns li.twitter_share a {
	background-position: -434px 0;
}

/* なかまのしょうかいSNS */
.world_detail #main .sns li a {
	background: url(../images/common/sns_chara.png) no-repeat;
}

/* GOODS詳細SNS */
.goods_detail #main .sns li a {
	background: url(../images/common/sns_item.png) no-repeat;
}
.goods_detail #main .sns li.fb_share a {
	background-position: 0 0px;
}
.goods_detail #main .sns li.line_share a {
	background-position: -217px 0;
}
.goods_detail #main .sns li.twitter_share a {
	background-position: -434px 0;
}

/* アンパンマンの日 */
.anpanmannohiArea .txt.anpanmannohi{
	padding-bottom:20px;
}
.anpanmannohiArea .h2_box {
	background: #d42d25;
}
.anpanmannohiArea .h2_box h2 {
	background: url(../images/common/h2_special.png) no-repeat left center;
}

.anpanmannohiArea .txt {
	font-size: 18px;
	color: #333333;
	margin: 0 10px 20px 10px;
}

#movie{
	margin-left:13px;
}

#anpanmannohi_h3{
	color:#d42d25;
	text-align:center;
	font-size:27px;
}


/*------------------------------------------------------------
デジタル
------------------------------------------------------------*/
.digitalArea .h2_box {
	background: #93d1e3;
}
.digitalArea .h2_box h2 {
	background: url(../images/common/h2_digital.png) no-repeat left center;
}
.digitalArea h3 {
	color: #93d1e3;
	border-bottom: 2px solid #93d1e3;
	margin: 0 0 20px 0;
}
.digitalArea h3:before {
	background: url(../images/digital/icon01.png) no-repeat;
	content: '';
}

/* 一覧ページ（TOP） */
.digitalArea .ichiran_list ul {
	overflow: hidden;
	margin-right: -12px;
	margin-left: 15px;
}
.digitalArea .ichiran_list ul li {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 149px;
	margin-bottom: 40px;
	color: #d42d25;
	font-weight: bold;
/*	font-family: "じゅん 501", Sans-serif;*/
	margin-right: 12px;
}
/*.digitalArea .ichiran_list ul li:nth-child(2n-1) {
	margin:0 15px;
}*/
.digitalArea .ichiran_list ul li a {
	display: block;
	line-height: 1.2;
	color: #d42d25;
	text-decoration: none;
}
.digitalArea .ichiran_list ul li p {
	font-size: 16px;
}
.digitalArea span.app_attention{
	font-size:12px;
	color:#C00;
	text-indent:-1em;
}
.digitalArea span.tag {
	display: inline-block;
	font-size: 11px;
	color: #FFF;
	padding: 3px 5px 5px 5px;
	border-radius: 5px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	margin-top: 5px;
	margin-right: 0.4em;
}
.digitalArea .lead_txt{
	font-family: "じゅん 501", Sans-serif;
}
.digitalArea .lead_txt span.tag {
	font-size: 16px;
}
.digitalArea span.sale_tag {
	background: #df0011;
}
.digitalArea span.android_tag {
	background: #ea0736;
}
.digitalArea span.iphone_tag {
	background: #009dd4;
}
.digitalArea span.fc_tag {
	background: #a065ca;
}
.digitalArea span.dkids_tag {
	background: #88bf3c;
}
.digitalArea span.au_tag {
	background: #f98e10;
}
.digitalArea span.line_offcial_tag {
	background: #00c300;
}
.digitalArea span.line_kisekae_tag {
	background: #f98e10;
}
.digitalArea span.line_stamp_tag {
	background: #f4513d;
}
.digitalArea span.line_aillis_tag {
	background: #5cbadc;
}

/*　デジタル詳細　*/
.digitalArea .lead_txt {
	color: #93d1e3;
	font-size: 28px;
	margin-bottom: 30px;
	line-height: 1.2;
}
.digitalArea .txt01 {
	font-size: 21px;
	color: #7a2220;
	margin-bottom: 15px;
	font-weight: bold;
}
.digitalArea .txt02 {
	font-size: 16px;
	color: #7a2220;
}
.digitalArea .txt03 {
	font-size: 24px;
	color: #d42d25;
	line-height: 1.2;
	font-family: "じゅん 501", Sans-serif;
}
.digitalArea .txt04 {
	font-size: 25px;
	color: #d42d25;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	letter-spacing: -1px;
	line-height: 1.2;
}
.digitalArea .txt05 {
	font-size: 21px;
	color: #7a2220;
}
.digitalArea strong {
	font-weight: normal;
	color: #d42d25;
}
.digitalArea .b_line {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 3px dotted #93d1e3;
}
.digitalArea .txt_img {
	background: url(../images/digital/sp_site/detail/01/txt01.png) no-repeat;
	width: 551px;
	height: 61px;
	margin:0 auto 20px auto;
}
.digitalArea .txt_img02 {
	background: url(../images/digital/sp_site/detail/02/txt01.png) no-repeat;
	width: 518px;
	height: 62px;
	margin:0 auto;
}
.digitalArea .btn_access a {
	background: url(../images/digital/sp_site/detail/01/btn_access.png) no-repeat;
	width: 482px;
	height: 146px;
	display: block;
	margin: 0 auto 15px auto;
}
.digitalArea li a {
	/*text-decoration: underline;*/
	color: #d42d25;
}
.digitalArea p a {
	text-decoration: underline;
	color: #d42d25;
}
.digitalArea p a:hover {
	text-decoration: none;
}
.digitalArea h4 {
	color: #d42d25;
	font-size: 25px;
	margin-bottom: 25px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	line-height: 1;
}
.digitalArea .haishin_list {
	font-size: 0;
}
.digitalArea .haishin_list li {
	margin-bottom: 7px;
	overflow: hidden;
	font-size: 16px;
	color: #7a2220;
	display:inline-block;
	width: 304px;
	vertical-align: top;
}
.digitalArea .haishin_list li:nth-child(odd) {
	margin-right: 15px;
}
.digitalArea .haishin_list img {
	vertical-align: middle;
	float: left;
	width: 83px;
	height: 83px;
	margin-right: 10px;
}
.digitalArea .haishin_list p {
	float:left;
	width: 210px;
	line-height: 1.2;
}
.digitalArea .haishin_list span {
	display: block;
	color: #d42d25;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
}
.digitalArea .osusume {
	position: relative;
	margin: 0 10px 40px 10px;
}
.digitalArea .osusume ul {
	overflow: hidden;
	margin-right: -12px;
	margin-left: 10px;
}
.digitalArea .osusume li {
	float: left;
	width: 150px !important;
	line-height: 1.2;
	margin-right: 12px;
}
.digitalArea .osusume li a {
	display: block;
	font-size: 16px;
	color: #d42d25;
}
.digitalArea .reco_app span.android_tag {
	margin-right: 5px;
}
.digitalArea .qr {
	overflow: hidden;
	margin: 0 9px 40px 9px;
}
.digitalArea .qr_img {
	float: left;
	width: 200px;
	margin-right: 22px;
}
.digitalArea .qr_txt {
	background: url(../images/digital/sp_site/detail/03/txt01.png) no-repeat;
	width: 399px;
	height: 198px;
	float: left;
}

/* 詳細ページ */
.digitalArea .download {
	border-radius: 10px;
	background: url(../images/digital/download_bg.png) repeat;
	border: 3px solid #99cccc;
	padding: 17px;
}
.digitalArea .download dt {
	font-size: 28px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	text-align: center;
	color: #7a2220;
	margin-bottom: 20px;
}
.digitalArea .download dd ul {
	overflow: hidden;
}
.digitalArea .download dd li {
	float: left;
}
.digitalArea .download dd li:first-child {
	margin-right: 15px;
}
.digitalArea .download a {
	display: block;
	height: 85px;
}
.digitalArea .download .dl_google a {
	background: url(../images/digital/btn_googleplay.png) no-repeat;
	width: 284px;
}
.digitalArea .download a {
	background: url(../images/digital/btn_appstore.png) no-repeat;
	width: 281px;
}
.digitalArea .add_play {
	overflow: hidden;
	width: 570px;
	margin: 0 auto 20px auto;
}
.digitalArea .add_play dl {
	width: 278px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.digitalArea .add_play dl:first-child {
	margin-right: 12px;
}
.digitalArea .add_play dt {
	background: url(../images/digital/sp_app/detail/bg.png) repeat;
	color: #FFF;
	border: 3px #d42d25 solid;
	font-size: 28px;
	margin-bottom: 5px;
}
.digitalArea .add_play dd {
	background: #FFF;
	color: #d42d25;
	border: 3px #d42d25 solid;
	font-size: 21px;
	padding-bottom:1px;
}
.digitalArea .download .one_box {
	width: 281px;
	margin: 0 auto;
}
.digitalArea .btn a {
	background: #93d2e4;
	border-radius: 10px;
	padding: 20px 0;
}
.digitalArea .btn_download {
	width: 440px;
	margin-bottom: 45px;
	font-size: 28px;
}
.digitalArea .btn_download a {
	background: #d42d25;
	border-radius: 10px;
	padding: 20px 25px 20px 0;
	position: relative;
	line-height: 1;
}
.digitalArea .btn_download a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	background: url(../images/digital/icon_arrow.png) no-repeat;
	width: 26px;
	height: 25px;
	margin-top: -11px;
}

/* 動画 */
.digitalArea .digital_movie .anchor {
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}
.digitalArea .digital_movie .anchor li {
	float: left;
	width: 280px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align: center;
	border-radius: 10px;
	border: 5px solid #93d1e3;
	display: table;
	margin: 0 10px;
}
.digitalArea .digital_movie .anchor li a {
	display: table-cell;
	height: 180px;
	vertical-align: middle;
	font-size: 24px;
	color: #93d1e3;
	position: relative;
}
.digitalArea .digital_movie .anchor li a:after {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 50%;
	background: url(../images/digital/movie/icon_anchor.png) no-repeat;
	width: 17px;
	height: 13px;
	margin-left: -10px;
}
.digitalArea .digital_movie .anchor li:first-child {
	margin-right: 40px;
}
.digitalArea .digital_movie .anchor li span {
	position: relative;
	top: -10px;
}
.digitalArea .digital_movie .tit01 {
	background: url(../images/digital/movie/tit01.png) no-repeat;
	width: 571px;
	height: 109px;
	font-size: 0;
	margin: 0 auto 15px auto;
}
.digitalArea .digital_movie .tit02 {
	background: url(../images/digital/movie/tit02.png) no-repeat;
	width: 620px;
	height: 38px;
	margin-bottom: 15px;
	font-size: 0;
}
.digitalArea .digital_movie .txt01 {
	font-size: 20px;
}
.digitalArea .digital_movie .txt02 {
	font-size: 16px;
}
.digitalArea .btn_channel {
	width: 100%;
	margin-bottom: 10px;
}
.digitalArea .btn_channel a {
	background: #5dbfdc;
	border-radius: 10px;
	padding: 20px 0;
	position: relative;
}
.digitalArea .btn_channel a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	background: url(../images/digital/icon_arrow02.png) no-repeat;
	width: 30px;
	height: 30px;
	margin-top: -14px;
}
.digitalArea .btn_guide {
	width: 100%;
	margin-bottom: 40px;
	font-size: 25px;
}
.digitalArea .btn_guide a {
	background: #FFF;
	border-radius: 10px;
	padding: 20px 0;
	position: relative;
	border: 3px solid #93d1e3;
	color: #93d1e3;
}
.digitalArea .btn_guide a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	background: url(../images/digital/icon_arrow03.png) no-repeat;
	width: 30px;
	height: 30px;
	margin-top: -14px;
}
.digitalArea h5 {
	font-size: 34px;
	position: relative;
	color: #93d1e3;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	width: 250px;
	margin: 0 auto 20px auto;
}
.digitalArea h5:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -70px;
	background: url(../images/digital/movie/icon_star.png) no-repeat;
	width: 41px;
	height: 39px;
	margin-top: -20px;
}
.digitalArea h5:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -70px;
	background: url(../images/digital/movie/icon_star.png) no-repeat;
	width: 41px;
	height: 39px;
	margin-top: -20px;
}
.digitalArea .movie_list {
	overflow: hidden;
}
.digitalArea .movie_list li {
	float: left;
	width: 295px;
	margin-bottom: 30px;
	font-size: 16px;
}
.digitalArea .movie_list li:nth-child(2n-1) {
	margin-right: 30px !important;
}
.digitalArea .movie_list li a {
	display: block;
	color: #7a2220;
}
.digitalArea .movie_list li img {
	border: 3px solid #93d1e3;
	border-radius: 10px;
}
.digitalArea .digital_movie .ichiran_list li {
	border-bottom: 3px dotted #cdae6b;
}
/*
.digitalArea .digital_movie .ichiran_list li a {
	display: block;
	color: #7a2220;
	font-size: 20px;
	padding: 15px 0;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	text-decoration: none;
}
*/
.digitalArea .digital_movie .ichiran_list li {
	display: block;
	color: #7a2220;
	font-size: 20px;
	padding: 15px 0;
	font-weight: bold;
/*	font-family: "じゅん 501", Sans-serif;*/
	text-decoration: none;
}

/* アプリヘルプ */
.digitalArea .digital_help .help_list {
	overflow: hidden;
	margin-bottom: 20px;
}
.digitalArea .digital_help .help_list li {
	float: left;
	width: 320px;
	margin-bottom: 10px;
	border-radius: 10px;
	border: 3px solid #93d1e3;
	font-size: 16px;
}
.digitalArea .digital_help .help_list li:nth-child(2n-1) {
	margin-right: 16px !important;
}
.digitalArea .digital_help .help_list li a {
	display: block;
	padding: 10px;
	color: #d42d25;
	min-height: 72px;
}
.digitalArea .digital_help .help_list li p {
	clear: both;
	line-height: 1.2;
}
.digitalArea .digital_help .help_list li p img {
	float: left;
	margin-right: 10px;
}

.digitalArea .digital_help .help_accodion_box {
	margin: 0 15px 30px 15px;
}
.digitalArea .digital_help .help_accodion_box .help_box_dl01 {
	background: url(../images/digital/help/dion_list_bg.png) repeat;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 20px;
}
.digitalArea .digital_help .help_accodion_box .help_box_dt01 {
	color: #7a221e;
	font-size: 21px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.digitalArea .digital_help .help_accodion_box .help_box_dt01:hover,
.digitalArea .digital_help .help_accodion_box .help_box_dt02:hover {
	opacity: 0.5;
}
.digitalArea .digital_help .help_accodion_box .help_box_dt01 img {
	vertical-align: middle;
}
.digitalArea .digital_help .help_accodion_box .help_box_dt01 .thumbnail {
	float: left;
	width: 94px;
	margin-right: 20px;
}
.digitalArea .digital_help .help_accodion_box .help_box_dt01 .q_txt {
	float: left;
	width: 450px;
	position: relative;
	line-height: 1.2;
	height: 95px;
	display: table;
}
.digitalArea .digital_help .help_accodion_box .help_box_dt01 .q_txt .txt02 {
	display: table-cell;
	vertical-align: middle;
	font-size: 21px;
	color: #7a2220;
}
.digitalArea .digital_help .help_accodion_box .help_box_dt01:after {
	position: absolute;
	top: 50%;
	right: 10px;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/digital/help/icon_op_cl01.png) no-repeat;
	margin-top: -15px;
	background-position: -30px 0;
}
.digitalArea .digital_help .help_accodion_box .help_box_dt01.active:after {
	background-position: 0 0;
}
.digitalArea .digital_help .help_accodion_box .help_box_dd01 {
	background: #FFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	margin-top: 15px;
}
.digitalArea .digital_help .help_accodion_box .help_box_dl02 {
	border: 3px solid #edae6b;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
	color: #7a221e;
	margin-bottom: 20px;
}
.digitalArea .digital_help .help_accodion_box .help_box_dt02 {
	font-size: 21px;
	position: relative;
	cursor: pointer;
	padding-right: 40px;
}
.digitalArea .digital_help .help_accodion_box .help_box_dt02:after {
	position: absolute;
	top: 50%;
	right: 0;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/digital/help/icon_op_cl02.png) no-repeat;
	margin-top: -15px;
	background-position: -30px 0;
}
.digitalArea .digital_help .help_accodion_box .help_box_dt02.active:after {
	background-position: 0 0;
}
.digitalArea .digital_help .help_accodion_box .help_box_dd02 {
	font-size: 16px;
	margin-top: 20px;
}
.digitalArea .digital_help .help_accodion_box .help_box_dd02 a {
	color: #7a221e;
	word-wrap: break-word;
	overflow-wrap:break-word;
}
.digitalArea .digital_help .btn {
	font-size: 25px;
	width: 464px;
}
.digitalArea .digital_help .btn a {
	background: #d42d25;
	padding: 20px 0;
}

/*------------------------------------------------------------
おでかけ
------------------------------------------------------------*/
.odekakeArea .h2_box {
	background: #50a377;
}
.odekakeArea .h2_box h2 {
	background: url(../images/common/h2_odekake.png) no-repeat left center;
}
.odekakeArea h3 {
	color: #50a377;
	border-bottom: 2px solid #50a377;
	margin: 0 0 20px 0;
}
.odekakeArea h3:before {
	background: url(../images/odekake/icon01.png) no-repeat;
}
.odekakeArea .shop {
	overflow: hidden;
}
.odekakeArea .shop .fl {
	width: 390px;
	margin-right: 20px;
}
.odekakeArea .shop .fr {
	width: 210px;
}
.odekakeArea h4.contact {
	background: url(../images/odekake/tit01.png) no-repeat;
	width: 648px;
	height: 38px;
	margin-bottom: 30px;
}
.odekakeArea .txt01 {
	font-size: 16px;
	color: #7a2220;
}
.odekakeArea .btn {
	width: 640px;
	margin: 0 auto 50px auto;
	text-align: left;
	font-size: 35px;
}
.odekakeArea .btn a {
	background: #50a377;
	border-radius: 10px;
	padding: 15px 60px 20px 120px;
	position: relative;
}
.odekakeArea .btn a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 25px;
	background: url(../images/odekake/icon_arrow.png) no-repeat;
	width: 30px;
	height: 30px;
	margin-top: -14px;
}
.odekakeArea .btn a span {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 30px;
	display: block;
}

/* こどもミュージアム */
.odekakeArea h4.museum_news {
	background: url(../images/odekake/kodomo/tit01.png) no-repeat;
	width: 647px;
	height: 39px;
	margin-bottom: 25px;
}
.odekakeArea .museum_list {
	margin-bottom: 35px;
	width: 100%;
}

/* カラー */
/*横浜　  ：#e56325 （おれんじ）
名古屋 ：#00ae4d （緑）
仙台  　：#ed1651 （ピンク）
神戸　  ：#008cce （水色）
福岡　  ：#e50011 (赤)*/

.odekakeArea .museum_list .c_yokohama a, #yokohama .museum_fr .btn a {
	background: #e56325;
}
.odekakeArea .museum_list .c_nagoya a, #nagoya .museum_fr .btn a {
	background: #00ae4d;
}
.odekakeArea .museum_list .c_sendai a, #sendai .museum_fr .btn a {
	background: #ed1651;
}
.odekakeArea .museum_list .c_kobe a, #kobe .museum_fr .btn a {
	background: #008cce;
}
.odekakeArea .museum_list .c_fukuoka a, #fukuoka .museum_fr .btn a {
	background: #e50011;
}
.odekakeArea .cl_box dl {
	margin-bottom: 40px;
}
.odekakeArea .cl_box dt {
	margin-bottom: 20px;
	position: relative;
}
.odekakeArea  .museum_list dt a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 15px;
	background: url(../images/odekake/kodomo/list_thumb.png) no-repeat;
	width: 47px;
	height: 42px;
	margin-top: -20px;
}
.odekakeArea .museum_list .btn {
	font-size: 30px;
}
.odekakeArea .cl_box dt a {
	padding: 15px 25px 19px 75px;
}
.odekakeArea .cl_box dt a:hover {
	opacity: 0.5;
}
.odekakeArea  .museum_list dt a:after, .museum .museum_fr .btn a:after {
	right: 20px;
	background: url(../images/odekake/kodomo/icon_arrow.png) no-repeat;
	width: 30px;
	height: 30px;
}
.odekakeArea .cl_box dd {
	font-size: 16px;
	color: #7a2220;
}
.odekakeArea .museum {
	margin-bottom: 40px;
	margin-left: 20px;
}
.odekakeArea .museum h4 {
	margin: 0 0 30px 0;
	margin-bottom: 30px;
}
.odekakeArea #yokohama h4 {
	background: url(../images/odekake/kodomo/tit_yokohama.png) no-repeat;
	width: 649px;
	height: 73px;
}
.odekakeArea #nagoya h4 {
	background: url(../images/odekake/kodomo/tit_nagoya.png) no-repeat;
	width: 649px;
	height: 73px;
}
.odekakeArea #sendai h4 {
	background: url(../images/odekake/kodomo/tit_sendai.png) no-repeat;
	width: 649px;
	height: 72px;
}
.odekakeArea #kobe h4 {
	background: url(../images/odekake/kodomo/tit_kobe.png) no-repeat;
	width: 649px;
	height: 72px;
}
.odekakeArea #fukuoka h4 {
	background: url(../images/odekake/kodomo/tit_fukuoka.png) no-repeat;
	width: 648px;
	height: 72px;
}
.museum {
	margin-left: 10px;
}
.odekakeArea .museum_box {
	overflow: hidden;
	margin-bottom: 20px;
}
.odekakeArea .museum .museum_fl {
	float: left;
	margin-right: 15px;
	width: 304px;
}
.odekakeArea .museum .museum_fr {
	float: left;
	width: 303px;
}
.odekakeArea .museum_box .btn {
	margin-bottom: 15px;
	font-size: 21px;
	width: 100%;
}
.odekakeArea .museum .btn a {
	padding: 10px 55px 10px 20px;
	/*background: #f59156;*/
	line-height: 1.4;
}
.odekakeArea .txt02 {
	font-size: 21px;
	color: #d42d25;
}

/* ミュージカルとショー */
.odekakeArea h4.musical_news  {
	background: url(../images/odekake/musical/tit02.png) no-repeat;
	width: 620px;
	height: 29px;
	margin-bottom: 25px;
}
.odekakeArea h4.musical_info  {
	background: url(../images/odekake/musical/tit03.png) no-repeat;
	width: 620px;
	height: 29px;
	margin-bottom: 25px;
}
.odekakeArea .musical_list {
	padding-bottom: 25px;
	margin: 0 10px 25px 10px;
	border-bottom: 3px dotted #50a377;
	color: #7a2220;
}
.odekakeArea .musical_list dt {
	font-size: 16px;
	margin-bottom: 10px;
}
.odekakeArea .musical_list dt span {
	display: inline-block;
	padding: 5px 8px 6px 8px;
	color: #FFF;
	margin-right: 15px;
	line-height: 1.2;
}
.odekakeArea .musical_list dt span.bg01 {
	background: #51d6ee;
}
.odekakeArea .musical_list dt span.bg02 {
	background: #f55656;
}
.odekakeArea .musical_list dt span.bg03 {
	background: #b851ee;
}
.odekakeArea .musical_list dd {
	font-size: 21px;
}
.odekakeArea .musical_list a {
	color: #7a2220;
}
.odekakeArea .musical_list a:hover {
	text-decoration: underline;
}


/*------------------------------------------------------------
おたのしみ
------------------------------------------------------------*/
.otanoshimiArea .h2_box {
	background: #ff8317;
}
.otanoshimiArea .h2_box h2 {
	background: url(../images/common/h2_otanoshimi.png) no-repeat left center;
	padding-left: 75px;
}
.otanoshimiArea h3 {
	color: #ff8317;
	border-bottom: 2px solid #ff8317;
	margin: 0 0 20px 0;
}
.otanoshimiArea h3:before {
	background: url(../images/otanoshimi/icon01.png) no-repeat;
}
.otanoshimiArea .btn {
	background: #ff8317;
}

/* ブログパーツ */
.otanoshimiArea .blog_txt {
	background: url(../images/otanoshimi/blog/line.png) repeat-x left top;
	padding-top: 20px;
	margin-bottom: 20px;
}
.otanoshimiArea .blog_txt span {
	background: url(../images/otanoshimi/blog/line.png) repeat-x left bottom;
	display: block;
	padding-bottom: 20px;
}
.otanoshimiArea #blog {
	background: url(../images/otanoshimi/blog/bg_blog.gif) no-repeat;
	width: 625px;
	margin: 0 auto 70px auto;
}
.otanoshimiArea #blog .blogParts {
	height: 300px;
	width: 150px;
	float: left;
	margin-top: 63px;
	padding-left: 128px;
}
.otanoshimiArea #blog .blogCode {
	float: right;
	width: 275px;
	padding-top: 110px;
	padding-right: 20px;
}
.otanoshimiArea #blog .blogCode textarea {
	height: 125px;
	width: 275px;
	overflow: hidden;
	line-height: 1.6em;
}
.otanoshimiArea #blog .noice {
	font-size: 14px;
}
.otanoshimiArea #blog .noice li {
	margin-bottom: 5px;
}

/*　かべがみ　*/
.otanoshimiArea .txt01 {
	font-size: 16px;
	color: #7a2220;
}
.otanoshimiArea .txt01 span {
	font-weight: bold;
}
.otanoshimiArea .kabegami {
	border: 4px solid #ff8317;
	padding: 13px;
	border-radius: 10px;
	margin-bottom: 22px;
	width: 304px;
	float: left;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.otanoshimiArea .kabegami:nth-child(odd) {
	margin-right: 22px;
}
.otanoshimiArea .kabegami .tc {
	max-height: 203px;
}
.otanoshimiArea .kabegami .dl_txt {
	color: #ff8317;
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
}
.otanoshimiArea .kabegami .btn {
	color: #FFF;
	text-align: left;
	width: 100%;
}
.otanoshimiArea .btn a {
	position: relative;
	padding-left: 40px;
}
.otanoshimiArea .btn a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	background: url(../images/otanoshimi/icon_arrow.png) no-repeat;
	width: 30px;
	height: 30px;
	margin-top: -14px;
}
.otanoshimiArea .howto {
	margin: 15px 20px 50px 20px;
}
.otanoshimiArea .howto h4 {
	background: url(../images/otanoshimi/index/tit01.png) no-repeat;
	width: 624px;
	height: 39px;
	margin-bottom: 25px;
}
.otanoshimiArea .howto dl {
	font-size: 16px;
	color: #7a2220;
	margin: 0 13px 30px 13px;
	letter-spacing: -1px;
}

/*　投稿コーナー　*/
.form_lead_txt {
	font-size: 18px;
	color: #7a2220;
}
.orange {
	color: #ff8317;
}
.otanoshimiArea .toko {
	background: #EFEEEC;
	padding: 20px 20px 10px 15px;
	margin-bottom: 30px;
}
.otanoshimiArea .toko .entry_date {
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	font-size: 14px;
	margin-bottom: 15px;
	margin-left: 10px;
	color: #7a2220;
}
.otanoshimiArea .toko ul {
	overflow: hidden;
	margin-right: -30px;
	font-size: 0;
}
.otanoshimiArea .toko li {
	display: inline-block;
	vertical-align: top;
	width: 194px;
	word-wrap: break-word;
	margin-bottom: 20px;
	margin-right: 28px;
}
.otanoshimiArea .toko li img {
	padding-left: 7px;
}
.otanoshimiArea .toko li p {
	font-size: 12px;
}
.otanoshimiArea .toko li .entry_name {
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	color: #FF7E00;
	background: url(../images/otanoshimi/form/star_orange.gif) no-repeat left center;
	padding-left: 30px;
	margin-bottom: 5px;
}
.otanoshimiArea .cnts02 {
	background: url(../images/otanoshimi/form/form_character.gif) no-repeat right 80px;
}
.otanoshimiArea .cnts02 dl {
	margin-bottom: 15px;
}
.otanoshimiArea .cnts02 dt {
	color: #ff8317;
	font-size: 18px;
	margin-bottom: 5px;
}
.otanoshimiArea .cnts02 dd {
	font-size: 14px;
	margin-bottom: 3px;
	word-wrap: break-word;
	margin-left: 20px;
}
.otanoshimiArea .cnts02 .note01 {
	font-size: 19px;
	margin-bottom: 15px;
	line-height: 1;
	color: #7a2220;
}
.otanoshimiArea .cnts02 dd ul {
	margin-left: 15px;
}
.otanoshimiArea .cnts02 .note01 span {
	font-size: 12px;
	color: #B4B4B4;
	display: inline-block;
}
.otanoshimiArea .sample {
	margin-bottom: 30px;
}
.otanoshimiArea .sample li {
	width: 194px;
}
.otanoshimiArea .toko_btn {
	width: 400px;
	margin-bottom: 40px;
}
.otanoshimiArea .toko_btn a {
	padding-left: 0 !important;
}
.otanoshimiArea .toko_btn a:after {
	display: none;
}

/*　応募フォーム　*/
.form_box {
	border: 10px solid #EFEEEC;
	padding: 25px 30px;
	margin-bottom: 50px;
}
.form_box .txt01 {
	font-size: 13px;
	color: #ff8317;
	margin-bottom: 40px;
	text-align: right;
	color: #ff8317;
}
.form_box .txt01 .kome {
	position: relative;
	top: 4px;
	margin-right: 3px;
}
.form_box .kome {
	color: #ff8317;
	position: relative;
	left: 3px;
}
.form_box .dl01 {
	font-size: 14px;
}
.form_box .dt01 {
	float: left;
	width: 230px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.form_box .dd01 {
	margin-bottom: 10px;
	float: left;
}
.form_box .clear {
	clear: both;
	height: 0px;
	width: 100%;
	font-size: 0px;
}
.form_box .input01 {
	width: 250px;
}
.form_box .input02 {
	width: 60px;
	margin-right: 2px;
}
.form_box input, .form_box  textarea, .form_box select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
.form_box select {
	padding-bottom: 5px;
}
.f_none {
	float: none !important;
}
.form_box .textarea01 {
	width: 530px;
}
.form_box .input03 {
	font-size: 13px;
}
.form_box .txt02 {
	font-size: 13px;
	margin: 15px 0 30px 225px;
}
.form_box .txt02 a {
	text-decoration: underline;
	color: #000;
}
.form_box .txt02 a:hover {
	text-decoration: none;
}
.form_box .entry_btn {
	overflow: hidden;
	margin-bottom: 20px;
}
.form_box .entry_btn button {
	background-color: #ff8317;
	color: #FFF;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	padding: 10px 0;
	border-style: none;
	width: 185px;
	text-align: center;
	font-size: 22px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	cursor: pointer;
}
.form_box .entry_btn button:first-child {
	margin-right: 40px;
	margin-left: 100px;
}
.form_box .entry_btn button:hover {
	opacity: 0.7;
}

/* ゲームであそぼう！ */
.otanoshimiArea .otanoshimi_cl {
	margin: 0 25px 35px 25px;
	border-bottom: 3px dotted #792221;
	padding-bottom: 35px;
	overflow: hidden;
}
.otanoshimiArea .otanoshimi_box {
	float: left;
	width: 300px;
}
.otanoshimiArea .otanoshimi_box:nth-child(odd) {
	margin-right: 20px;
}
.otanoshimiArea .otanoshimi_box .btn {
	width: 100%;
}
.otanoshimiArea .otanoshimi_box .btn a {
	padding: 15px 0;
}
.otanoshimiArea .otanoshimi_box dl {
	/*margin: 0 23px;*/
}
.otanoshimiArea .otanoshimi_box.noline {
	padding-bottom: 0;
	border-bottom: none;
}
.otanoshimiArea .otanoshimi_box dt {
	text-align: center;
	margin-bottom: 10px;
}
.otanoshimiArea .otanoshimi_box .experience {
	border: 4px solid #ff8317;
	background: #FFF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.otanoshimiArea .otanoshimi_box .experience a {
	color: #ff8317;
}
.otanoshimiArea .otanoshimi_box .experience a:after {
	background: none;
	display: none;
}

/* キャンペーン */
.otanoshimiArea .otanoshimi_box02 {
	margin: 0 25px 30px 25px;
	border-bottom: 2px dotted #792221;
	padding-bottom: 30px;
	overflow: hidden;
}
.otanoshimiArea .otanoshimi_box02 dl {
	overflow: hidden;
}
.otanoshimiArea .otanoshimi_box02 dt {
	float: left;
	margin-right: 20px;
	width: 190px;
}
.otanoshimiArea .otanoshimi_box02 dd {
	float: left;
	width: 410px;
}
.otanoshimiArea .otanoshimi_box02 .txt01 {
	font-size: 25px;
	color: #ff8317;
	line-height: 1.2;
	margin-bottom: 10px;
}
.otanoshimiArea .otanoshimi_box02 .period {
	font-size: 21px;
	color: #7a2220;
}
.otanoshimiArea .otanoshimi_box02 .period span {
	display: inline-block;
	background: #ff8317;
	border-radius: 20px;
	padding: 7px 20px 10px 20px;
	color: #FFF;
	line-height: 1;
	text-align: center;
	margin-right: 15px;
}

/*------------------------------------------------------------
広告バナー（共通）
------------------------------------------------------------*/
#main .ad_banner li {
	margin-bottom: 8px;
}

/*------------------------------------------------------------
共通右カラム
------------------------------------------------------------*/

/*　サイドバナー　*/
#side #app {
    border: 1px solid #e2e2e2;
    margin-bottom: 10px;
    height: 250px;
    padding: 14px;
}
#side #app a {
    /* padding: 14px; */
    display: block;
    height: 250px;
}
/*#side #app {
	border: 1px solid #e2e2e2;
	margin-bottom: 10px;
	height: 280px;
}
#side #app a {
	padding: 14px;
	display: block;
	height: 250px;
}*/
#side #app img {
	border: 1px solid #c8c8c8;
}
#side #app iframe {
	top: 15px !important;
	left: 15px !important;
}

/*　SNS　*/
#side .sns {
	overflow: hidden;
	margin-bottom: 10px;
}
#side .sns li {
	float: left;
}
#side .sns li:nth-child(2n-1) {
	margin-right: 8px;
}
#side .sns li a {
	background: url(../images/common/footer_sns_btn01.png) no-repeat;
	width: 161px;
	height: 107px;
	display: block;
}
#side .sns li.fb a {
	background-position: 0 0px;
}
#side .sns li.line a {
	background-position: -169px 0;
}

#side .btn-sbm {
	overflow: hidden;
	margin-bottom: 30px;
}
#side .btn-sbm li {
	float: left;
}
#side .btn-sbm li:nth-child(3n-1) {
	margin:0 4px;
}
#side .btn-sbm li a {
	background: url(../images/common/footer_sns_btn02.png) no-repeat;
	height: 65px;
	display: block;
}
#side .btn-sbm li.btnFaceBook a {
	background-position: 0 0px;
	width: 107px;
}
#side .btn-sbm li.btnLine a {
	background-position: -111px 0;
	width: 108px;
}
#side .btn-sbm li.btnTwitter a {
	background-position: -223px 0;
	width: 107px;
}
#side #timeline {
	margin-bottom: 35px;
}
#side #timeline blockquote {
	display: none;
}
/* オススメ */
#side #osusume {
	background: #fff;
	padding: 0;
	margin-bottom: 15px;
}
#side #osusume h2 {
	background: url(../images/common/osusume_tit.png) repeat;
	font-size: 23px !important;
	padding: 2px 5px 5px 15px;
	margin-bottom: 5px;
}
#side #osusume .osusume_list li {
	border-bottom: 1px dashed #f43f34;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
#side #osusume .osusume_list li a {
	display: block;
	padding: 8px;
	overflow: hidden;
	font-size: 14px;
	color: #333333;
}
#side #osusume .osusume_list li span {
	float: left;
	width: 100px;
	margin-right: 10px;
	display: block;
	min-height: 100px;
	line-height: 100px;
	text-align: center;
	overflow: hidden;
	background: #FFFFFF;
}
#side #osusume .osusume_list li span img {
	vertical-align: middle;
	max-height: 100px;
}


/*------------------------------------------------------------
フッター
------------------------------------------------------------*/
#footer {
	background: #fff6b2;
	padding: 11px 0 25px 0;
	position: relative;
	border-top: 10px solid #d42d25;
	min-width: 1020px;
}
#footer .inner {
	overflow: hidden;
}
#footer .inner dl {
	float: left;
	width: 154px;
}
.f_list01 {
	margin-right: 12px;
}
.f_list02 {
	margin-right: 11px;
}
.f_list03 {
	margin-right: 11px;
}
.f_list04 {
	margin-right: 12px;
}
.f_list05 {
	margin-right: 11px;
}
#footer .inner dt {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	margin-bottom: 12px;
}
#footer .inner dt span {
	display: block;
	margin: 0 auto;
}
.f_list01 dt span {
	background: url(../images/common/footer_list01.png) no-repeat;
	width: 112px;
	height: 40px;
}
.f_list02 dt span {
	background: url(../images/common/footer_list02.png) no-repeat;
	width: 94px;
	height: 40px;
}
.f_list03 dt span {
	background: url(../images/common/footer_list03.png) no-repeat;
	width: 113px;
	height: 40px;
}
.f_list04 dt span {
	background: url(../images/common/footer_list04.png) no-repeat;
	width: 116px;
	height: 40px;
}
.f_list05 dt span {
	background: url(../images/common/footer_list05.png) no-repeat;
	width: 142px;
	height: 40px;
}
.f_list06 dt span {
	background: url(../images/common/footer_list06.png) no-repeat;
	width: 96px;
	height: 40px;
}
#footer .inner dd {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
}
#footer .inner dd a {
	display: block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	padding: 8px 23px 8px 10px;
	position: relative;
}
#footer .inner dd a:after {
	background: url(../images/common/footer_icon.png) no-repeat;
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 7px;
	margin-top: -7px;
}
#footer .inner .f_list01 dd a {
	background: #d42d25;
}
#footer .inner .f_list02 dd a {
	background: #ff9a9a;
}
#footer .inner .f_list03 dd a {
	background: #93d1e3;
}
#footer .inner .f_list04 dd a {
	background: #50a377;
}
#footer .inner .f_list05 dd a {
	background: #ff8317;
}
#footer .inner .f_list06 dd a {
	background: #cc9aec;
}
.list_txt_s {
	font-size: 10px;
	background: none !important;
	width: auto !important;
	height: auto !important;
	display: block !important;
	line-height: 1;
}
#header .list_txt_s {
	font-size: 14px;
}
#footer .copyright {
	background: #d42d25;
	position: absolute;
	width: 100%;
	min-height: 123px;
}
#footer .copyright .inner {
	position: relative;
	min-height: 123px;
}
#footer .copyright p {
	background: url(../images/common/copyright.png) no-repeat;
	width: 439px;
	height: 13px;
	margin-top: 25px;
}
#page-top {
	top: 15px;
	position: absolute;
	right: 15px;
}
#page-top a {
	display: block;
	background: url(../images/common/pagetop.png) no-repeat;
	width: 49px;
	height: 50px;
}


/* ヘッダーGOODSリスト */
#menu_list #goods .nav_menu_inner li {
	width: 263px;
}
#menu_list #goods .nav_menu_inner li:first-child {
	width: 210px;
}
#menu_list .nav_menu_inner li:last-child {
	background: none;
}
#header .more_list ul {
	overflow: visible !important;
	margin: 0 15px;
	width: auto !important;
}
#header .more_list li {
	float: none;
	width: 230px !important;
	font-size: 18px;
	font-weight: bold;
	font-family: "じゅん 501", Sans-serif;
	margin-bottom: 5px;
	display: block;
	background: none !important;
	text-align: left !important;
}
#header .more_list li a {
	display: block;
	padding: 13px 38px 13px 20px;
	color: #006f56;
	position: relative;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	border: 2px solid #FFFFFF;
	background: url(../images/top/more_list_bg.png) repeat;
	line-height: 1.3;
}
#header .more_list li a:after {
	content: '';
	background: url(../images/top/icon_accordion.png) no-repeat;
	width: 25px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 13px;
	margin-top: -13px;
}
#header #goods .more_list li a:after {
	background-position: -60px 0;
}


/*------------------------------------------------------------
404 NOTFOUND
------------------------------------------------------------*/
.notfound #contents {
	margin: 120px auto;
}
.notfound #contents #main {
	text-align: center;
	width: auto;
	float: none;
	margin: 0 10px;
}
.notfound #side {
	display: none;
}
.notfound #contents #main .txt {
	margin: 0 0 40px 0;
}
.notfound #contents #main .btn {
	background: #d42d25;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 25px;
	width: 296px;
	margin: 0 auto;
}
.c404 {
	/* goods,world用 */
	text-align: center;
	padding: 50px 0;
}


/*------------------------------------------------------------
共通マージン
------------------------------------------------------------*/
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb75 {
	margin-bottom: 75px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
.mb85 {
	margin-bottom: 85px !important;
}
.mb90 {
	margin-bottom: 90px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt40 {
	padding-top: 40px !important;
}
/*------------------------------------------------------------
　災害お見舞いエリア
------------------------------------------------------------*/
.sympathy{background:#fff;width:auto;border-top:10px solid #d42d25;}
.sympathy_inner{width:800px;margin:18px auto;border:#5e5e5e 1px solid;padding:15px 20px;font-size:14px;color:#373737;text-align:center;}
.sympathy_inner .title{font-size:19px;}
.sympathy_inner .s_right{text-align:right;}


/*------------------------------------------------------------
　201702add / footer告知 
------------------------------------------------------------*/
.foot_anounce {
font-size:19px;
clear:both;
margin:0 auto;
text-align:center;
}