@charset "utf-8";
/* CSS Document */
body {
	min-height:480px;
}

p {
	line-height:1.5;
}

a:link {
	color:#29ABE2;
}
a:visited {
	color:#29ABE2;
}
#global_header_s{
	height: 82px;
}

hgroup .logo {
	float:none;
}

#bannerArea {
	margin:15px 0;
}

#slides .slides_container {
display:block;
}
#page_title {
    margin:0!important;
    border-radius:0px!important;
    -webkit-border-radius:0px!important;
}

.upNavigation {
    border-top:1px solid #CCC;
    border-left:1px solid #CCC;
    border-right:1px solid #CCC;
    border-bottom:none;
}

.info_list a {
    font-size:80%;
    line-height:1.3;
}

#dempa {
	margin:0 0 8px 0;
}

#dempa ul{
	width:100%;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	display: -webkit-box;
	display: -moz-box;
}

#dempa ul li {
	-webkit-box-flex: 1;　/* Safari,Google Chrome用 */
	-moz-box-flex: 1;　/* Firefox用 */
}

#dempa ul li a{
	display:block;
	min-height:28px;
	color: #ffffff /*{a-bar-color}*/;
	padding-top:14px;
	background: #29abe2 /*{a-bar-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #2dbcf8 /*{a-bar-background-start}*/), to( #2499cb /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #2dbcf8 /*{a-bar-background-start}*/, #2499cb /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #2dbcf8 /*{a-bar-background-start}*/, #2499cb /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #2dbcf8 /*{a-bar-background-start}*/, #2499cb /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #2dbcf8 /*{a-bar-background-start}*/, #2499cb /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #2dbcf8 /*{a-bar-background-start}*/, #2499cb /*{a-bar-background-end}*/);
	text-align:center;
	border-right:1px solid #29abe2;
 -webkit-tap-highlight-color: #FF6;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 1px /*{a-bar-shadow-radius}*/ #444444 /*{a-bar-shadow-color}*/;
}

.main_content {
	clear:both;
}

.ui-header {
	margin-bottom:16px;
}

#touchImg img {
	border:1px solid #ccc;
	margin:14px 0;
}

.smallImg img {
	top:35%;
}

.value {
	margin-top:16px;
}

#another {
	padding:0;
}

#alertLink {
    width:96%;
    border:2px solid #E6406B;
    margin:0 auto 10px auto;
}

#alertLink p {
}

#alertLink a {
    line-height:1.3;
    font-weight:bold;
    color:#E6406B;
    display:block;
    width:96%;
    height:100%;
}

#contents_bangumi {
	margin-bottom:10px;
}

.catch {
	margin-bottom:16px;
}

.extxt a:link,
.extxt a:visited{
font-size: 80%;
color: #920000!important;
text-decoration: underline;
}


.long-title {
  line-height: 1.3;
  margin-top: 10px;
}

.long-title-h1 {
  margin: 17px 8% 17px 20%;
}
