header#header {
	width:100%;
}

header#header h1 {
	width:970px;
	margin:10px auto;
	font-size:11px;
	font-weight:normal;
	padding-left:30px;
	color:#808080;
}

header#header div#logo_text_box {
	width:1000px;
	margin:0 auto 20px;
}

header#header div#header_logo {
	float:left;
	width:690px;
	margin-left:10px;
}

header#header div#header_text {
	float:left;
	width:300px;
	font-size:20px;
}

header#header div#header_text div#header_tel {
	background-image:url('../img/common/ico_tel.png');
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:5px;
	height:20px;
	margin-left:80px;
}

header#header div#header_text div#header_mail {
	background-image:url('../img/common/ico_mail.png');
	background-repeat:no-repeat;
	padding-left:25px;
	padding-top:5px;
	height:20px;
	margin-top:10px;
	margin-left:80px;
}

nav#header_menu {
	width:100%;
	border-bottom:1px solid #e0e0e0;
}

nav#header_menu ul {
	width:998px;
	margin:0 auto;
	border-width:1px 1px 0;
	border-color:#e0e0e0;
	border-style:solid;
	box-shadow: 1px 1px 5px 1px rgba(230,230,230,0.9);
	display:block;
	height:40px;
}

nav#header_menu ul li {
	float:left;
	display:block;
	border-right:1px solid #e0e0e0;
	width:198px;
	background-image:url('../img/common/header_menu_arrow.png');
	background-repeat:no-repeat;
	background-position:bottom right;
}

nav#header_menu ul li:last-child {
	border-right:0;
	width:202px;
}

nav#header_menu ul li a {
	display:block;
	width:100%;
	height:40px;
	text-decoration:none;
	text-align:center;
	color:#303030;
	font-size:14px;
}

nav#header_menu ul li a:hover, nav#header_menu ul li a.now {
	background-image:url('../img/common/bg_label.png');
	background-color:#f0f0f0;
}

nav#header_menu ul li span.company {
	display:block;
	width:100%;
	height:34px;
	background-image:url('../img/common/ico_company.png');
	background-repeat:no-repeat;
	background-position:55px 11px;
	padding-top:6px;
	padding-left:5px;
}

nav#header_menu ul li span.business {
	display:block;
	width:100%;
	height:34px;
	background-image:url('../img/common/ico_business.png');
	background-repeat:no-repeat;
	background-position:55px 11px;
	padding-top:6px;
	padding-left:5px;
}

nav#header_menu ul li span.games {
	display:block;
	width:100%;
	height:34px;
	background-image:url('../img/common/ico_games.png');
	background-repeat:no-repeat;
	background-position:55px 11px;
	padding-top:6px;
	padding-left:10px;
}

nav#header_menu ul li span.recruit {
	display:block;
	width:100%;
	height:34px;
	background-image:url('../img/common/ico_recruit.png');
	background-repeat:no-repeat;
	background-position:55px 11px;
	padding-top:6px;
	padding-left:5px;
}

nav#header_menu ul li span.contact {
	display:block;
	width:100%;
	height:34px;
	background-image:url('../img/common/ico_contact.png');
	background-repeat:no-repeat;
	background-position:50px 11px;
	padding-top:6px;
	padding-left:10px;
}

nav#header_menu ul li span.eng_name {
	font-size:11px;
}

div#main_img {
	position:relative;
	width:998px;
	height:298px;
	margin:10px auto 0;
	border:1px solid #e0e0e0;
	box-shadow: 1px 1px 5px 1px rgba(230,230,230,0.9);
}

div#main_img img {
	position:absolute;
	top:0;
	left:0;
}

div#container {
	width:1000px;
	margin:10px auto 0;
	padding-bottom:20px;
	border-bottom:1px solid #e0e0e0;
}

div#main_content {
	width:760px;
	float:left;
	border-top:4px solid #ff0088;
}

div#main_content div.box {
	width:788px;
	border:1px solid #e0e0e0;
}

nav#left_menu {
	width:230px;
	margin-right:10px;
	float:left;
}

nav#left_menu ul {
	border:1px solid #e0e0e0;
}

nav#left_menu li {
	display:block;
	border-bottom:1px solid #e0e0e0;
}

nav#left_menu li:last-child {
	border-bottom:0;
}

