@charset "utf-8";

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- 01 Layout Setting
	++ 01-01 Main layout
	++ 01-02 Font setting
	++ 01-03 Page Top

@import reset.css
--- 00 Reset css
--- 99 Clearfix
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* ======================================================
 --- 01 Layout setting
====================================================== */
html, body {
	width: 100%;
	height: 100%;
	font-size: 10px;
	color: #535353;
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
	background: url(../images/2nd-bg.gif) 0 0;
}

#container {
	width: 1050px;
	padding: 0 5px;
	margin: 0 auto;
	position: relative;
	background: url(../images/containerBg.png) 0 0 repeat-y;
}

a:link,
a:active,
a:visited {
	color: #ff3d7f;
}

a:hover {
	text-decoration: none;
}

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

#navigation {
	width: 100%;
	position: relative;
	padding: 18px 0 20px;
	background: url(../images/navBg.png);
}
	#navigation.fixed {
		position: fixed;
		top:0;
		left: 0;
		z-index: 99;
	}

#navigation ul {
	width: 929px;
	margin: 0 auto;
}

#navigation ul li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	vertical-align: top;
	margin:0 8px;
}

.pagetop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	width: 80px;
	height: 79px;
}
	.pagetop a {
		text-indent: -9999px;
		display: block;
		width: 80px;
		height: 79px;
		background: url(../images/icon-top.png) 0 0 no-repeat;
	}

.mt20 {
	margin-top: 20px;
}

/*	++ 01-01 Header
------------------------------------------------------------ */
#header {
	height: 286px;
	position: relative;
	padding: 20px 0 10px;
	background: url(../images/headerBg.gif) 0 0;
}

#header .inner {
	max-width: 995px;
	padding:0 5px;
	margin: 0 auto;
}

#header .inner .logo {
	text-align: right;
}

#header .inner h1 {
	position: absolute;
	top: 12px;
}
	#header .inner h1 img {
		width: 100%;
	}

/*	++ 01-02
------------------------------------------------------------ */
#block1st {
	padding-bottom: 21px;
	position: relative;
	background: url(../images/2nd-bg.gif) 0 0;
}

#block1st .inner {
	width: 909px;
	margin: 0 auto;
}

#block1st h2 {
	height: 83px;
	text-align: center;
	background: url(../images/2nd-ttlbg.png) 0 0 no-repeat;
}

#block1st figure,
#block1st p {
	text-align: center;
}
#block1st p {
	padding: 10px 0 23px;
}

/*	++ 01-03
------------------------------------------------------------ */
#block2nd {
	padding-bottom: 21px;
	position: relative;
	background: url(../images/3rd-bg.gif) 0 0;
}

#block2nd .inner figure {
	width: 676px;
	margin: 0 auto;
}

#block2nd h2 {
	height: 113px;
	padding-bottom: 16px;
	text-align: center;
	background: url(../images/3rd-ttlbg.png) 0 0 no-repeat;
}

#block2nd img.left {
	float: left;
}

#block2nd img.right {
	float: right;
}

#block2nd figcaption {
	clear: both;
	text-align: center;
	font-size: 150%;
	padding:20px 0;
}

#block2nd .inner .wide {
	width: 822px;
	height: 250px;
	position: relative;
	margin: 10px auto 0;
}
	#block2nd .inner .wide .fLeft {
		float: left;
		padding: 45px 17px 0 0;
	}
	#block2nd .inner .wide .right {
		display: block;
		position: absolute;
		top: 20px;
		left: 485px;
		width: 270px;
		height: 220px;
		text-align: left;
		line-height: 1.8;
		background: url(../images/3rd-icon02.png) 100% 100% no-repeat
	}


/*	++ 01-04
------------------------------------------------------------ */
#block3rd {
	padding-bottom: 60px;
	position: relative;
	background: url(../images/4th-bg.gif) 0 0;
}

#block3rd .inner {
	width: 758px;
	margin: 0 auto;
}

#block3rd h2 {
	height: 118px;
	padding-bottom: 34px;
	text-align: center;
	background: url(../images/4th-ttlbg.png) 0 0 no-repeat;
}

