@charset "UTF-8";
/**
 * 下層共通
 */
/**
 * 目次
 *
 * 01.   COMMON STYLE
 *    - common
 *    - box
 *    - form
 *    - icon
 *    - list
 *    - table
 *    - text
 *    - title
 * 02.   WRAPPER
 * 03.   HEADER
 * 04.   NAVIGATION
 * 04.   TOPICPATH
 * 05.   CONTENTS
 * 06.   FOOTER
 * 07.   UTILITY
 * 08.   404 NOT FOUND
 *
 */
/* ==========================================================================
	COMMON STYLE
	========================================================================== */
/* common
	===================================== */
.box-shadow {
  -webkit-box-shadow: 2px 2px 1px rgba(255, 115, 162, 0.25);
  -moz-box-shadow: 2px 2px 1px rgba(255, 115, 162, 0.25);
  -ms-box-shadow: 2px 2px 1px rgba(255, 115, 162, 0.25);
  -o-box-shadow: 2px 2px 1px rgba(255, 115, 162, 0.25);
  box-shadow: 2px 2px 1px rgba(255, 115, 162, 0.25);
  position: relative;
  zoom: 1;
}

#pagetop {
  bottom: 25px;
  position: fixed;
  right: 25px;
  z-index: 1000;
}

/* box
	===================================== */
	
#contents {width: 1000px;
margin: 0 auto;}

h6 {
	font-size: 20px;
	line-height: 1.6;
	font-weight: normal;
	padding-bottom: 15px;
}
.inner {
  margin: 0 auto;
  width: 1000px;
}

.sidebar1 {
	float: left;
	width: 510px;
	padding-bottom: 25px;
	height: 360px;
}
.sidebar2 {
	float: left;
	width: 510px;
	padding-bottom: 25px;
	height: 370px;
}
.sidebar3 {
	float: left;
	width: 510px;
	padding-bottom: 25px;
	height: 390px;
}
.sidebar4 {
	float: left;
	width: 510px;
	padding-bottom: 25px;
	height: 620px;
}

.content {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
	width: 490px;
	float: left;
	height: 360px;
}
.content2 {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
	width: 490px;
	float: left;
	height: 370px;
}
.content3 {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
	width: 490px;
	float: left;
	height: 390px;
}
.content4 {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 25px;
	width: 490px;
	float: left;
	height: 620px;
}

.section {
  padding-bottom: 30px;
}

.box-wrap {
  overflow: hidden;
  width: 720px;
  letter-spacing: -.40em;
}
.box-wrap .box {
  margin-bottom: 20px;
  margin-right: 20px;
  width: 340px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.box-wrap3 {
  overflow: hidden;
  width: 720px;
  letter-spacing: -.40em;
}
.box-wrap3 .box {
  margin-bottom: 20px;
  margin-right: 20px;
  width: 220px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}

.box-colored {
  background-color: #fff2f6;
  padding: 20px;
}

.item-ltr {
  display: table;
}
.item-ltr .item-img {
  display: table-cell;
  margin: 0;
  padding-right: 20px;
  vertical-align: top;
  width: 1%;
  *width: auto;
  *float: left;
}
.item-ltr .item-text {
  display: table-cell;
  vertical-align: top;
  *zoom: 1;
}

.item-rtl {
  direction: rtl;
  display: table;
  text-align: right;
}
.item-rtl .item-img {
  direction: ltr;
  display: table-cell;
  margin: 0;
  padding-left: 20px;
  text-align: left;
  vertical-align: top;
  width: 1%;
  *width: auto;
  *float: right;
}
.item-rtl .item-text {
  direction: ltr;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  *zoom: 1;
}

.step-box {
  background: url(img/icon_step.gif) no-repeat center bottom;
  margin-top: 20px;
  padding-bottom: 27px;
}

.step-last {
  background: none;
  padding-bottom: 0;
}

/* form
	===================================== */
/* icon
	===================================== */
.icon-arrow {
  background: url(img/icon_arrow_p.png) no-repeat left center;
  padding-left: 20px;
}

.icon-num01 {
  background: url(img/icon_num01.png) no-repeat left top;
  padding-top: 32px;
}

.icon-num02 {
  background: url(img/icon_num02.png) no-repeat left top;
  padding-top: 32px;
}

.icon-num03 {
  background: url(img/icon_num03.png) no-repeat left top;
  padding-top: 32px;
}

.icon-num04 {
  background: url(img/icon_num04.png) no-repeat left top;
  padding-top: 32px;
}

.icon-num05 {
  background: url(img/icon_num05.png) no-repeat left top;
  padding-top: 32px;
}

.icon-num06 {
  background: url(img/icon_num06.png) no-repeat left top;
  padding-top: 32px;
}

/* list
	===================================== */
.disc, .decimal, .katakana {
  padding-left: 1.5em;
}

.disc > li {
  list-style-type: disc;
}

.decimal > li {
  list-style-type: decimal;
}

.katakana > li {
  list-style-type: katakana;
}

.anchor-list {
  background-color: #fff2f6;
  letter-spacing: -.40em;
  text-align: center;
  margin-bottom: 30px;
  padding: 10px;
}
.anchor-list li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
  margin-right: 20px;
}