nav#left_menu li a {
	display:block;
	width:208px;
	text-decoration:none;
	color:#303030;
	padding:10px;
}

nav#left_menu li a:hover, nav#left_menu li a.now {
	background-image:url('../img/common/bg_label.png');
	background-color:#f0f0f0;
}

nav#left_menu div#left_chara_navi_msg {
	margin-top:15px;
	border-radius:7px;
	border:1px solid #e0e0e0;
	padding:5px;
}

nav#left_menu div#left_chara_navi_msg_arrow {
	margin-top:-1px;
	margin-left:130px;
}

nav#left_menu div#left_chara_navi_img {
	margin-top:-25px;
}

div#right_content {
	width:230px;
	margin-left:10px;
	float:left;
}

h2.label {
	margin:0;
	border-width:0 1px;
	border-color:#e0e0e0;
	border-style:solid;
	padding:6px;
	background-image:url('../img/common/bg_label.png');
	background-color:#f0f0f0;
	font-size:14px;
	font-weight:normal;
}

h2.label2 {
	margin:0;
	border-width:0 1px 1px;
	border-color:#e0e0e0;
	border-style:solid;
	padding:9px;
	background-image:url('../img/common/bg_label.png');
	background-color:#f0f0f0;
	font-size:15px;
	font-weight:bold;
}

h3 {
	border-bottom:1px solid #e0e0e0;
	padding-bottom:4px;
	padding-left:4px;
	font-size:14px;
	font-weight:bold;
}

table.info {
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
}

table.info th {
	background-color: #f0f0f0;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
	padding:10px;
	text-align:center;
	width:160px;
}

table.info td {
	border-collapse:collapse;
	border:1px solid #e0e0e0;
	padding:10px;
	width:557px;
}

div.index dl#news {
	margin:0;
	border:1px solid #e0e0e0;
	padding:10px;
}

div.index dl#news dt {

}

div.index dl#news dd {
	padding:8px 0;
	border-bottom:1px dashed #e0e0e0;
	margin-bottom:8px;
}

div.index dl#news dd:last-child {
	border-bottom:none;
	margin-bottom:0;
	padding-bottom:0;
}

div.company div#map {
	width:100%;
	height:350px;
}

div.member ul#member_list li {
	float:left;
	width:182px;
	margin-top:20px;
	margin-left:10px;
}

div.member ul#member_list li.first {
	margin-left:1px;
}

div.member ul#member_list li dl {
	margin-top:10px;
}

div.member ul#member_list li dt {
	text-align:center;
	font-weight:bold;
}

div.member ul#member_list li dd {
	margin-top:3px;
	text-align:center;
	font-size:12px;
}

div.member ul#member_list li div.chara {
}

div.member ul#member_list li div.chara {
	-moz-transition: -moz-transform 1s linear;
	-webkit-transition: -webkit-transform 1s linear;
	-o-transition: -o-transform 1s linear;
	-ms-transition: -ms-transform 1s linear;
	transition: transform 1s linear;
}

div.member ul#member_list li div.chara:hover {
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

div.member ul#member_list li div.catch {
	margin-top:5px;
	text-align:center;
}

div.business div.image {
	float:left;
	width:200px;
}

div.business div.detail {
	float:left;
	margin-left:10px;
	width:550px;
}

div.games ul#title_list li {
	float:left;
	width:240px;
	margin-left:20px;
	margin-top:10px;
}

div.games ul#title_list li.first {
	margin-left:0;
}

div.games ul#title_list li h3.title {
	margin:0;
}

div.games ul#title_list li dl {
	margin-top:15px;
	height:135px;
}

div.games ul#title_list li dt {
	font-weight:bold;
	font-size:15px;
	height:30px;
}

div.games ul#title_list li dd {
	margin-top:10px;
}

div.games ul#title_list ul.platform li {
	float:left;
	width:auto;
	margin:0;
	margin-right:5px;
	border-radius:4px;
	padding:2px 4px;
	text-align:center;
	font-size:12px;
	color:white;
}

div.games .gree {
	background-color:#00a0dc;
}

div.games .mobage {
	background-color:#003f87;
}

div.games .ameba {
	background-color:#4dac26;
}

div.games .dmm {
	background-color:black;
}