#block3rd .inner p {
	font-size: 150%;
	text-align: center;
	line-height: 1.8;
}

#block3rd .inner p.arrow {
	position: relative;
	top: -35px;
	padding-top: 60px;
	background: url(../images/icn-arrow.png) 50% 0 no-repeat;
}

#block3rd .inner ul {
	text-align: center;
	padding-top: 30px;
	list-style: none;
}
#block3rd .inner ul .left {
	float: left;
}
#block3rd .inner ul .right {
	float: right;
}

#block3rd .inner .upper,
#block3rd .inner .center {
	width: 706px;
}
#block3rd .inner .upper .left {
	padding-left: 92px;
	background: url(../images/4th-icon01.png) 0 125px no-repeat;
}
#block3rd .inner .upper .right {
	padding-right: 30px;
}

#block3rd .inner .center {
	position: relative;
	top: -95px;
}
#block3rd .inner .center .left {
	padding: 94px 0 0 25px;
}
#block3rd .inner .center .right {
	padding-right: 108px;
	background: url(../images/4th-icon02.png) right 124px no-repeat;
}

#block3rd .inner .lower {
	width: 794px;
}
#block3rd .inner .lower li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	vertical-align: top;
}
#block3rd .inner .lower .star01 {
	width: 77px;
	padding-top: 99px;
}
#block3rd .inner .lower .star02{
	padding: 124px 0 0 14px;
}
#block3rd .inner .lower .star03{
	padding: 49px 0 0 5px;
}
#block3rd .inner .lower .img01 {
	padding-top: 10px;
}
#block3rd .inner .lower .img02 {
	padding-left: 38px;
}
#block3rd .inner .lower .img03 {
	padding-top: 10px;
	padding-left: 34px;
}
#block3rd .inner .lower .img04 {
	padding-top: 10px;
	padding-left: 40px;
}

#block3rd .inner .lower .img05 {
	padding-top: 10px;
	padding-left: 34px;
}
#block3rd .inner .lower .img06 {
	padding-top: 10px;
	padding-left: 40px;
}

/*	++ 01-05
------------------------------------------------------------ */
#block4th {
	padding-bottom: 0px;
	position: relative;
	background: url(../images/5th-bg.gif) 0 0;
}

#block4th .inner {
	width: 758px;
	margin: 0 auto;
}

#block4th h2 {
	height: 118px;
	padding-bottom: 34px;
	text-align: center;
	background: url(../images/5th-ttlbg.png) 0 0 no-repeat;
}

#block4th .inner p {
	font-size: 150%;
	text-align: center;
	line-height: 1.8;
}

#block4th .inner p.arrow {
	padding-top: 60px;
	background: url(../images/icn-arrow.png) 50% 0 no-repeat;
}

#block4th .inner ul {
	text-align: center;
	padding-top: 30px;
}
#block4th .inner li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	vertical-align: top;
	padding: 0 20px;
}
#block4th .inner li.text {
	width: 48%;
	line-height: 1.8;
	padding: 30px 0 0 0;
	text-align: left;
}
#block4th .inner li.img {
	padding: 0 0 0 20px;
	margin-top: -90px;
}

#block4th .inner .tile {
	padding-bottom: 30px;
}

/*	++ 01-06
------------------------------------------------------------ */
#block5th {
	padding-bottom: 60px;
	position: relative;
	background: url(../images/6th-bg.gif) 0 0;
}

#block5th .inner {
	width: 790px;
	margin: 0 auto;
}

#block5th h2 {
	height: 118px;
	text-align: center;
	background: url(../images/6th-ttlbg.png) 0 0 no-repeat;
}

#block5th .inner p {
	font-size: 150%;
	text-align: center;
	line-height: 1.8;
}

#block5th .inner p.icon {
	width: 428px;
	margin: 0 auto;
	height: 73px;
	padding: 30px 82px 0 0;
	background: url(../images/6th-icon01.png) 100% 0 no-repeat;
}
#block5th .inner p.arrow {
	padding-top: 60px;
	background: url(../images/icn-arrow.png) 50% 0 no-repeat;
}

