@charset "UTF-8";

/* clearfix
------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac\*/
*html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Hides from IE-mac */

/* 
------------------------------*/
html {
}
body {
	position: relative;
	font-size: 12px;
	font-family:"ＭＳ Ｐ ゴシック";
	line-height: 1.5;
	background: #ffbdcb url(/image/bg_body.jpg) repeat-x left top;
	color: #333333;
	text-align: center;
}

/* tag style
------------------------------*/
a {
	color: #ff3366;
	text-decoration: underline;
	cursor:pointer;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
a:active {
	color: #9966ff;
}

/* text-align
------------------------------*/
.txtAL {
	text-align: left;
}
.txtAC {
	text-align: center;
}
.txtAR {
	text-align: right;
}

.txtC01 {
	color: #ff3366;
	font-weight: bold;
}
.txtC02 {
	font-weight: bold;
}

.txtC02 a {
	color: #33ccff;
	text-decoration:none;
}

.bold {
	font-weight: bold;
}

/* ==========================================
base layout
============================================= */
#wrapper {
	width: 930px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* headArea
------------------------------*/
#headArea {
	position: relative;
	width: 930px;
	min-height: 495px;
	background: url(/image/bg_headarea.jpg) no-repeat left top;
}
*html #headArea {
	height: 495px;
}
#headArea h1#logo {
	margin-left: 35px;
	padding-top: 30px;
}
#headArea #box01 {
	margin-left: 127px;
	padding-top: 44px;
	width: 260px;
}
#headArea #box01 h2 {
	width: 250px;
	margin-bottom: 5px;
}


#headArea #box01 p.icnType01 {
	width: 195px;
	padding-left: 75px;
	min-height: 1em;
	background: url(/image/icn_01.jpg) no-repeat 50px 50%;
}
*html #headArea #box01 p.icnType01 {
	width: 250px;
	height: 1em;
}

#headArea img#qr {
	position: absolute;
	left: 706px;
	top: 51px;
}
#headArea p#text01 {
	position: absolute;
	left: 486px;
	top: 73px;
	width: 195px;
}
#headArea p#text01 .txtC01 {
	font-size: 1.2em;
	line-height: 1.4;
}

#headArea img#txt01 {
	position: absolute;
	left: 524px;
	top: 443px;
}


/* bottomArea
------------------------------*/
#bottomArea {
	width: 770px;
	margin: 0 94px 10px 68px;
}
#bottomArea h2 {
	margin-bottom: 10px;
}
#bottomArea .leftCol {
	float: left;
	width: 274px;
	min-height: 328px;
	padding: 73px 42px 0 68px;
	background: url(/image/bg_2col_l.jpg) no-repeat left top;
}
*html #bottomArea .leftCol {
	width: 384px;
	height: 400px;
}
#bottomArea .rightCol {
	float: right;
	width: 274px;
	min-height: 328px;
	padding: 73px 42px 0 68px;
	background: url(/image/bg_2col_r.jpg) no-repeat left top;
}
*html #bottomArea .rightCol {
	width: 384px;
	height: 400px;
}

#bottomArea img.capImg {
	margin-bottom: 7px;
}

#bottomArea span.icnType02 {
	display: inline-block;
	padding: 5px 0 5px 25px;
	min-height: 1em;
	background: url(/image/icn_02.jpg) no-repeat left center;
}
*html #bottomArea span.icnType02 {
	height: 1em;
}

#bottomArea #infoBoxT {
	clear: both;
	position: relative;
	width: 770px;
	padding-top: 34px;
	background: url(/image/bg_info_top.jpg) no-repeat left top;
}
#bottomArea #infoBoxB {
	width: 770px;
	padding-bottom: 40px;
	background: url(/image/bg_info_bot.jpg) no-repeat left bottom;
}
#bottomArea #infoBoxM {
	width: 770px;
	min-height: 55px;
	_height: 80px;
	padding: 15px 0 10px;
	background: url(/image/bg_info_mid.jpg) repeat-y left top;
}

#bottomArea #infoBoxT h2 {
	width: 660px;
	margin: 0 46px 0 64px;
	padding: 0;
}

#bottomArea #infoBoxM ul.infoList {
	width: 660px;
	margin: 0 46px 0 64px;
}
#bottomArea #infoBoxM ul.infoList li {
	width: 660px;
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(/image/icn_info_list.gif) no-repeat 3px 4px;
}
#bottomArea #infoBoxM ul.infoList li a {
	margin-right: 10px;
}

