@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :end_sp.css
 style info :endカテゴリページ用CSS
=================================================================== */

/* -----------------------------------------------------------
  topics index
----------------------------------------------------------- */
img {
  width: 100%;
  height: auto;
}
.displayPC {
  display: none;
}
.displaySP {
  display: block;
}

/*         header
========================================== */

header {
  width: 100%;
  margin: 0 auto;
}
#aeonlogoSP {
  padding: 0;
}

header #aeonlogoSP {
  width: 33.9%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header #logo {
  width: 114px;
  float: left;
}
header .layer {
  border-bottom: 1px #d6d6d6 solid;
}
header > ul {
  float: left;
  width: 66.1%;
}
header > ul li {
  float: left;
  border-left: 1px solid #94908e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 51.54%;
}

header > ul li:first-child {
  width: 48.46%;
}
header .sitemenu_sub {
  width: 100%;
}

.g_navi li {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*         footer
========================================== */

footer #footer_top_box {
  width: 100%;
}
.planting a img {
  width: 111px;
}

/*         contents
========================================== */
#main {
  width: 100%;
}
#contents_inside {
  padding-top: 0;
  width: 100%;
}

#bunkatsu{
  width:94%;
  margin:20px auto;
}
#bunkatsu .text_top {
  background:none;
  padding-top: 7px;
  width:100%;
  margin: 0 auto;
}
#bunkatsu .text_top .text_bottom {
  background:none;
  padding-bottom: 7px;
}
#bunkatsu .text_top .text_bottom .text_main {
  background:none;
	border:3px solid #a3016e;
	border-radius: 5px;
  padding: 30px 0 30px 0;
}
#bunkatsu .text_top .text_bottom .text_main p {
  text-align: center;
}
#bunkatsu .text_top .text_bottom .text_main p.lead {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #a3016f;
  padding-bottom: 20px;
	width: 90%;
	margin: 0 auto;
	padding-left: 0;
	text-align: center;
}
#bunkatsu .text_top .text_bottom .text_main p.implementation {
  font-size: 13px;
	font-weight: bold;
  color: #333333;
  line-height: 1.6;
	width: 80%;
	margin: 0 auto;
}
#bunkatsu .text_top .text_bottom .text_main p.implementation a {
  color: #a3016f;
	font-weight: normal;
  text-decoration: underline;
	word-wrap: break-word;
	word-break: break-all;
}
#bunkatsu .text_top .text_bottom .text_main p.implementation a:hover {
  text-decoration: none;
}

.page_top {
  display: none;
}


