@charset "utf-8";
/* CSS Document */

/*==========================================
天SHOCKとは？
===========================================*/

/* about_title
===========================================*/
#container h2.about_title {
	height: 69px;
	background: url(../../images/guests/good/bg_good_title.png) repeat-x 0 0;
	color: #fff;
	font-size: 1.8rem;
	text-shadow: 1px 1px 3px #333;  
	line-height: 69px;
}
#container h2.about_title:before {
	display: inline-block;
	content: url(../../images/guests/about/about_title_icon.png);
	padding: 12px 10px 0 27px;
	vertical-align: top;
}

/* about-msg
===========================================*/
#container .about-msg {
	position: relative;
	background: url(../../images/guests/about/bg_about_msg.png) left top repeat;
	width: 880px;
	margin: 12px auto 0;
	padding: 20px 0 100px;
}
#container .about-msg .ten01 {
	position: absolute;
	top: 11px;
	left: 18px;
}
#container .about-msg .ten02 {
	position: absolute;
	right: 23px;
	bottom: 9px;
}
#container .about-msg h3 {
	border-top: 3px solid #e5004f;
	border-bottom: 3px solid #e5004f;
	margin: 0 60px 0 96px;
	padding: 4px 0 2px 30px;
	font-size: 2rem;
}
#container .about-msg .msg {
	margin: 0 20px 0 130px;
}
#container .about-msg .msg_gray {
	border: 1px solid #a0a0a0;
	background: #fffeff url(../../images/guests/about/bg_about_msg_gray.png) left top repeat-x;
	width: 580px;
	margin-top: 14px;
}
#container .about-msg .msg_gray ul {
	margin: 0 20px 14px;
	padding-top: 4px;
}
#container .about-msg .msg_gray ul li {
	background: url(../../images/guests/about/icon_about_check.png) left 2px no-repeat;
	margin-top: 10px;
	padding-left: 42px;
	font-size: 1.4rem;
	text-shadow: 1px 1px 1px #221714;  
}
#container .about-msg .msg p {
	margin-top: 18px;
	font-size: 1.1rem;
	font-weight: bold;
}
#container .about-msg .msg p .red {
	color: #fb0718;
}
#container .about-msg .msg p .ppl {
	color: #910682;
}
#container .about-msg .msg p .blue {
	color: #0a31fa;
}
#container .about-msg .msg p .lg {
	font-size: 1.8rem;
}
#container .about-msg .msg p .md {
	font-size: 1.4rem;
}
/* about-howto
===========================================*/
#container .about-howto {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 100px;
}
#container .about-howto h3 {
	border-top: 3px dotted #00b7ee;
	border-bottom: 3px dotted #00b7ee;
	background: url(../../images/guests/about/icon_about_clip.png) 4px center no-repeat;
	margin-top: 28px;
	padding: 8px 0  6px 56px;
	font-size: 1.4rem;
}
#container .about-howto ul.howto_left {
	float: left;
	width: 375px;
	margin: 15px 0 0 45px;
}
#container .about-howto .clear + ul.howto_left {
	margin-top: 50px;
}
#container .about-howto ul:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#container .about-howto ul.howto_left li {
}
#container .about-howto ul.howto_left li dt {
	display: table-cell;
	padding-right: 15px;
}
#container .about-howto ul.howto_left li dt span {
	color: #fff;
	background-color:#00a0e9;
	padding: 0;
	margin: 0;
	width: 24px;
	height: 24px;
	font-size: 1.1rem;
	line-height: 26px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
}
#container .about-howto ul.howto_left li dd {
	display: table-cell;
	font-size: 1.2rem;
}
#container .about-howto ul.howto_left li p.ten {
	margin-top: 20px;
	text-align: right;
}
#container .about-howto ul.howto_right {
	float: right;
	width: 295px;
}
#container .about-howto ul.howto_right li {
	margin: 30px 0 0;
	text-align: left;
}
#container .about-howto ul.howto_left li dt span.star {
	color: #910682;
	background-color: #fff;
	font-size: 1.3rem;
}
#container .about-howto .howline {
	margin-top: 70px;
	padding-top: 10px;
	border-top: 5px dotted #ccc;
}