div.games .nijiyome {
	background-color:#e84c80;
}

div.games img.game_icon {
	border-radius:15px;
	box-shadow: 2px 2px 5px 2px rgba(150,150,150,0.6);
}

div.games div.qr_float {
	position:absolute;
	z-index:1000;
	overflow:visible;
	border-radius:20px;
	background-color:white;
	padding:15px;
	display:none;
}

div.games div.qr_float div.title {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

div.games div.qr_float ul.qr_list li {
	float:left;
	width:150px;
	margin-left:40px;
	margin-top:10px;
}

div.games div.qr_float ul.qr_list li:first-child {
	margin-left:0px;
}

div.games div.qr_float ul.qr_list li dt {
	float:left;
	width:150px;
	border-radius:4px;
	padding:2px 0;
	text-align:center;
	font-size:12px;
	color:white;
	margin-bottom:10px;
}

div.games div.qr_float ul.url_list li dl {
	margin-top:10px;
}

div.games div.qr_float ul.url_list li dt {
	float:left;
	width:80px;
	border-radius:4px;
	padding:2px 4px;
	text-align:center;
	font-size:12px;
	color:white;
}

div.games div.qr_float ul.url_list li dd {
	float:left;
	padding-top:3px;
	padding-left:5px;
}

div.contact input#name {
	width:200px;
}

div.contact input#email {
	width:300px;
}

div.contact textarea#content {
	width:500px;
	height:220px;
}

div.contact p.err_msg {
	margin: 5px 0 0;
	color:red;
}

div.famima h2 {
	border-width:1px;
	margin-top:15px;
}

div.famima ul.illust_list li {
	float:left;
	width:184px;
	margin-left:8px;
}

div.famima ul.illust_list li.first {
	margin-left:0;
}

div.famima ul.illust_list li div.print_num_title {
	background-color:#ff0088;
	padding:5px;
	color:white;
	border-radius:10px;
	font-weight:bold;
	margin:8px auto 5px;
	width:100px;
	text-align:center;
}

div.famima ul.illust_list li div.print_num {
	font-size:17px;
	text-align:center;
	margin-bottom:12px;
}

div.famima ol.howtobuy {
	list-style:none;
	margin:0;
	padding:0;
}

div.famima ol.howtobuy li {
	float:left;
	width:370px;
	margin-left:20px;
}

div.famima ol.howtobuy li.first {
	margin-left:0;
}

div.famima ol.howtobuy li dt {
	background-color:#ff0088;
	padding:5px;
	color:white;
	border-radius:10px;
	font-weight:bold;
	margin:5px auto;
	width:100px;
	text-align:center;
}

div.famima ol.howtobuy li dd.text {
	padding:5px;
}

div.famima ul.notice li {
	list-style: disc;
	margin-left: 20px;
	margin-top:8px;
}

footer#footer {
	width:1000px;
	margin:1px auto 0;
}

footer#footer div#footer_wrap {
	padding:10px 5px 0;
	border-top:2px solid #ff0088;
}

footer#footer div#footer_wrap div#footer_lbox {
	float:left;
	width:350px;
}

footer#footer div#footer_wrap div#footer_lbox address {
	font-size:11px;
	font-style:normal;
}

footer#footer div#footer_wrap div#footer_rbox {
	float:left;
	width:640px;
	background:bottom right no-repeat url('../img/common/footer_chara.jpg?20160301_3');
	padding-bottom:10px;
}

footer#footer nav#sitemap a {
	color:#303030;
	text-decoration:none;
}

footer#footer nav#sitemap a:hover {
	text-decoration:underline;
}

footer#footer nav#sitemap ul.category {
	width:420px;
}

footer#footer nav#sitemap li.category {
	width:140px;
	float:left;
	list-style:disc;
	margin-top:5px;
}

footer#footer nav#sitemap ul.sub {
}

footer#footer nav#sitemap li.sub {
	font-size:11px;
	margin-top:3px;
}

footer#footer div#footer_copyright {
	text-align:right;
	padding:5px;
	font-size:11px;
	background-color:#ff0088;
	color:white;
}

div#twitter_box {
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#e0e0e0;
}

div#twitter_box_msg {
	margin-top:15px;
	border-radius:7px;
	border:1px solid #e0e0e0;
	padding:5px;
}