@charset "utf-8";

body {
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",Meiryo,メイリオ,sans-serif;
	font-size: 100%;
	line-height: 1.6;
}

#container {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

#contents {
	padding: 30px;
}

footer {
	margin: 3em -30px 0;
	padding-top: 0.5em;
	text-align: center;
	border-top: 1px solid #CCC;
}

address {
	margin: 0 1em 0.5em;
	font-size: 80%;
	font-style: normal;
	text-align: right;
}

small {
	font-size: 70%;
}



#index .main,
#index h1,
#index h2,
#index .language,
#index h3,
#index h4,
#index p,
#index .feedback,
#index .btn {
	text-align: center;
}

#index h2,
#index .btn,
#index h3,
#index h4,
#index p,
#index .feedback a {
	display: none;
}

#index .main {
	margin-bottom: 2em;
}

h1 {
	margin-bottom: 1em;
	font-size: 200%;
}

#index h2 {
	margin-bottom: 3em;
}

#index .language {
	margin-bottom: 5em;
	color: #0084B4;
}

#index .language:hover {
	color: #f00;
	cursor: pointer;
}

#index h3 {
	margin-bottom: 1em;
}

#index h4 {
	margin-bottom: 4em;
}

#index p {
	margin-bottom: 4em;
}

#index .btn {
	margin-bottom: 4em;
}

#index .on {
	display: block !important;
}

#index .feedback {
	list-style: none;
}

#index .feedback li {
	margin-bottom: 30px;
}

#index .feedback .email {
	/*display: none;*/
}

#index .ads {
	margin-top: 5em;
	text-align: center;
}



#target ul {
	margin: 0 0 2em 2em;
	list-style: none;
}

#target ul li.iphone {
	list-style-type: disc;
}

#target ul li.ipad {
	list-style-type: square;
}

#target ul li.iphone.ipad {
	list-style-type: circle;
}

#target ul li.check a {
	color: #f00;
}

#target ul li.no a {
	text-decoration: line-through;
}



@media screen and (max-width: 736px) {

	#container {
		width: 100%;
	}
	
}
