@charset "UTF-8";

/* =============================================================================
   body・基本設定
   ========================================================================== */

body {
    font-size: 13px;
    line-height: 170%;
    font-family: Verdana, Arial, 'メイリオ', 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka,	sans-serif;
	background: url("../img/bg_body.jpg") repeat #f7f3ea;
    color: #444;
}

/* =============================================================================
   レイアウト
   ========================================================================== */

#container {
	width: 950px;
    margin: 0 auto;
	position: relative;
}

#container_game {
	width: 950px;
    margin: 0 auto;
	position: relative;
}

#enchant-stage {
	float: left;
    margin: 50px 0 20px 70px;
	border-radius: 5px;
	border: 10px solid #000;
	background: #000;
}

#card_game {
	float: right;
	width: 264px;
    margin: 50px 70px 20px 0;
}

#tweet_jp {
	width: 950px;
    margin: 0 auto;
}

#tweet_en {
	width: 950px;
    margin: 0 auto;
}

#header {
	height: 110px;
	width: 950px;
	background: url("../img/bg_header.png") no-repeat bottom;
}

#content {
	width: 950px;
	margin-top: 20px;
	overflow: hidden;
}

#catch {
	margin-bottom: 20px;
}

#main {
	float: left;
	width: 740px;
}

#main_game {
	float: left;
	width: 740px;
}

#main_left {
	float: left;
	width: 360px;
}

#main_right {
	float: right;
	width: 360px;
}

#side {
	float: right;
	width: 190px;
	margin-top: 35px;
}

#footer {
	clear: both;
	position: relative;
	height: 180px;
	background: #17203b;
	border-radius: 3px 3px 0 0;
	border: 3px solid #17203b;
	padding: 15px;
}

/* =============================================================================
   ロゴ
   ========================================================================== */

#logo {
	position: absolute;
	top: 15px;
	left: 10px;
}

#logo a:hover {
	position: relative;
	top: 1px;
}

/* =============================================================================
   グローバルナビゲーション
   ========================================================================== */

#grobalnavi {
	position: absolute;
	top: 15px;
	right: 0;
	width: 454px;
	height: 75px;
	background: url("../img/sprite_grobalnavi.png");
}

#grobalnavi ul {
	width: 454px;
}

#grobalnavi li, #grobalnavi a {
	height: 75px;
	display: block;
}

#grobalnavi li {
	float: left;
	list-style: none;
	display: inline;
	text-indent: -9877em;
	text-decoration: none;
	overflow: hidden;
}

#grobalnavi li.service a {
	width: 85px;
}

#grobalnavi li.knowledge a {
	width: 108px;
}

#grobalnavi li.about a {
	width: 83px;
}

#grobalnavi li.contact a {
	width: 89px;
}

#grobalnavi li.private a {
	width: 89px;
}

#grobalnavi li.service a:hover {
	background: url("../img/sprite_grobalnavi.png") 0 -75px;
}

#grobalnavi li.knowledge a:hover {
	background: url("../img/sprite_grobalnavi.png") -85px -75px;
}

#grobalnavi li.about a:hover {
	background: url("../img/sprite_grobalnavi.png") -193px -75px;
}

#grobalnavi li.contact a:hover {
	background: url("../img/sprite_grobalnavi.png") -276px -75px;
}

#grobalnavi li.private a:hover {
	background: url("../img/sprite_grobalnavi.png") -365px -75px;
}

/* =============================================================================
   サブナビゲーション
   ========================================================================== */

#subnavi {
	margin-bottom: 20px;
}

#subnavi ul li a {
	display: block;
	padding: 15px 10px 15px 40px;
	background: url("../img/bg_subnavi_li.jpg") 15px center no-repeat #fff;
	line-height: 1.3;
	border-bottom: 1px solid #eee;
}

#subnavi ul li a.naviend {
	border-radius: 0 0 3px 3px;
	border-bottom: 0;
}

#subnavi ul li a:hover {
	background: url("../img/bg_subnavi_li.jpg") 16px center no-repeat #fffce8;
	padding: 15px 0 15px 41px;
}

/* =============================================================================
   ヘッダー
   ========================================================================== */

#main h1 {
	padding: 40px 0 20px;
}

#main h2 {
	padding: 20px 0 30px;
}

#main #main_left h2,
#main #main_right h2 {
	padding: 10px 0 20px;
}

.box_white_index h2 {
	padding-bottom: 10px;
}

h2#subnaviheader {
	padding: 10px 0 0 12px;
	margin: 0;
	border-radius: 3px 4px 0 0;
	background: #17203b;
	height: 47px;
}

#main h3 {
	display: inline-block;
	font-weight: bold;
	color: #17203b;
	background: url("../img/bg_h3.png") 2px 3px no-repeat #ddc;
	border-bottom: 1px solid #bfbfa0;
	border-radius: 3px;
	padding: 3px 8px 3px 24px;
	margin: 40px 0 5px;
}

