@charset "UTF-8";

#fp-wrap {
	background-color:#fff;
}


#contents_area {
	padding:30px;
}

#contents_area:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

#title {
	padding:15px 0;
	border-top:#29477e;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom:#cecfd1;
	border-bottom-style:solid;
	border-bottom-width:1px;
	letter-spacing:1px;
}

#title h2 {
	font-size:18px;
	color:#333;
}
.cx_smartphoneview #title h2 {
	font-size:26px;
}


.link_area {
	float:left;
	margin-right:100px;
	width:360px;
/*	height:240px;*/
}

.cx_smartphoneview .link_area {
	float:none;
	height:auto;
	width:580px;
}

h3 {
	font-size:16px;
	color:#333;
	border-left:#597ec1 solid 5px;
	border-bottom:#cecfd1 solid 1px;
	letter-spacing:2px;
	margin-top:35px;
	padding:8px 0 8px 10px;
}
.cx_smartphoneview h3 {
	font-size:24px;
}

.list {
	width:330px;
	margin:15px;
}
.cx_smartphoneview .list {
	width:550px;
}

.cx_smartphoneview .li {
	width:550px;
}


.list ul li {
	list-style:inside;
	list-style-type:none;
	border-bottom:#cecfd1;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding:5px;
	
}

.list ul li a{
	text-decoration:none;
	color:#333;
	margin-left:5px;
}

.list ul li a:hover{
	text-decoration:underline;
	color:#597ec1;
}

.cx_smartphoneview .list ul li {
	font-size:140%;
	list-style:inside;
	list-style-type:none;
	border-bottom:#cecfd1;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	padding:10px 0;
	
}