#block5th .inner ul {
	text-align: center;
	padding-top: 30px;
}
#block5th .inner li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	vertical-align: top;
}
#block5th .inner li.width100 {
	width: 100%;
}
#block5th .inner li.text {
	width: 46%;
	font-size: 150%;
	line-height: 1.8;
	text-align: left;
	padding: 15px 1.5% 10px;
}

#block5th .inner li.text h3 {
	line-height: 76px;
	padding-left: 90px;
	background: url(../images/6th-icon02.png) 0 0 no-repeat;
}

#block5th .inner .message {
	font-size: 150%;
	line-height: 1.8;
	color: #ec79ac;
	text-align: center;
	border: 1px solid #f0a3c3;
	border-left: none;
	border-right: none;
	margin: 44px 0 0;
	padding: 15px 0 8px;
	background: url(../images/icon-starL.png) 0 50% no-repeat;
}
	#block5th .inner .message .inner {
		background: url(../images/icon-starR.png) right 50% no-repeat;
	}

/*	++ 01-07
------------------------------------------------------------ */
#block6th {
	padding: 40px 0;
	position: relative;
	background: url(../images/7th-bg.gif) 0 0;
}

#block6th .vote {
	width: 760px;
	height: 471px;
	margin: 0 auto;
	background: url(../images/7th-frame.png) no-repeat;
}

#block6th .vote .text {
	width: 80%;
	font-size: 150%;
	line-height: 1.8;
	padding: 225px 0 15px 83px;
}
#block6th .vote .btn-vote {
	text-align: center;
}

/*	++ 01-03 bottom
------------------------------------------------------------ */
#wrap-bottom {
	position: relative;
	padding-top:41px;
	background: url(../images/bottom-bg-header.png) 0 0 repeat-x;
}

#wrap-bottom .inner {
	padding-top: 25px;
	background: url(../images/bottom-bg.png);
}

#wrap-bottom .contents ul.clearfix li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	list-style: none;
	padding:0 35px 40px;
}

#wrap-bottom .contents article {
	font-size: 1.2em;
	line-height: 1.6;
	padding: 0 57px;
	margin-bottom:40px;
}

#wrap-bottom .contents article h3 {
	padding-bottom:10px;
}

#wrap-bottom .contents article .img {
	padding-top: 10px;
}

#wrap-bottom .contents #box01 {
	background: url(../images/bottom-bg-star01.png) 85% center no-repeat;
}

#wrap-bottom .contents #box03 {
	margin: 0;
	padding-bottom: 60px;
	background: url(../images/bottom-bg-star03.png) 85% 0 no-repeat;
}

#wrap-bottom .contents #box02 {
	padding-left:175px;
	background: url(../images/bottom-bg-star02.png) 0 center no-repeat;
}
	#wrap-bottom .contents #box02 .left {
		float: left;
		width: auto;
	}
	#wrap-bottom .contents #box02 .right {
		float: right;
		width: auto;
	}
	#wrap-bottom .contents #box02 .primary  { padding-bottom: 20px; }
	#wrap-bottom .contents #box02 .primary .left { width: 377px; }
	#wrap-bottom .contents #box02 .secondary .right { width: 335px; }
	#wrap-bottom .contents #box02 .secondary ul { list-style: none; }
	#wrap-bottom .contents #box02 .note { margin-top: 10px; }

#wrap-bottom .contents footer {
	text-align: center;
	padding-bottom:50px;
}

/*	++ 01-04 footer
------------------------------------------------------------ */
#footer {
	height: 48px;
	background: url(../images/footerBg.png) 0 bottom repeat-x #fff;
}


/*	++ 01-05 popupArea
------------------------------------------------------------ */
#popupArea{
	display:none;
}

.popup {
	padding: 33px 50px;
}

.popup h1 {
	margin-bottom:23px;
}
.popup p{
	font-size: 1.2em;
	line-height: 1.8;
	padding:5px 0 20px;
	color: #343434;
}

.popup p .indent {
	display: block;
	text-indent: 2.5em;
}

#attention h1 {
	font-size: 2em;
	color: #ff3d7f;
}

#attention p {
	font-size: 1.2em;
	text-indent: -1em;
	padding:5px 0 5px 1em;
}