#main h3.plain {
	color: #17203b;
	display: block;
	font-size: 116%;
	padding: 30px 0 5px;
	background: none;
	border: 0;
	margin: 0;
}

#main .box_notice h3,
.faq_a h4 {
	display: inline-block;
	font-weight: bold;
	color: #fff;
	background: url("../img/bg_h3.png") 2px 3px no-repeat #db9000;
	border-bottom: 1px solid #9b6000;
	border-radius: 3px;
	padding: 3px 8px 3px 24px;
	margin: 25px 0 5px;
}

#main h4  {
	color: #811919;
	padding: 30px 0 5px;
	background: none;
	border: 0;
	margin: 0;
}

#mainheader,
.maintext {
	padding-left: 16px;
}

/* =============================================================================
   フッター
   ========================================================================== */

#footer {
	color: #ccc;
	padding: 30px 0 0 30px;
}

#footer a {
	color: #ccc;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer h2 {
	line-height: 1.3;
}

#footer ul {
	font-size: 88%;
}

.box_footer_service {
	float: left;
	width: 10em;
	margin-right: 10px;
}

.box_footer_knowledge {
	float: left;
	width: 14em;
	margin-right: 10px;
}

.box_footer_about {
	float: left;
	width: 8em;
	margin-right: 10px;
}

.box_footer_contact {
	float: left;
	width: 9em;
	margin-right: 10px;
}

.box_footer_private {
	float: left;
	width: 10em;
	margin-right: 10px;
}

#footerlogo {
	position: absolute;
	top: 60px;
	right: 20px;
}

#footer a:hover img.button {
	top: 61px;
}


/* =============================================================================
   テキスト
   ========================================================================== */

#content p {
	padding: 7px 0;
}

#side p {
	text-align: center;
}

.text_left {
	text-align: left !important;
}

.text_center {
	text-align: center !important;
}

.text_right {
	text-align: right !important;
}

.text_bold {
	font-weight: bold;
}

.text_red {
	color: #f40;
}

.required {
	color: #f40;
	font-size: 77%;
}

.blank10 {
	margin-top: 10px;
}

.blank20 {
	margin-top: 20px;
}

.blank30 {
	margin-top: 30px;
}

.blank40 {
	margin-top: 40px;
}

.blank_side {
	margin-bottom: 20px;
}

.size_s {
	font-size: 77%;
}

.size_l {
	font-size: 123.1%;
}

.size_xl {
	font-size: 153.9%;
}

.index_text {
	float: left;
	width: 200px;
}

.index_readmore {
	float: right;
	margin: 1em 0;
	width: 65px;
}

blockquote {
	margin: 15px 0;
	padding: 10px 10px 10px 50px;
	border: 6px solid #eee;
	border-radius: 4px;
	background: url("../img/bg_blockquote.jpg") no-repeat left top;
}

/* =============================================================================
   画像
   ========================================================================== */

.frame {
	box-shadow: 0px 1px 3px #bbb;
	border-radius: 2px;
	border: 7px solid #fff;
}

#side .frame {
	margin-bottom: 5px;
}

.round_left {
	vertical-align: top;
	float: left;
	text-align: left;
	margin: 0 15px 10px 0;
}

.round_right {
	vertical-align: top;
	float: right;
	text-align: left;
	margin: 0 0 10px 15px;
}

.no_bottom_margin {
	margin-bottom: 0;
}

.clear {
	clear: both;
}

/* =============================================================================
   アンカー
   ========================================================================== */

#content a {
	color: #da6424;
	font-weight: bold;
}

#content a:visited {
	color: #da6424;
}

#content a:hover {
	color: #da6424;
	text-decoration: none;	
}

#content a:active {
	color: #e00;
	text-decoration: none;
}

#content a:hover img.button {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: relative;
	top: 1px;
}

#content a.linkblank {
    margin: 0 2px 0 0;
    padding: 0 18px 0 0;
    background: url("../img/i_linkblank.jpg") no-repeat right 60%;
}

/* =============================================================================
   ボックス
   ========================================================================== */

.box_white {
	position: relative;
	background: #fff;
	border-radius: 4px;
	padding: 20px 20px 40px;
	overflow: hidden;
}

#main .box_white {
	margin-bottom: 30px;
}

#main_left .box_white,
#main_right .box_white {
	margin-bottom: 20px;
}

.pagetop {
	text-align: center;
	margin-top: 40px;
}

.box_notice {
	border-radius: 4px;
	border: 3px solid #f0e8df;
	padding: 0 15px 5px;
	margin: 10px 0;
}