.list-arrow > li a {
  background: url(img/icon_arrow_p.png) no-repeat left center;
  padding-left: 20px;
}

/* table
	===================================== */
table .w5 {
  width: 5%;
}
table .w20 {
  width: 20%;
}
table .w25 {
  width: 25%;
}
table .w28 {
  width: 28%;
}
table .w30 {
  width: 30%;
}
table .w36 {
  width: 36%;
}

table.table-style01 {
  width: 100%;
}
table.table-style01 th {
  background-color: #fff2f6;
  border: 1px solid #ffe5ee;
  font-weight: bold;
  padding: 10px;
  vertical-align: top;
}
table.table-style01 th p, table.table-style01 th li {
  font-size: 100%;
}
table.table-style01 td {
  background-color: #fff;
  border: 1px solid #ffe5ee;
  padding: 10px;
}
table.table-style01 td p, table.table-style01 td li {
  font-size: 100%;
}

/* text
	===================================== */
p {
  font-size: 107.69231%;
}

li {
  font-size: 107.69231%;
}

li p {
  font-size: 100%;
}

li li {
  font-size: 100%;
}

dt, dd {
  font-size: 107.69231%;
}

.attention {
  color: #ff73a2;
}

.caption {
  padding-top: 5px;
  font-size: 71.42857%;
}

p.notes,
.notes li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 92.30769%;
}

.mark {
  color: #ff73a2;
  font-size: 100%;
}

.indent,
span.indent,
ul.indent li {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

/* title
	===================================== */
.page-title {
  padding-bottom: 33px;
  text-align: center;
}

.ttl-contents {
  margin: 46px auto 20px;
  position: relative;
  width: 227px;
}

#main .ttl {
  background: url(img/bg_ttl.png) no-repeat right bottom;
  margin-bottom: 13px;
  padding-left: 15px;
  padding-right: 116px;
  padding-top: 35px;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
#main .ttl .new {
  position: absolute;
  top: -28px;
  right: 85px;
}

.sttl01 {
  background: url(img/bg_sttl01.png) no-repeat left top;
  color: #ff73a2;
  font-weight: bold;
  height: 101px;
  padding-left: 44px;
  padding-top: 23px;
  width: 744px;
  font-size: 200%;
  position: absolute;
  left: -10px;
  top: 17px;
}

.sttl02 {
  background: url(img/bg_sttl02.png) repeat-x left bottom;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 0 8px;
  font-size: 169.23077%;
}

.sttl03 {
  color: #ff73a2;
  font-weight: bold;
  line-height: 1.67;
  font-size: 123.07692%;
}

.sttl04 {
  border-bottom: 1px solid #ffe5ee;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 107.69231%;
}

.sttl05 {
  background-color: #fff2f6;
  border-left: 5px solid #ffccde;
  color: #ff73a2;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 7px 5px 7px 10px;
  font-size: 123.07692%;
}

/* ==========================================================================
	WRAPPER
	========================================================================== */
#wrapper {
  background: url(img/bg_wrapper.gif) repeat left top;
}

/* ==========================================================================
	HEADER
	========================================================================== */
#header-wrap {
  background: url(img/bg_header_top.gif) repeat-x left top;
  padding-top: 12px;
}

#header {
  background: url(img/bg_shoin_news.png) repeat-x center top;
}

#header-inner {
	background-repeat: no-repeat;
	background-position: center 15px;
	background-image: url(../images/bg.png);
}

