@charset "UTF-8";
@import "/include/css/common.pc.css";

/* ---------------------------------------------------------
	CSS Document index
--------------------------------------------------------- */

#index {
	text-align: left;
}

#index .section {
	margin-bottom: 60px;
}

#index .section:last-child {
	margin-bottom: 0;
}

#index h3 {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 5px #808ebd;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#index h4 {
	height: 32px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 32px;
}

#index h4 span:first-child {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 15px;
	padding: 0 10px;
	background: #808db9;
	color: #fff;
}

#index p {
	margin-bottom: 20px;
}

#index dl {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 314px;
	margin-right: 14px;
	padding: 20px 0;
	border: solid 5px #e8eefc;
	text-align: center;
}

#index dl:last-child {
	margin-right: 0;
}

#index dl:hover {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}

#index dl:hover a {
	color: #fd6d16;
}

#index dt {
	margin-bottom: 10px;
}

#index dt span {
	display: block;
	width: 160px;
	margin: 0 auto 10px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	background: #fd6d16;
	font-size: 13px;
	line-height: 22px;
	color: #fff;
}

#index dd {
	font-size: 15px;
}

/* ---------------------------------------------------------
	CSS Document detail
--------------------------------------------------------- */

#detail {
	text-align: left;
}

#detail .section {
	margin-bottom: 40px;
}

#detail h3 {
	height: 32px;
	overflow: hidden;
	margin-bottom: 20px;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 32px;
}

#detail h3 span:first-child {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 15px;
	padding: 0 10px;
	background: #808db9;
	color: #fff;
}

#detail h4 {
	margin-bottom: 20px;
	padding-left: 10px;
	border-left: solid 5px #808ebd;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#detail p {
	margin-bottom: 20px;
}

#detail h5 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-bottom: 20px;
	padding: 0 10px;
	background: #808db9;
	font-weight: 100;
	font-size: 16px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document detail > box_manga
--------------------------------------------------------- */

#detail .list {
	margin-bottom: 20px;
	padding: 15px;
	border: solid 1px #ccc;
}

#detail .list li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-right: 4px;
}

#detail .list li:after {
	content: '|';
	margin-left: 10px;
}

#detail .list li:last-child:after {
	content: '';
	margin-left: 0;
}

/* ---------------------------------------------------------
	CSS Document detail > box_manga
--------------------------------------------------------- */

#detail .box_manga {
	margin-bottom: 20px;
}

#detail .box_manga li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	width: 234px;
	margin-right: 16px;
	padding: 15px 0 15px;
	background: #e8eefc;
	text-align: center;
}

#detail .box_manga li.nth4 {
	margin-right: 0;
}

#detail .box_manga span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 22px;
	margin-bottom: 10px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	background: #808ebd;
	font-size: 13px;
	line-height: 22px;
	color: #fff;
}

#detail .box_manga img {
	border: solid 1px #ccc;
}

/* ---------------------------------------------------------
	CSS Document detail > dl_profile
--------------------------------------------------------- */

#detail .dl_profile {
	margin-bottom: 20px;
	padding: 20px 30px;
	background: #e8eefc;
}

#detail .dl_profile dt {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 0 15px;
	margin-bottom: 10px;
	border-radius: 22px;
	-webkit-border-radius: 22px;
	background: #808ebd;
	font-size: 15px;
	line-height: 24px;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document detail > box_icon
--------------------------------------------------------- */

.box_icon .w80 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 95px;
}

.box_icon .w80 img {
	width: 80px;
	border-radius: 80px;
	-webkit-border-radius: 80px;
	border: solid 1px #ccc;
}

.box_icon .w900 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 900px;
}

/* ---------------------------------------------------------
	CSS Document detail > dl_column
--------------------------------------------------------- */

#detail .dl_column {
	margin-bottom: 20px;
}

#detail .dl_column dt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #fd6d16;
}

#detail .ul_column {
	margin-bottom: 20px;
}

#detail .ul_column li {
	margin-bottom: 10px;
	padding-left: 24px;
	background: url(/faq/include/images/icon.png) no-repeat 0 3px;
	background-size: 18px auto;
}

/* ---------------------------------------------------------
	CSS Document faq
--------------------------------------------------------- */

#faq {
	text-align: left;
}

#faq .section {
	margin-bottom: 40px;
}

#faq .section:last-child {
	margin-bottom: 0;
}

#faq h3 {
	margin-bottom: 15px;
	padding: 6px 5px 5px 5px;
	border-bottom: solid 2px #808fbb;
	background: #e8eefc;
	font-weight: 100;
	font-size: 18px;
	line-height: 1.2;
}

#faq h4 {
	margin-bottom: 15px;
	padding-left: 10px;
	border-left: solid 5px #808ebd;
	font-weight: 100;
	font-size: 16px;
	line-height: 1.2;
}

#faq p {
	margin-bottom: 20px;
}

#faq .ul_faq {
	margin-bottom: 20px;
}

#faq .ul_faq li {
	margin-left: 20px;
	list-style: disc;
}