.box_side {
	font-size: 85%;
	line-height: 1.4;
	border-radius: 4px;
	box-shadow: 0 1px 1px #aaa inset;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	padding: 10px 15px;
}

.box_white_index {
	background: #fff;
	border-radius: 4px;
	padding: 15px;
}

#box_service {
	float: left;
	width: 280px;
	height: 238px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#box_knowledge {
	float: left;
	width: 280px;
	height: 238px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#box_about {
	float: left;
	width: 280px;
	height: 98px;
	margin-bottom: 10px;
}

#box_contact {
	float: left;
	width: 280px;
	height: 98px;
	margin-bottom: 20px;
}

/* =============================================================================
   リスト
   ========================================================================== */

ul.list {
	list-style: inside;
	padding: 7px 5px;
}

ul.gamelist {
	list-style: outside;
	padding: 7px 5px 7px 15px;
	line-height: 1.4;
}

ul.gamelist li {
	padding: 7px 0;
}

ol.list {
	list-style: outside decimal;
	padding: 7px 20px;
	color: #811919;
	font-size: 16px;
}

#content ol p {
	padding: 0 0 14px;
	font-size: 100%;
	color: #444;
	font-size: 13px;
}

ul.list_none {
	list-style: none;
}

/* =============================================================================
   ギャラリー
   ========================================================================== */

ul.worksgallery {
	list-style: none;
	padding: 15px 1px 5px;
	overflow: hidden;
}

ul.photogallery {
	list-style: none;
	padding: 15px 0 5px 4px;
	overflow: hidden;
}

#main_left ul.photogallery,
#main_right ul.photogallery {
	padding: 15px 0 5px 12px;
}

ul.worksgallery li a {
	position: relative;
	display: block;
	float: left;
	font-size: 91%;
	text-align: center;
	margin: 0 6px 12px;
	box-shadow: 0px 1px 3px #bbb;
	border-radius: 2px;
	border: 6px solid #fff;
	line-height: 300%;
}

ul.photogallery li a {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	margin: 0 6px 12px;
	box-shadow: 0px 1px 3px #bbb;
	border-radius: 2px;
	border: 6px solid #fff;
}

.linkphoto {
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.imglinkblank {
	position: absolute;
	bottom: 10px;
	right: 0;
}

ul.worksgallery li a:hover,
ul.photogallery li a:hover {
	box-shadow: 0px 1px 6px #fb7;
	position: relative;
	top: 1px;
}
	
li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/* =============================================================================
   テーブル
   ========================================================================== */

.box_table {
	border-radius: 5px; 
	border: 3px solid #eeeae0;
	padding: 4px;
	background: #fff;
	margin: 10px 0;
}

#main table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	empty-cells: show;
	line-height: 1.5;
}

#main th {
	width: 11em;
	text-align: right;
	padding: 8px 10px;
	font-weight: bold;
	background: #f8f2f0;
}

#main .mailform th {
	width: 12em;
}

#main th.table_print {
	width: 6em;
}

#main tr:nth-child(odd) th {
	background: #f0eae8;
}

#main td {
	padding: 8px 10px;
	background: #fffcf6;
}

#main tr:nth-child(odd) td {
	background: #faf5ec;
}

/* =============================================================================
   FAQ
   ========================================================================== */


#main h3.faq_q {
	background: none;
	border: 0;
	border-radius: 0;
	display: block;
	position: relative;
	border-left: 5px solid #cdf;
	padding: 17px 30px 17px 20px;
	margin: 0 10px 10px 40px;
	font-weight: bold;
	font-size: 123.1%;
}

.faq_a {
	position: relative;
	border-left: 5px solid #fdc;
	padding: 10px 40px 10px 20px;
	margin: 0 0 40px 40px;
}

.faq_img {
	position: absolute;
	top: 8px;
	left: -53px;
}

.faq_a .text_bold {
	background: #fff0d8;
	color: #a20;
	padding: 1px 3px;
	border-radius: 3px;
	margin: 0 5px;
}

.faq_q{
	cursor: pointer;
}

#main h3.faq_q:hover{
	background: url("../img/bg_faq_q_p.png") no-repeat right center #f0f8ff;
}

/* =============================================================================
   フォーム
   ========================================================================== */

input, textarea, select {
	background:  #fafafa;
	border: 1px solid #ccc;
	border-radius: 3px 3px 3px 3px;
	padding: 3px 4px;
	margin-left: 5px;
}

input.button {
	background: none;
	border: 0;
}

input.button:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	position: relative;
	top: 1px;
}

/* =============================================================================
   NoMoreIE6
   ========================================================================== */

#nomore_ie {
	border: 1px solid #f7941d;	background: #feefda;
	text-align: center;
	clear: both;
	padding: 50px 0;
	position: relative;
}

#nomore_ie p {
	padding: 0.5em 0;
}