#header-inner .inner {
	height: 420px;
	position: relative;
	background-image: url(../images/top.png);
	background-position: center 10px;
	background-repeat: no-repeat;
}


/* ==========================================================================
	NAVIGATION
	========================================================================== */
#nav {
  margin-top: -51px;
  position: relative;
}
#nav #note {
  /*display:none;
  left:-1000px;
  position:absolute;*/
}
#nav ul {
  margin-bottom: 0;
}
#nav ul li {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
  /*
  			$n1w: 96px;
  			$n2w: 136px;
  			$n3w: 125px;
  			$n4w: 118px;
  			$n5w: 106px;
  			$n6w: 126px;
  			$n7w: 80px;
  			$n8w: 173px;
  */
}
#nav ul li a, #nav ul li.active {
  background-image: url(img/bg_nav.png);
  background-repeat: no-repeat;
  height: 37px;
  display: block;
}
#nav ul li#nav01 {
  width: 96px;
}
#nav ul li#nav01 a {
  background-position: left top;
}
#nav ul li#nav01 a:hover, #nav ul li#nav01.active, #nav ul li#nav01.activeParent a {
  background-position: left -37px;
}
#nav ul li#nav02 {
  width: 133px;
}
#nav ul li#nav02 a {
  background-position: -96px top;
}
#nav ul li#nav02 a:hover, #nav ul li#nav02.active, #nav ul li#nav02.activeParent a {
  background-position: -96px -37px;
}
#nav ul li#nav03 {
  width: 119px;
}
#nav ul li#nav03 a {
  background-position: -229px top;
}
#nav ul li#nav03 a:hover, #nav ul li#nav03.active, #nav ul li#nav03.activeParent a {
  background-position: -229px -37px;
}
#nav ul li#nav04 {
  width: 112px;
}
#nav ul li#nav04 a {
  background-position: -348px top;
}
#nav ul li#nav04 a:hover, #nav ul li#nav04.active, #nav ul li#nav04.activeParent a {
  background-position: -348px -37px;
}
#nav ul li#nav05 {
  width: 139px;
}
#nav ul li#nav05 a {
  background-position: -460px top;
}
#nav ul li#nav05 a:hover, #nav ul li#nav05.active, #nav ul li#nav05.activeParent a {
  background-position: -460px -37px;
}
#nav ul li#nav06 {
  width: 119px;
}
#nav ul li#nav06 a {
  background-position: -599px top;
}
#nav ul li#nav06 a:hover, #nav ul li#nav06.active, #nav ul li#nav06.activeParent a {
  background-position: -599px -37px;
}
#nav ul li#nav07 {
  width: 74px;
}
#nav ul li#nav07 a {
  background-position: -718px top;
}
#nav ul li#nav07 a:hover, #nav ul li#nav07.active, #nav ul li#nav07.activeParent a {
  background-position: -718px -37px;
}
#nav ul li#nav08 {
  width: 168px;
}
#nav ul li#nav08 a {
  background-position: -792px top;
}
#nav ul li#nav08 a:hover, #nav ul li#nav08.active, #nav ul li#nav08.activeParent a {
  background-position: -792px -37px;
}

#lnav {
  background-color: #fff;
  background: white url(img/bg_side.gif) repeat-y 945px top;
  border: 5px solid #ffccde;
  border-radius: 20px;
  margin-top: -55px;
  padding: 15px 15px 10px;
  position: relative;
  letter-spacing: -.40em;
}
#lnav li {
  background: url(img/bg_lnav.gif) no-repeat right center;
  margin-bottom: 5px;
  text-align: center;
  width: 230px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
#lnav li a, #lnav li span.pre {
  background: url(img/icon_arrow_p.png) no-repeat 12px center;
  display: block;
  padding: 2px 10px 0 30px;
  text-align: left;
}
#lnav li:nth-child(4n) {
  background: none;
}

/* ==========================================================================
	TOPICPATH
	========================================================================== */
#topicpath {
  background: url(img/bg_topicpath.gif) repeat-x left 13px;
  height: 50px;
  margin-bottom: 10px;
  padding-bottom: 13px;
}
#topicpath ul {
  padding-top: 30px;
  letter-spacing: -.40em;
}
#topicpath ul li {
  background: url(img/icon_arrow_tp.png) no-repeat left center;
  color: #ff73a2;
  margin-left: 8px;
  padding-left: 15px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