#bottomArea #infoBoxT .check_infoList {
	position: absolute;
	left: 630px;
	top: 44px;
	width: 100px;
	_width: 120px;
	padding-left: 20px;
	font-weight: bold;
	background: url(/image/icn_next.gif) no-repeat left center;
}

/* footer
------------------------------*/
#footer {
	width: 930px;
	text-align: center;
	background: url(/image/bg_footer.jpg) no-repeat center center;
}
#footer ul.linkList {
	margin-bottom: 5px;
}
#footer ul.linkList li {
	display: inline;
}
#footer ul.linkList2 {
	margin-bottom: 20px;
	color: #666;
}
#footer ul.linkList2 li {
	display: inline;
}

/* ==========================================
thickBox
============================================= */
#thickPage {
	width: 600px;
	background: #fff;
}

#thickPage .head {
	width: 594px;
	padding: 5px 0;
	border: 3px solid #ff6498;
	border-bottom: none;
	background: #ff7ca8;
	color: #fff;
	text-align: left;
}
*html #thickPage .head  {
	width: 600px;
}
*:first-child+html #thickPage .head  {
	width: 594px;
}

#thickPage .head p.title {
	float: left;
	margin: 0;
	padding: 0 0 0 5px;
}
#thickPage .head p.close {
	float: right;
	margin: 0;
	padding: 0 5px 0 0;
}
#thickPage .head p.close span.icnType03 {
	display: inline-block;
	padding: 3px 0 3px 25px;
	min-height: 1em;
	background: url(/image/thick/icn_close.gif) no-repeat left center;
}
*html #thickPage .head p.close span.icnType03 {
	height: 1em;
}
#thickPage .head p.close span.icnType03 a,
#thickPage .head p.close span.icnType03 a:hover,
#thickPage .head p.close span.icnType03 a:active {
	text-decoration: none;
	color: #fff;
}


#thickPage #innerBox {
	overflow: auto;
	width: 594px;
	height: 450px;
	text-align: left;
	border: 3px solid #ff6498;
	border-top: none;
}
*html #thickPage #innerBox {
	width: 600px;
	padding-bottom: 20px;
}
*:first-child+html #thickPage #innerBox {
	width: 594px;
}
*:first-child+html #thickPage #innerBox img {
	margin-bottom: 20px;
}

#thickPage #innerBox .box01_b {
	width: 530px;
	margin: 20px 20px;
	padding-bottom: 6px;
	background: url(/image/thick/bg_box_b.gif) no-repeat left bottom;
}
#thickPage #innerBox .box01_t {
	width: 530px;
	min-height: 50px;
	padding-top: 10px;
	background: #ffffcc url(/image/thick/bg_box_t.gif) no-repeat left top;
}
*html #thickPage #innerBox .box01_t {
	width: 530px;
	height: 60px;
}
*:first-child+html #thickPage #innerBox .box01_t {
	height: 50px;
}

#thickPage #innerBox .box01_t p {
	width: 440px;
	margin: 0 10px 0 80px;
	padding:0;
}
#thickPage #innerBox .sampleBox01 {
	width: 510px;
	margin: 0 30px;
	text-align: center;
}
#thickPage #innerBox .sampleBox01 img.left {
	float: left;
}
#thickPage #innerBox .sampleBox01 img.right {
	float: right;
}


/* ==========================================
secondLayer
============================================= */
body#secondLayer {
	line-height: 1.7;
}
body#secondLayer #main_m {
	width: 930px;
	background: url(/image/bg_main_m.jpg) repeat-y 0 120px;
}
body#secondLayer #main_b {
	width: 930px;
	background: url(/image/bg_main_b.jpg) no-repeat left bottom;
}
body#secondLayer #main_t {
	width: 930px;
	background: url(/image/bg_main_t.jpg) no-repeat left top;
}


body.terms #main_b {
	padding-bottom: 40px;
}
*html body.terms #main_b {
	padding-bottom: 79px;
}
*:first-child+html body.terms #main_b {
	padding-bottom: 79px;
}

body.company #main_b {
	padding-bottom: 70px;
}
*html body.company #main_b {
	padding-bottom: 72px;
}
*:first-child+html body.company #main_b {
	padding-bottom: 70px;
}

body.contact #main_b {
	padding-bottom: 76px;
}
*html body.contact #main_b {
	padding-bottom: 34px;
}
*:first-child+html body.contact #main_b {
	padding-bottom: 34px;
}

body.release #main_b {
	padding-bottom: 70px;
}
*html body.release #main_b {
	padding-bottom: 78px;
}
*:first-child+html body.release #main_b {
	padding-bottom: 64px;
}

