@charset "UTF-8";
/*
Theme Name: ver.2.0「クレヨンしんちゃん 嵐を呼ぶ 炎のカスカベランナー!!」公式サイト
Description: お問い合わせローカライズ版
Version: 2.0
Author: bushiroad
*/

/* ==========================================================
  YUI element reset
========================================================== */
/* YUI 3.8.1 (build 5795) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/*
  TODO will need to remove settings on HTML since we can't namespace it.
  TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
}

/*
  TODO remove settings on BODY since we can't namespace it.
*/
/*
  TODO test putting a class on HEAD.
    - Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

header,
footer,
nav,
section,
article,
figure,
aside {
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  line-height: 0;
  vertical-align: bottom;
}

div {
  word-wrap:break-word;
}

/*
  TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* ==========================================================
  YUI fontreset
========================================================== */
/* YUI 3.8.1 (build 5795) Copyright 2013 Yahoo! Inc. http://yuilibrary.com/license/ */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  /* for IE */
  *font: x-small;
  /* for IE in quirks mode */
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea {
  font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

/* ===========================================================
 * Base
 * ===========================================================*/
body {
  color: #3c3c3c;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: small;
  line-height: 1.4;
}

/* IE6 base font */
* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* Safari Formに関するcssの初期化 
* {
  -webkit-appearance: none;
}*/

/* CLEARFIX
========================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


/* ==============================================================================
	Module
============================================================================== */
.floatLeft {float:left;}
.floatRight {float:right;}
.clearBoth {clear:both;}
.mR10 {margin-right:10px;}
.mL10 {margin-left:10px;}
.mB10 {margin-bottom:10px;}
.mT10 {margin-top:10px;}

.alignCenter {text-align: center;}


a,
a:visited {color: #2983E8;}
a:hover {color: #67BBE7;}


/* ==============================================================================
	TOP
============================================================================== */
body {
	background: url(images/shared/bg.gif) repeat-y center 0 #899aca;
  font-size: 14px;
  line-height: 1.5;
	text-align:left;
}

#wrap {
	background:url(images/top/bg_header.jpg) no-repeat center 0;
  min-width: 960px;
}

#contents {
	margin: 0 auto;
	width: 960px;
}

.pagetop {
  position: absolute;
  right: 0;
  bottom: 0;
}
.img_02_02 .pagetop {
  bottom: 10px;
}


/*  Header
------------------------------------------------------------------ */
body#top header {
  height: 704px;
}

h1 {
  text-align: center;
  padding: 9px 0 195px;
}

p.twitter {
  float: left;
  padding: 0 0 0 16px;
}

p.btn_tokuten {
  float: right;
  margin: -58px 16px 0 0;
}

div.snsArea {
  clear: both;
  float: right;
  height: 136px;
  margin: -147px 41px 0 0;
  width: 215px;
}

p.qr {
  float: left;
}

p.googlplay {
  float: right;
  padding: 0 0 8px;
  width: 119px;
}

p.appstore {
  float: right;
}

ul.sns {
  clear: both;
  padding: 15px 0 0 11px;
}
  ul.sns li {
    float: left;
    width: 80px;
  }


/*  Gnavi
------------------------------------------------------------------ */
nav#gnavi {
  height: 86px;
  margin: 0 auto;
  width: 956px;
}

nav#gnavi ul li {
  float: left;
}


/*  topics
------------------------------------------------------------------ */
section#topics {
  background: url(images/top/bg_topics.png) no-repeat 0 0;
  height: 257px;
  padding: 40px 0 0 244px;
}

div.news {
  color: #472d0b;
  font-weight: bold;
  height: 160px;
  overflow: auto;
  width: 660px;
}

div.news dl {
  border-bottom: 1px dotted #000;
  margin: 0 0 10px
}
  div.news dl dt {
    float: left;
    width: 90px;
    padding: 4px 10px;
  }
  div.news dl dd {
    float: left;
    padding: 4px 0;
    width: 520px;
  }


/*  about
------------------------------------------------------------------ */
div.img_01_02 {
  background: url(images/top/img_01_02.png) no-repeat 0 0;
  height: 197px;
  padding: 133px 0 0 19px;
}

div.img_01_03 {
  background: url(images/top/img_01_03.png) no-repeat 0 0;
  height: 203px;
  padding: 10px 80px 0 70px;
  position: relative;
}


/*  friends
------------------------------------------------------------------ */
div.img_02_02 {
  background: url(images/top/img_02_02.png) no-repeat 0 0;
  height: 573px;
  position: relative;
}


/*  info
------------------------------------------------------------------ */
div.img_03_01 {
  background: url(images/top/img_03_01.png) no-repeat 0 0;
  height: 208px;
  padding: 24px 72px 0;
  position: relative;
}

ul.gameinfo li {
  font-weight: bold;
  padding: 0 0 10px;
}


/*  footer
------------------------------------------------------------------ */
footer {
  text-align: center;
  padding: 0 0 20px;
}

