@charset "utf-8";

/* =========================================================
	1.UNIVERSAL-RESET
	2.BASE-SET
	3.WIRE-FRAME
	4.FORM
	5.TABLE
	6.COMMON
	7.PAGE
========================================================= */

/* 1.UNIVERSAL-RESET
--------------------------------------------------------- */
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	background: transparent;
	border: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { 
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	outline: none;
}

img {
	vertical-align: bottom;
}

/* 2.BASE-SET
--------------------------------------------------------- */

body {
	background: #fff;
	font-size: 13px;
	font-family: Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Arial, Sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none; /* for iPhone */
	}
}

.cx:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

*:first-child+html .cx {
	display: inline-block;
	min-height: 1%;
}

* html .cx {
	height: 1%;
}

a {
	overflow: hidden;
	text-decoration: none;
}

a:link {
	color: #07519a;
}

a:visited {
	color: #603;
}

a:hover {
	color: #fe7cb5;
	text-decoration: underline;
}

/* 3.WIRE-FRAME
--------------------------------------------------------- */

html {
	overflow-y: scroll;
}

#header,
#mainTtl,
/*#wrapper,*/
#meritArea .meritInner,
#guideline,
#footer {
	margin: 0 auto;
	width: 960px;
}

.section h1 {
	border-bottom: 1px solid #999;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}

.section h1 span {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.section h1 span.span_s{
	color: #333333;
	font-size: 25px;
	font-weight: bold;
	padding: 0 1px 0 2px;
	text-align: center;
}

/* 4.FORM
--------------------------------------------------------- */

/* 5.TABLE
--------------------------------------------------------- */

/* 6.COMMON
--------------------------------------------------------- */
.entryBtn .btn {
	margin: 0 auto 0;
	position: relative;
	width: 439px;
}

.entryBtn .btn a {
	background: url(../img/btn_entry.png) no-repeat center 0;
	display: block;
	height: 112px;
	text-indent: -9999px;
	width: 439px;
}

.entryBtn .btn a:hover {
	background-position: center -112px;
}

.entryBtn .caption {
	color: #333;
	font-size: 14px;
	line-height:1.5;
	text-align: center;
	margin-bottom: 30px;
}

.entryBtn .caption2,
#use .caption2 {
	color: #333;
	font-size: 14px;
	margin: 0 0 5px;
	text-align: center;
}

.btn span {
	overflow: hidden;
	position: absolute;
}

/* 7.PAGE
--------------------------------------------------------- */
/* headArea */
#headArea {
	background: url(../img/main.jpg) no-repeat center 60px;
	min-width: 960px;
}

/* header */
#header {
	height: 70px;
	padding-top: 20px;
}

.logo {
	float: left;
	width: 84px;
}

#socialmedia {
	float: right;
}

#hdText {
	clear: both;
	height: 44px;
	padding-top: 20px;
}

#hdText p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(204,140,166,.42);
}

#hdText p.text {
	float: left;
	font-size: 16px;
}

#hdText p.period {
	float: right;
	text-align: right;
}

*:first-child+html .period {
	zoom: 1;
}

* html .period {
	zoom: 1;
}

#mainTtl {
	position: relative;
}

#mainTtl h1,
#mainTtl .headTxt {
	height: 0;
	line-height: 0;
	text-indent: -9999px;
}

#mainTtl .entryBtn {
	padding-top: 500px;
}

#slide {
	background: url(../img/slide_frame.png) no-repeat 0 0;
	height: 222px;
	position: absolute;
	top: 194px;
	width: 222px;
}

#slide img {
	border-radius: 10px;
	left: 0;
	position: absolute;
	top: 0;
}

/* check */
#check {
	margin-bottom: 64px;
}

#check h1 {
	border: none;
}

#check h1 span {
	color: #fe7cb5;
	font-size: 24px;
}

.themeListA {
	margin: 0 auto 20px;
	width: 940px;
}

.themeListB {
	margin: 0 auto 20px;
	width: 624px;
}

#check ul {
	overflow: hidden;
}

#check ul li {
	border: 1px solid #999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 1px 1px 3px #ccc;
	-webkit-box-shadow: 1px 1px 3px #ccc;
	-moz-box-shadow: 1px 1px 3px #ccc;
	float: left;
	margin: 0 10px;
	width: 292px;
}

#check ul li img {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

#check ul li .themeName {
	padding: 15px 0;
	text-align: center;
}

#check .last{
	margin-right: 0;
}

/* merit */
#merit {
	margin-bottom: 30px;
}

#merit_b {
	background: #f9f5eb;
	border: 1px solid #e8e6d5;
	margin-bottom: 30px;
	padding: 30px 0;
}

#merit h1{
	border: none;
	margin: 0 0 30px;
    padding: 0;
}

#merit dl {
	color: #333;
	float: left;
	margin: 0 15px;
	width: 213px;
}

#merit .last {
	margin-right: 0;
}

#merit dt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 16px;
	text-align: center;
}

#merit dd {
	font-size: 14px;
}


.meritInner {
	background: url(../img/merit.png) no-repeat center bottom;
	padding-bottom: 180px;
}

#merit .entryBtn{
	padding: 20px auto 30px;
}

/* use */
#use ol {
	background: url(../img/use.jpg) no-repeat center bottom;
	margin-bottom: 16px;
}

#use ol li {
	float: left;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 220px;
	text-align: center;
	width: 320px;
}

#use ol li a {
	font-weight: bold;
}

#use ul{
	margin-bottom: 16px;
	}

#use ul li{
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-right:40px;
	margin-bottom:20px;
	text-align: center;
	width: 460px;
	}

#use div.sticker{
	margin-bottom:35px;
	}

#use li.last{
	margin-right:0;}

#use p{
	font-size:20px;
	margin-bottom:20px;
	text-align:center;
	}

/* guideline */
#guideline {
	font-size: 14px;
	line-height: 1.6;
}

#guideline h1 {
	color: #000;
	margin-bottom: 20px;
}

#guideline dl {
	padding: 0 19px;
}

#guideline dt {
	font-weight: bold;
}

#guideline dd {
	margin-bottom: 30px;
}

#guideline li {
	margin-left: 1em;
	text-indent: -1em;
}

#guideline div {
	margin-top: 30px;
}

/* footer */
#footer {
	padding-bottom: 15px;
	text-align: center;
}

#footer .copy {
	border-top: 1px solid #b3b3b3;
	margin-top: 15px;
	padding: 15px 10px;
}
