@charset "utf-8";

/*-------------------------------------

　Dospara×Gameliner

---------------------------------------*/

/*-------------------------------------
　ページ基本設定
---------------------------------------*/

#container {
    width: 100%;
    margin: 0;
}
.column2R #main {
    float: none;
    width: auto;
}
html {
    overflow: auto;
}
* html {
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}
body {
    min-width: 805px;
    overflow-x: hidden;
    position: relative;
}
* html body {
    height: 100%;
    overflow-y: auto;
}

#lp_page {
	width: 1150px;
	margin: 0 auto;
	color: #FFF;
	line-height: 1.6em;
	background-color:#000;
}

.section {
	margin-bottom: 70px;	
}

.section a:hover {
	opacity: 0.7;	
}

.clear {
	clear:both;
}

.breadCrumb {
    padding: 15px 0 15px 90px;
}

.smallTxt {
    font-size: 11px;
    margin-left: 20px;
}

/*-------------------------------------
　見出し設定
---------------------------------------*/

h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 25px;
    padding: 15px;
    text-align: center;
}


h3 {
    border-bottom: 1px solid #fff;
    font-size: 22px;
    margin: 40px auto 35px auto;
    padding: 10px 0;
}

/*-------------------------------------
　アカウントの設定方法
---------------------------------------*/

#gamelinerDetail {
	background-color: #000;
    margin: 0 -500%;
    padding: 40px 500%;
    width: 100%;
}

#gamelinerDetail .boxInside {
    margin: 0 auto 50px auto;
    overflow: hidden;
    width: 900px;
}

#gamelinerDetail .boxInside .txt {
    font-size: 18px;
    line-height: 35px;
}

#spec {
    background-color: #333;
    float: left;
    margin: 0 10px 0 0;
    padding: 10px;
    width: 46%;
}

#need {
    background-color: #333;
    float: right;
    padding: 10px;
    width: 46%;
}

#gamelinerDetail .boxInside dt {
    font-size: 16px;
    font-weight: bold;
}

#gamelinerDetail .boxInside dd {
    margin: 7px 0;
	line-height: 25px;
}

/*-------------------------------------
　アカウント設定手順
---------------------------------------*/

#gamelinerDetail .boxInside .process {
    background-color: #333;
    padding: 15px;
}

#gamelinerDetail .boxInside .processImg {
	margin: 20px 20px 0 auto;
}

#gamelinerDetail .boxInside .processTxt {
    font-size: 14px;
    margin-left: 25px;
}

.notes {
	font-size: 14px;
}

#gamelinerTopLink {
	text-align: right;
	font-size: 13px;
}

#gamelinerTopLink a {
	text-decoration: none;
}

#gamelinerTopLink a:hover {
	text-decoration: underline;
}


/*-------------------------------------
　ページトップへ追随設定
---------------------------------------*/

#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

.pageLink {
    clear: both;
    padding: 20px 110px 0 0;
    text-align: right;
}
.pageLink a {
    background: url("/5img/iconArrowDBlue2.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #FFFFFF;
	padding-left: 14px;
}

.pagetop {
	display: none;
}

/*---------------------------
　ページTOPへ
---------------------------*/
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #802fd4;
	border-radius:5px;
    -webkit-border-radius:5px; 
    -moz-border-radius:5px;
	display: block;
	font-size: 12px;
	line-height:1.5em;
	padding:5px 10px;
	text-align: center;
	text-decoration: none;
}

/*---------------------------
　clearfix 
---------------------------*/
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/*---------------------------
　サイドバナー 
---------------------------*/

.sidebannerLeft {
	display: none;
}

.sidebannerRight {
	display: none;
}


/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px){
	
#lp_page {
	width: 98%;
	margin: 0 auto;
	color: #FFF;
	line-height: 1.6em;
	background-color:#000;
}

