/* Global */
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #727171;
	background-color: #ffffff;
	height: 100%;
}

img {
	max-width: 100%;
}

a:link {
	color: #f7ae2d;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #f7ae2d;
	text-decoration: none;
}

h1 {
	font-size: 48px;
	letter-spacing: 0px;
	line-height: 1;
	color: #ffffff;
	margin: 36px 0 24px 0;
	font-weight: 700;
}

h2 {
	font-size: 36px;
	letter-spacing: 0px;
	line-height: 1.333;
	color: #ffffff;
	margin: 36px 0 24px 0;
	font-weight: 400;
}

h3 {
	font-size: 24px;
	letter-spacing: 0px;
	line-height: 1;
	color: #ffffff;
	margin: 36px 0 24px 0;
	font-weight: 100;
}

h4,h5,h6 {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 1.5;
	color: #ffffff;
	margin: 36px 0 24px 0;
	font-weight: 100;
}

br.br_1024{
	display: none;
}

.decorative_button {
	font-size: 18px;
	font-weight: bold;
	border-radius: 4px;
	padding: 12px 24px;
}

.decorative_button_main {
	background-color: #f7ae2d !important;
	color: #ffffff !important;
}

.decorative_button_main:hover {
	background-color: #ffffff !important;
	color: #f7ae2d !important;
}

.decorative_button_white {
	background-color: #ffffff !important;
	color: #f7ae2d !important;
}

.decorative_button_white:hover {
	background-color: #f7ae2d !important;
	color: #ffffff !important;
}

.required_label::before {
  content: "*";
  color: red;
}

.no_required_label::before {
  content: "*";
  color: #ecf0f1;
}

.required_form {
	display: flex;
}


/* Header */
.header {
	top: 0px;
	width: 100%;
	height: auto;
	padding: 12px 0;
	background: #ffffff;
	z-index: 100;
}

.header:not(:target){
	filter: none;
	-ms-filter: none;
}

#logo {
	text-align: center;
	margin: 0 0 0 0;
}

#nav {
	text-align: center;
	margin: 24px 0 24px 0;
}

.navigation {
	list-style: none;
	margin: 0;
}

.navigation li {
	float: left;
	padding: 0 0 0 24px;
	font-size: 12px;
}

.navigation li:hover {
	cursor: pointer;
	color: #95a5a6;
	font-weight: bold;
}

.navigation .active {
	cursor: pointer;
	color: #95a5a6;
	font-weight: bold;
}

.button img:hover {
	cursor: pointer;
}

#division {
	text-align: center;
	margin: 0 0 24px 0;
}

#login {
	text-align: center;
	margin: 24px 0 24px 0;
}

#login .login_button {
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	border: solid 2px #ffffff;
	border-radius: 18px;
	color: #ffffff;
	padding: 12px;
}

#login .login_button:hover {
	background-color: #ffffff;
	color: #f7ae2d;
}

#share {
	margin: 12px 0;
}

.share_button {
	width: 315px; /*215px;*/
	height: 20px;
	margin-left: auto;
	padding: 0;
	list-style: none;
}

.share_button li {
	float: left;
	padding: 0 0 0 6px;
	font-size: 12px;
}

.share_button iframe {
	margin: 0 !important;
}

.share_button li div {
	display: inline;
}

.share_button:before,.share_button:after {
	content: " ";
	display: table;
}

.share_button:after {
	clear: both;
}

.share_button {
	*zoom: 1;
}

iframe.twitter-share-button {
	width: 90px !important;
}

.fb-like-box,.fb-like-box span,.fb-like-box iframe[style] {
	width: 100% !important;
}

.fb_page_plugin {
	text-align: center;
	margin: 20px 0;
}

/* Footer */
.footer {
	width: 100%;
	height: auto;
	background: #7f8c8d;
}

.footer:not(:target){
	filter: none;
	-ms-filter: none;
}

#info {
	text-align: center;
	margin: 6px 0;
}

.infomation {
	list-style: none;
	margin: 0;
}