body.omikuji #main_b {
	padding-bottom: 40px;
}
*html body.omikuji #main_b {
	padding-bottom: 40px;
}
*:first-child+html body.omikuji #main_b {
	padding-bottom: 40px;
}


body#secondLayer #headArea01 {
	position: relative;
	width: 725px;
	height: 120px;
	margin: 0 105px 0 100px;
}
body#secondLayer #headArea01 h1#logo {
	position: absolute;
	left: 0;
	top: 33px;
}
body#secondLayer #headArea01 p#headTop {
	float: left;
	margin-top: 5px;
	color: #666;
}
body#secondLayer #headArea01 ul.linkList {
	float: right;
	margin-top: 5px;
	text-align: right;
}
body#secondLayer #headArea01 ul.linkList li {
	display: inline;
}

body#secondLayer #main {
	width: 685px;
	margin: 0 124px 0 121px;
}

body#secondLayer #main h2 {
	margin-bottom: 10px;
}

body#secondLayer #main .dlType01 {
}
body#secondLayer #main .dlType01 dt {
	padding-bottom: 12px;
	font-weight: bold;
	font-size: 14px;
}
body#secondLayer #main .dlType01 dd {
	padding-bottom: 20px;
}

body#secondLayer #main ul.indent01 {
	margin-bottom: 1em;
}
body#secondLayer #main ul.indent01 li {
	text-indent: -0.7em;
	padding-left: 0.7em;
}
body#secondLayer #main ul.indent01 li ul li {
	text-indent: -0.5em;
	padding-left: 0.5em;
}

body#secondLayer #main table.tblType01 {
	width: 100%;
	border-top: 1px solid #ffb5c3;
	border-left: 1px solid #ffb5c3;
}
body#secondLayer #main table.tblType01 th {
	width: 20%;
	padding: 11px 10px;
	border-right: 1px solid #ffb5c3;
	border-bottom: 1px solid #ffb5c3;
	background: #ffedef;
}
body#secondLayer #main table.tblType01 td {
	width: 80%;
	padding: 10px 10px;
	border-right: 1px solid #ffb5c3;
	border-bottom: 1px solid #ffb5c3;
}

body#secondLayer #main p.text01 {
	margin: 15px 0;
	line-height: 50px;
	font-size: 30px;
	font-weight: bold;
}
body#secondLayer #main p.text01 img {
	margin-right: 10px;
	vertical-align: middle;
}

body#secondLayer #main p.icnType01 {
	padding-left: 75px;
	min-height: 1em;
	background: url(/image/icn_01.jpg) no-repeat 50px 50%;
	margin-left:230px;
}

/* release
---------------------------------------------*/
body.release #main h3 {
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
body.release #main  table.tbl01 {
	width: 300px;
	margin: 0 195px 0 190px;
	font-size: 100%;
}
body.release #main  table.tbl01 td {
	width: 150px;
	text-align:center;
}
body.release #main  table.tbl02 {
	width: 500px;
	margin: 0 95px 0 90px;
	font-size: 100%;
}
body.release #main  table.tbl02 td {
	width: 250px;
	text-align:center;
}
body.release #main  table.tbl03 {
	margin: 0 auto;
	font-size: 100%;
}
body.release #main  table.tbl03 td {
	text-align:center;
}
body.release #main  table.tbl04 {
	width: 500px;
	margin: 0 95px 0 90px;
	font-size: 100%;
}
body.release #main  table.tbl04 td {
	width: 250px;
	text-align:center;
	vertical-align:top;
}
body.release #main  table.tbl05 {
	width: 660px;
	margin: 20px 12px 20px 13px;
	font-size: 100%;
}
body.release #main  table.tbl05 td {
	width: 220px;
	text-align:center;
	vertical-align:bottom;
}

/* omikuji
---------------------------------------------*/

body#secondLayer #main #omikuji {
	width:592px;
	height:310px;
	background: url(/image/omikuji_caption.jpg) no-repeat 0 0;
	margin:30px auto 0 auto;
	padding:0;
	position:relative;
}

body#secondLayer #main #omikuji p.omikujiComment{
	position:absolute;
	top:20px;
	left:30px;
	width:250px;
}

body#secondLayer #main #omikuji p.omikujiComment strong{
	font-weight:bold;
	color:#339933;
	font-size:14px;
}

body#secondLayer #main #omikuji p.omikujiCaption{
	position:absolute;
	top:240px;
	left:30px;
	width:250px;
	font-size:10px;
}

body#secondLayer #main #omikuji img.omikujiMain{
	position:absolute;
	top:0px;
	right:0px;
}

body#secondLayer #main #omikuji img.omikujiQR{
	position:absolute;
	top:100px;
	left:85px;
}
