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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}
/* common
------------------------------------------------- */
a {
  text-decoration: none;
  color: #467fb9;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.t10 {
  font-size: 10px;
  color: #0668B4;
}
.center {
  text-align: center;
}
.impt {
  color: #990000;
}
.red {
  color: #e93000;
  font-weight: bold;
}
img {
  vertical-align: bottom;
}
.bold {
  font-weight: bold;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pr10 {
  padding-right: 10px;
}
.pr20 {
  padding-right: 20px;
}
.pr30 {
  padding-right: 30px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px;
}
.pl30 {
  padding-left: 30px;
}
ul li {
  list-style: none;
}
body {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.0;
  color: #260904;
  background: url(../images/bg.jpg) repeat;
  overflow-x: hidden;
}
body p {
  line-height: 1.3;
}
#gungho {
  background: url(../images/header_line.gif) repeat-x scroll 0 0 #ffffff;
  height: 36px;
  vertical-align: bottom;
  width: 100%;
}
#gungho p#ragnarok {
  height: 30px;
  text-align: left;

  float:left;
}
#gungho ul#roInfo li{
	float:right;
	margin:10px 10px 0;
}
#gungho ul#roInfo li a {
	color:#39499E;
	font-weight:bold;
}

#infoLink{
	height: 80px;	
	padding-top: 10px;
  position: absolute;
  right: 29px;
  z-index: 500;
}

#sns {
	float: right;

}
#sns ul li {
  float: left;
  margin-left: 15px;
}

#iconMenu {
  width: 300px;
}
#iconMenu h3 {
  color: white;
  font-size: 15px;
  background-color: #6666ff;
}
#iconMenu ul {
  zoom: 100%;
  width: 300px;
  padding-top: 5px;
}
#iconMenu ul:after {
  content: ".";
  /* Vvf */

  display: block;
  /* ubNxvf */

  clear: both;
  height: 0;
  visibility: hidden;
}
#iconMenu ul li {
  float: left;
  margin-left: 28px;
  margin-bottom: 20px;
}
#topLink {
  width: 180px;
  text-align: right;
  position: absolute;
  right: 30px;
  bottom: 0px;
}
/*layout
----------------------------------------------------------*/
.inner {
  padding: 0 50px;
  background-color: #fff;
}
#aboutRo .startButton {
  width: 521px;
  padding-top: 164px;
}
.sec #header #gnavi {
  width: 1120px;
}
.divide2 .boxOne {
  width: 500px;
}
.divide2 .boxTwo {
  margin-left: 509px;
}
.section .divide2L .boxOne {
  width: 420px;
}
.section .divide2L .boxTwo {
  margin-left: 450px;
}
/* header
------------------------------------------------- */
#header {
}
#headerContent {
	background: url(../images/header_bg.png) center top no-repeat;
	min-width: 1030px;
	height: 670px;	
	text-indent: -9999px;
	position:relative;
	z-index: 100;
}
#header a.entry{
	text-indent: 0;
	display: block;
	position: absolute;
	bottom: 20px;
	left: 50%;
	margin-left: -227px;
}
/* content
------------------------------------------------- */
.section{
	width: 980px;
	padding: 0 30px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 80px;
	background: url(../images/content_bg.png)  center repeat-y;
}
#content button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 450px;
  height: 100px;
  background: url(http://placehold.it/450x100) 0 0 no-repeat;
  margin: 0 auto 100px;
}
h2 {
  text-align: center;
}
.section h2 {
  margin-bottom: 10px;
}
/*#theme
----------------------------------------------------------*/
#theme {
  margin-top: -400px;
  padding-top: 320px;
  overflow: hidden;
}
#theme ul {
  height: 300px;
  padding-left: 15px;
  margin: 0 auto 50px;
}
#theme ul li {
  float: left;
  margin-left:20px;
}
#theme ul li:first-child{
	margin-left: 0;
}
#theme ul li:last-child{
	margin-left: -221px;
	margin-top: 40px;
}
/*#present
----------------------------------------------------------*/
#present {
	position: relative;
}
#present #foryou{
	position: absolute;
	right: 30px;
	top:30px;
}
#present ul{
	background: url(../images/present_bg.jpg)  center bottom no-repeat;
	height: 620px;
	padding-top: 50px;
	padding-left: 80px;
}
#present ul li{
  display: block;
  margin-bottom: 30px;
}
/*
----------------------------------------------------------*/
#award #slideimgWrap{
	background: url(../images/slider_bg.png) no-repeat;
  width: 1016px;
  height: 612px;
	position: relative; 
	z-index: 10;
	overflow:hidden;
	margin:-34px -17px 0;
}
#slide {
  width: 942px;
  height: 550px;
  margin: 0 auto;
  padding-top: 59px;
  overflow: hidden;
}
#slideimg {
  position: relative;
  overflow: hidden;
}
#slideimg ul {
  overflow: hidden;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#slideimg li {
  width: 747px !important;
  height: 491px;
  margin: 0;
}

/*#entry 
----------------------------------------------------------*/

#entry {
  overflow: hidden;
  padding-bottom: 40px;
}
#entry ul{
	overflow: hidden;
	padding-left: 50px;
}
#entry li {
  float: left;
  padding-right: 30px;
  background: url(../images/arrow.png) no-repeat 267px 120px;
}
#entry li p{
	width: 259px;
	margin: 0 auto;
	text-align: left;
}
#entry li.step01 , #entry li.step03{
	width: 259px;
}
#entry li.step02{
	width: 310px;
	background: url(../images/arrow.png) no-repeat 300px 120px;	
}
#entry li.step03{
	background: none;
}
#entry p.entryBtn{
	margin-bottom: 50px;
}
.btminner{
	margin-top: -80px;
	padding-top: 100px;
}
#entry .entry{
	display: block;
	width: 464px;
	margin: 0 auto;
}
/*#news
----------------------------------------------------------*/
#news{
	overflow: hidden;
}
#news #twitter{
  float: left;
  width: 485px;
}
#news #blog{
	width: 485px;
	float: right;
}
#news #blog ul li{
	background-color: #fff;
	line-height: 1.6;
}
#news #blog h3{
	font-size: 18px;
	font-weight: bold;
	padding: 12px;
	padding-left: 20px;
	border:1px solid #e8e8e8; 
	background-color: #fff;
}
#news #blog ul li h4{
	font-size: 16px;
	margin-bottom: 5px;
}
#news #blog ul li div{
	font-size: 12px;
	margin-bottom: 5px;
	color: #888;
}
#news #blog ul li.rssRow{
	padding: 15px ;
	border:1px solid #e8e8e8; 
	border-top:none;
}
/*#details
----------------------------------------------------------*/
#details .inner{
	padding: 20px 50px 30px;
}
#details h3{
	margin: 2.5em 0 1em;
	font-size: 18px;
	font-weight: bold;
	color: #a0430c;
}
#details h4{
	margin: 2.5em 0 1em;
	font-size: 16px;
	font-weight: bold;
	color: #a0430c;
}
#details p{
	line-height: 1.6;
	margin-bottom: 0.6em;
	
}
/* footer
------------------------------------------------- */
#footerWrap {
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  background-color: #9999ff;
}
#footer {
  margin: 0 auto;
  color: #8e7373;
  padding-top: 20px; 
  background-color: #fff;
  text-align: center;
  border-top: 2px #d4c2c2 solid; 
}
#copy {
  font-size: 12px;
  width: 100%;
  padding-bottom: 30px;
}