.infomation li {
	float: left;
	padding: 0 24px;
	font-size: 12px;
}

.infomation li+li {
	border-left: 1px solid #ffffff;
}

.infomation a:link {
	color: #ffffff;
	text-decoration: none;
}

.infomation a:hover {
	color: #95a5a6;
	text-decoration: none;
}

.infomation a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* pageTop */
#pageTop{
	background: rgba(0, 0, 0, 0.2);
	filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#33000000,EndColorStr=#33000000)"; /* IE 7ˆÈ‰º—p */
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#33000000,EndColorStr=#33000000)"; /* IE 8ˆÈã—p */
	border-radius:4px;
	font-size: 8px;
	color:#ffffff;
	padding:8px;
	position:fixed;
	bottom:48px;
	right:12px;
	z-index: 10;
}

#pageTop:hover{
	background: rgba(0, 0, 0, 0.4);
	filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#66000000,EndColorStr=#66000000)"; /* IE 7ˆÈ‰º—p */
	-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#66000000,EndColorStr=#66000000)"; /* IE 8ˆÈã—p */
	cursor: pointer;
}

#pageTop:not(:target){
	filter: none;
	-ms-filter: none;
}

/* download */
#download_area {
	height : 74px;  /* 50px(img) + 12px(top) + 12px(buttom) */
	width : 367px; /* 167px(app store) + 152px(google play) + 12px(margin) * 4 */
	margin: 0 auto;
}
.download {
	float:left;
	height:50px;
	margin: 12px;
}

a:hover .download {
	opacity: 0.7;
}

/* General Slides */
.slide {
	width: 100%;
	height: auto;
	position: relative;
	padding: 140px 0;
}

/* Tablet */
@media screen and (max-width: 1024px) {
	br.br_1024{
		display: inline;
	}

	.header {
		position: absolute;
	}

	#nav {
		display: none;
	}
	#division {
		width: 100%;
		text-align: center;
	}
	#share {
		width: 100%;
		margin: 0;
	}
	.share_button li {
		/*			width: 50.0%;*/

	}
	.footer {
		position: absolute;
	}

	#info {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}
	.infomation {
		width: 100%;
		float: center;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.infomation li {
		float: left;
		width: 19%;
		padding: 0;
	}

	/* pageTop */
	#pageTop{
		bottom:96px;
	}
}

/* Mobile */
@media screen and (max-width: 480px) {
	h1 {
		font-size: 36px;
		letter-spacing: 0px;
		line-height: 1.333;
		margin: 36px 0 24px 0;
		font-weight: 400;
	}
	h2 {
		font-size: 24px;
		letter-spacing: 0px;
		line-height: 1;
		color: #ffffff;
		margin: 36px 0 24px 0;
		font-weight: 100;
	}
	h3 {
		font-size: 16px;
		letter-spacing: 0px;
		line-height: 1.5;
		margin: 36px 0 24px 0;
		font-weight: 100;
	}
	h4,h5,h6 {
		font-size: 16px;
		letter-spacing: 0px;
		line-height: 1.5;
		margin: 36px 0 24px 0;
		font-weight: 100;
	}

	#logo {
		width: 100%;
	}

	#share {
		display: none;
	}

	/* Footer */
	.footer {
	}
	#info {
		margin: 5px 0;
	}
	.infomation {
		float: left;
		list-style: none;
	}
	.infomation li {
		font-size: 8px;
	}
	#copyright {
		font-size: 8px;
	}
	.decorative_button {
		font-size: 18px;
		border-radius: 4px;
		padding: 16px 32px;
	}

	/* pageTop */
	#pageTop{
		bottom:72px;
	}
	/* download */
	#download_area {
			height : 128px;  /* (40px(img) + 12px(top) + 12px(buttom)) * 2 */
			width : 158px; /* 134px(app store),122px(google play)の大きい方(つまり134px) + 12px(margin) * 2 */
	}
	.download {
			height:40px;
			margin: 12px;
	}

}
