@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
html {
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	background: #f7f7f7 url(../img/pattern.png) repeat top left;
	font-family: "Roboto Condensed", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo" sans-serif;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: normal;
	color: #444;
	word-wrap: break-word;
	overflow-x: visible;
}
body * {
	zoom: 1;
}
a {
	color: #f3468c;
	text-decoration: none;
	cursor: pointer;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
a:hover {
	color: #f0166e;
	text-decoration: underline;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.contents {
	margin: 0 auto;
	padding: 20px 0;
	min-width: 320px;
	max-width: 920px;
}
.title01 {
	margin: 0 16px 100px;
	color: black;
	font-size: 2.5rem;
	font-weight: bold;
}
.title02 {
	margin: 0 0 30px;
	color: black;
	font-size: 2.0rem;
	font-weight: bold;
}
.title03 {
	margin: 0 0 30px;
	font-size: 1.6rem;
	font-weight: normal;
}
.text {
	margin: 0;
}
.sub {
	font-size: 1.15rem;
}
.demo {
	margin-top: 0;
	margin-right: 16px;
	margin-left: 16px;
	margin-bottom: 20px;
}
.demo a {
	display: block;
}
.demo .child {
	display: none;
	margin: 0 0 -1px;
	padding: 0;
	/* [disabled]border-color: #fff; */
	/* [disabled]border-style: solid; */
	/* [disabled]border-width: 1px; */
}
.demo .child .menu {
	background: #eaeaea;
	color: #5e5e5e;
}
.demo .child .menu:hover {
	background: #d0d0d0;
}
.demo .child > li {
	margin: 4px 0;
	padding: 0 16px;
	border-bottom: 1px dotted #dddddd;
}
.demo .child > li:last-child {
	border-bottom: 0;
}
.switch .menu:after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -1.4rem;
	content: '>';
	font-size: 1.4rem;
	font-weight: bold;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
.switch .menu.active:after {
	-moz-transform: translate(0, 50%);
	-ms-transform: translate(0, 50%);
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.child01 {
	/*border-bottom: 1px solid #ffffff;*/
}
.child02 {
	color: #5e5e5e;
}
.menu {
	display: block;
	position: relative;
	margin: 1px 0 0;
	padding: 10px;
}
.source {
	margin: 0;
	padding: 30px 0 0;
}
.demo03 .menu {
	background: #e36;
	color: #fff;
}
.demo03 .menu:hover {
	background: #c41041;
	text-decoration: none;
}
.demo04 .menu {
	background: #2cd;
	color: #fff;
}
.demo04 .menu:hover {
	background: #1997a4;
	text-decoration: none;
}
.demo05 .child > li {
	border-bottom: 0;
}
.demo05 .menu {
	color: #000;
	border-bottom: 2px solid #eaeaea;
}
.demo05 .menu:hover {
	background:#D7D7D7;
	text-decoration: none;
}
.q_tit{
	font-size: 1.6rem;
	color:#FF0004;
	margin-right:10px;
/*	font-family: monospace;*/
	font-weight: bold;}


.demo05 h2{
	font-size:1.8rem;}
.demo05 h3{
	font-size:1.5rem;
	margin-top:10px;}
.demo05 p{
	font-size:1.3rem;
	line-height:1.5em;
	margin-top:5px;}
.agreement ul li{
	font-size:1.3rem;
	margin-top:5px;
	line-height:1.5em;
	}