#topicpath ul li a {
  color: #ff73a2;
}
#topicpath ul li:first-child {
  background: url(img/icon_home.png) no-repeat left top !important;
  margin-left: 0;
  padding-left: 0;
}
#topicpath ul li:first-child a {
  display: block;
  height: 12px;
  width: 12px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  zoom: 1;
}

/* ==========================================================================
	CONTENTS
	========================================================================== */
#contents-list {
  padding-left: 11px;
}
#contents-list li {
  margin-right: 15px;
  margin-bottom: 20px;
  width: 304px;
}
#contents-list li:nth-child(3n) {
  margin-right: 0;
}

#side {
  background: white url(img/bg_side.gif) repeat-y 155px top;
  border: 5px solid #ffccde;
  border-radius: 20px;
  float: left;
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
  width: 160px;
}
#side .category {
  position: absolute;
  left: -30px;
  top: -25px;
}
#side ul {
  padding-bottom: 15px;
}
#side ul li {
  border-top: 1px solid #ffccde;
}
#side ul li.ttl {
  background-color: #fff2f6;
  color: #ff73a2;
  padding: 5px;
  text-align: center;
}
#side ul li:last-child {
  border-bottom: 1px solid #ffccde;
}
#side ul li.active, #side ul li.activeParent {
  background-color: #ffe5ee !important;
}
#side ul li.active,
#side ul li a {
  background: url(img/icon_arrow_p.png) no-repeat 10px center;
  display: block;
  line-height: 1.3;
  padding: 13px 10px 13px 30px;
  position: relative;
  text-decoration: none;
}
#side ul li .cs {
  color: #ccc;
  display: block;
  line-height: 1.3;
  padding: 13px 10px 13px 30px;
  position: relative;
}

#main {
  float: right;
  width: 760px;
}
#main .main-in {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 120px 30px 0;
  position: relative;
}
#main .main-in.notitle {
  padding-top: 30px;
}

.ml {
  vertical-align: middle;
}

/* ==========================================================================
	FOOTER
	========================================================================== */
#banner {
  background-color: #fffef2;
  margin: 30px auto 50px;
  padding: 15px;
  width: 930px;
}
#banner ul {
  margin-bottom: 0;
}
#banner ul li {
  margin-right: 10px;
}
#banner ul li:last-child {
  margin-right: 0;
}

#footer-wrap {
  background: url(img/bg_footer_top.png) repeat-x center top;
  color: #fff;
  padding-top: 64px;
}
#footer-wrap a {
  color: #fff !important;
  text-decoration: none;
}
#footer-wrap a:hover {
  text-decoration: underline;
}
#footer-wrap #footer {
	background-color: #17b9dc;
	border-bottom: 1px dashed #fff;
	padding-bottom: 5px;
}
#footer-wrap #footer .inner {
  background: url(img/bg_footer.gif) no-repeat center 8px;
  position: relative;
}
#footer-wrap #footer .inner .logo {
  padding-top: 44px;
  text-align: center;
}
#footer-wrap #footer .inner .copy {
  padding-bottom: 30px;
  padding-top: 8px;
  text-align: center;
}
#footer-wrap #footer .inner .fnav-box {
  float: left;
  padding-right: 10px;
  width: 182px;
}
#footer-wrap #footer .inner .fnav-box h3 {
  background: url(img/icon_arrow_w.png) no-repeat left center;
  padding-left: 20px;
  font-size: 123.07692%;
}
#footer-wrap #footer .inner .fnav-box ul {
  padding-left: 20px;
  padding-top: 15px;
}
#footer-wrap #footer .inner .fnav-box ul li {
  margin-bottom: 5px;
  font-size: 92.30769%;
}
#footer-wrap #footer-bottom {
	background-color: #17b9dc;
	padding: 8px 0;
}
#footer-wrap #footer-bottom li {
  border-right: 1px solid #fff;
  margin-right: 10px;
  padding-right: 10px;
  font-size: 92.30769%;
}
#footer-wrap #footer-bottom li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
#footer-wrap #footer-bottom p {
  font-size: 92.30769%;
}

/* ==========================================================================
	UTILITY
	========================================================================== */
/* ==========================================================================
	404 NOT FOUND
	========================================================================== */
#left {
	width:460px;
}