div.game {
	background: url(images/top/bg_game.png) no-repeat 0 0;
	height: 122px;
	text-align: left;
	padding: 6px 40px 20px;
}

div.game ul {
	padding: 0 4px;
}
div.game ul li {
	border-right: 1px solid rgb(153, 153, 153);
	font-size: 12px;
	display: inline-block;
	margin: 0 0 5px;
	text-align: left;
	padding: 0 8px 0 4px;
}

.title {
	font-size: 12px;
}


/* ==============================================================================
  下層ページ共通
============================================================================== */
body.kasou section p, article p {
    margin: 0;
    padding: 0 8px 16px;
}

body.kasou #wrap {
  background:url(images/shared/bg_header_in.jpg) no-repeat center 0;
  min-height: 1000px;
}

body.kasou nav#gnavi {
  background: url(images/news/bg_news.png) no-repeat -2px 0;
}

/*  Header
------------------------------------------------------------------ */
body.kasou h1 {
  float: left;
  text-align: left;
  padding: 17px 0 0 11px;
}

p.btn_home {
  float: right;
  padding: 100px 6px 0 0;
  width: 98px;
}

.bg_article {
  background: url(images/shared/bg_body.png) no-repeat 0 0;
  position: relative;
}
  .bg_article p.pagetop {
    bottom: -30px;
  }

.bg_article_repeat {
  background: url(images/shared/bg_repeat.png) repeat-y 0 0;
  padding: 0 0 20px;
}

.bg_article_bottom {
  background: url(images/shared/bg_bottom.png) repeat-y 0 0;
}

article {
  background: url(images/shared/bg_article_repeat.gif) repeat-y 0 0;
  margin: 0 auto;
  padding: 20px 30px;
  width: 828px;
}

.icon_new {
  text-align: right;
  padding: 0 0 3px;
}

/*  下層記事タイトル
============================================================================== */
.day {
  color: #48270a;
  float: left;
}

dl.article_list h3 {
  color: #FFF;
}
  dl.article_list h3 a {
    color: #FFF;
  }
  dl.article_list h3 a:hover {
    text-decoration: none;
  }

dl.article_list dt {
  background: url(images/shared/icon_title.gif) no-repeat 10px center #48270a;
  margin: 0 0 26px;
  padding: 25px 40px 23px 65px;
}
dl.article_list dd {
  padding: 0 10px;
}

.article_bottom {
  padding:0 0 0 36px
}

.article_list {
  clear: both;
  padding: 0 0 40px;
}

.topicPath {
  font-size: 12px;
  padding: 0 0 20px;
}


/* ==============================================================================
  お問い合わせ
============================================================================== */
.attention {
  border: 2px solid rgb(228, 0, 125);
  margin: 0 8px 24px;
  padding: 8px;
  text-align: center;
}
.attention p {
    color: rgb(228, 0, 125);
    padding-bottom: 0;
}

article ul {
  list-style: disc outside none;
  padding: 0 0 0 40px;
  margin: 16px 0;
}

dl.detail,
dl.detail dt,
dl.detail dd{
  margin: 0;
  padding: 0;
  text-align: left;
}
dl.detail {
    margin: 0 16px;
}
dl.detail dt{
  background: #FDAD2A;
  padding: 4px 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
dl.detail dd{
  padding: 0 8px;
  margin-bottom: 14px;
}

dl.detail dt .note{ margin: 0 0 0 4px;}

dl.detail dd input,
dl.detail dd textarea {
  padding: 4px;
}

.btn_contact {
    margin: 0 0 0 18px;
    border: 0;
    width: 230px;
    height: 44px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: #E668A7;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-appearance: none;
}

input.btn_contact:disabled,
input.btn_contact:disabled:hover {
  opacity: .4;
  box-shadow: none;
  cursor:auto;
}

.btn_contact:hover{ box-shadow: 4px 4px 2px 0 rgba(0,0,0,0.5) inset;}

input,textarea{ width:60%;}
input[type="checkbox"],
input[type="radio"]{width:auto;}

.wpcf7-validation-errors,
.wpcf7-not-valid-tip-no-ajax{
  color:#fff;
  margin-left:8px;
  background:  #e4007d !important;
  border: 1px solid #fff!important
}

.wpcf7-not-valid-tip{
  color:#fff!important;
  background:  #75C226 !important;
  border: 1px solid #fff!important;
  padding: 0 5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#menu-contact_menu{
  list-style: none;
  margin:0 24px 0 0;
  text-align:center;
}

#menu-contact_menu li{
  background: url(images/common/bushimo/line_footer.png) no-repeat right center;
  margin: 0 auto 8px;
  padding: 0 8px 0 8px;
  display: inline-block;
}

#menu-contact_menu li:last-child{ background:none;}
article div.wpcf7-response-output {
  margin: 0 0.5em 1em;
  background: #75C226!important;
}

/*SPAM*/
.detailAcceptance {
  margin: 0 16px 8px;
}

.detailAcceptance_check {
  padding-bottom: 0;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: bold;
}

.detailAcceptance_txt {
  margin: 0 24px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng {
  color: #ff0000;
}