@charset "utf-8";
.header {
	color: #FB5AC2;
	text-shadow: 1px 1px 2px #FFF;
	line-height: 1em;
	padding-top: 1em;
	padding-bottom: 0.5em;
	font-size: 1.1em;
	padding-left: 1em;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#FCC0D8));
}

.date {
	color: #ff0090;
	line-height: 1.5em;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 2px 2px 4px #FB5AC2,
	inset 2px 2px 4px #ffa8e1;
	padding-top: 0.5em;
	padding-bottom: 0.7em;
	font-size: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #FFF;
	margin-top: 5px;
	margin-bottom: 7px;
	text-align: center;
}

.header_2 ul{
	list-style-type:none;
	width:100%;
	height: 55px;
	margin-left: auto;
	margin-right: auto;
}

.header_2 li{
float:left;
width:25%;
}

.header_2 a{
	display:block;
	padding-top:20px;
	padding-bottom: 20px;
	text-align:center;
	text-decoration:none;
	/*background-color:#C00;*/
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#FCC0D8));
	color:#FB5AC2;
	font-size: 1.4em;
	text-shadow: 2px 2px 2px #fff;
	width:100%;
}

.header_2 a:hover{
	background-color:#000;
	font-weight: bold;
	background: background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#FCC0D8));
}

.main {
	color: #000;
	line-height: 1.5em;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 2px 2px 4px #FB5AC2,
	inset 2px 2px 4px #ffa8e1;
	padding-top: 0.5em;
	padding-bottom: 1em;
	font-size: 1em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	/*background-color: #FFF;*/
	margin-bottom: 10px;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(0.7,#FFF),to(#FCC0D8));
}

.main_2 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.2em;
	font-size: 1em;
	color: #000;
}

h1 {
	text-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.3em;
	border-bottom: dashed 2px #FB5AC2;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5em;
	font-size: 1.3em;
	letter-spacing: 0.2em;
}

.topic {
	line-height: 1.5em;
	padding-top: 1em;
	padding-bottom: 0.8em;
	padding-left: 1em;
	border-bottom: solid 1px #FCF;
	font-size: 1em;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

.more {
	line-height: 1.5em;
	padding-top: 1em;
	padding-bottom: 0.3em;
	padding-right: 1em;
	font-size: 1em;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	text-decoration: underline;
}

.trial {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	background: -webkit-gradient(linear,left top,left bottom,from(#FCC0D8),color-stop(0.7,#FFF),to(#FCC0D8));
	text-align: center;
	letter-spacing: 0.3em;
	font-size: 1.2em;
	font-weight: bold;
}

.download {
	text-align: center;
	font-size: 1.7em;
	background: -webkit-gradient(linear, center top, center bottom, from(#FC9), to(#FB5AC2));
	text-shadow: 2px 2px 3px #936;
	letter-spacing: 0.2em;
	line-height: 1.1em;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	padding-left: 5%;
	padding-right: 5%;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	color: #FFF;
}

.social_btn { 
margin: 10px 0px 0px 0px; 
padding: 0px; 

}

.social_btn .twitter { 
float: left; 
margin: 0px 10px 0px 0px; 
padding: 0px; 
display: inline; 
width: 120px; 
}

.social_btn .facebook { 
float: left; 
margin: 0px 10px 0px 0px; 
padding: 0px; 
display: inline; 
width: 120px; 
}

.footer {
	color: #FB5AC2;
	line-height: 1em;
	padding-right: 1em;
	font-size: 1.1em;
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#FCC0D8));
	margin-top: 1em;
}

.copyright {
	padding-top: 5px;
	padding-left: 1em;
	font-size: 0.8em;
	line-height: 1em;
}

.flickSimple {
	width: 100%;
	position: relative;
	overflow: auto;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #FFF;
}
 
.flickSimple.landscape {
	width: 100%;
}
 
.flickSimple ul {
	display: block;
	margin: 0;
	padding: 0;
}
 
.flickSimple ul.landscape {
}
 
.flickSimple ul li {
	float: left;
	list-style-type: none;
	text-align: center;
}
 
.flickSimple ul li.landscape {
}

#flick {
	width: 100%;
	position: relative; /* IE6・7の overflowバグ回避 */
	overflow: auto;     /* JavaScript無効時にスクロール表示させたいから */
}

#flick ul {
	display: block;
	width: 150px;
	margin: 0;
	padding: 0;
}

#flick ul li {
	float: left;
	list-style-type: none;
	width: 5%;
}

#basic ul,
#basic ul.landscape {
	width: 1500px;
}
 
#basic ul li,
#basic ul li.landscape {
	width: 150px;
}

h2 {
	font-size: 1.1em;
	color: #FB5AC2;
	padding-bottom: 0.5em;
	text-decoration: underline;
}

intro {
	display: none;
}

.section {
	font-size: 100%;
}

nav {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #CCFFFF;
	background: -webkit-gradient(linear,left top,left bottom,
   from(#FFA8E1),color-stop(0.7,#FB5AC2),to(#FCC0D8));
    color: #FFF;
	font-size: 100%;
	width: 272px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
nav li {
	color: #FFF;
	text-align: center;
	float: left;
	font-weight: bold;
	border-left: 1px solid #FFF;
	/*text-shadow: -1px -1px 0 rgba(150, 150, 150, 30);*/
	list-style-type: none;
	margin-left: auto;
	margin-right: auto;
}

nav li a {
	display: block;
	width: 67px;
	padding: 10px 0 10px 0;
}

nav li:first-child {
	border: none;
}
nav a {
	color: #FFF;
	text-decoration: none;
}
section, nav {
	margin-bottom: 1em;
}

.clearfix:after {
  content: ".";  /* 譁ｰ縺励＞隕∫ｴ繧剃ｽ懊ｋ */
  display: block;  /* 繝悶Ο繝�け繝ｬ繝吶Ν隕∫ｴ縺ｫ */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix li a {
	color: #FFF;
}